mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
update position var type
This commit is contained in:
parent
c270b94ec1
commit
dad8acb106
4 changed files with 2 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "z-bolt_classic",
|
||||
"position": "0"
|
||||
"position": 0
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "z-bolt_plus",
|
||||
"position": "0"
|
||||
"position": 0
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue