definitions

This commit is contained in:
nani 2020-11-21 01:23:13 +05:30
parent 5db6cafc59
commit 2443d09120
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"name": "Duplication Extruder", "name": "Duplication Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "kosher_DM", "machine": "kosher_duplication",
"position": "0" "position": "0"
}, },

View File

@ -4,7 +4,7 @@
"name": "Left Extruder", "name": "Left Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "kosher_0", "machine": "kosher",
"position": "0" "position": "0"
}, },

View File

@ -4,7 +4,7 @@
"name": "Right Extruder", "name": "Right Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "kosher_1", "machine": "kosher",
"position": "1" "position": "1"
}, },

View File

@ -4,7 +4,7 @@
"name": "Mirror Extruder", "name": "Mirror Extruder",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "kosher_MM", "machine": "kosher_mirrored",
"position": "0" "position": "0"
}, },