update position var type

This commit is contained in:
Aleksei Kvitinskii 2019-02-06 17:29:43 +03:00
parent c270b94ec1
commit dad8acb106
4 changed files with 2 additions and 6 deletions

View File

@ -8,8 +8,6 @@
"manufacturer": "Z-Bolt Co.",
"file_formats": "text/x-gcode",
"platform": "z-bolt_classic_platform.stl",
"has_materials": true,
"has_machine_quality": true,
"machine_extruder_trains":
{
"0": "z-bolt_classic_extruder_0"

View File

@ -8,8 +8,6 @@
"manufacturer": "Z-Bolt Co.",
"file_formats": "text/x-gcode",
"platform": "z-bolt_plus_platform.stl",
"has_materials": true,
"has_machine_quality": true,
"machine_extruder_trains":
{
"0": "z-bolt_plus_extruder_0"

View File

@ -5,7 +5,7 @@
"inherits": "fdmextruder",
"metadata": {
"machine": "z-bolt_classic",
"position": "0"
"position": 0
},
"overrides": {

View File

@ -5,7 +5,7 @@
"inherits": "fdmextruder",
"metadata": {
"machine": "z-bolt_plus",
"position": "0"
"position": 0
},
"overrides": {