UNI3D Extruders

This commit is contained in:
Evg33 2020-04-05 19:00:51 +03:00
parent 293be8fdb9
commit d3da609746
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "uni", "machine": "uni_base",
"position": "0" "position": "0"
}, },

View File

@ -3,7 +3,7 @@
"name": "Extruder 2", "name": "Extruder 2",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "uni", "machine": "uni_base",
"position": "1" "position": "1"
}, },