mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:48:58 +08:00
update position var type
This commit is contained in:
parent
c270b94ec1
commit
dad8acb106
@ -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…
x
Reference in New Issue
Block a user