mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:09:04 +08:00
update position var type
This commit is contained in:
parent
c270b94ec1
commit
dad8acb106
@ -8,8 +8,6 @@
|
|||||||
"manufacturer": "Z-Bolt Co.",
|
"manufacturer": "Z-Bolt Co.",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "z-bolt_classic_platform.stl",
|
"platform": "z-bolt_classic_platform.stl",
|
||||||
"has_materials": true,
|
|
||||||
"has_machine_quality": true,
|
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "z-bolt_classic_extruder_0"
|
"0": "z-bolt_classic_extruder_0"
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
"manufacturer": "Z-Bolt Co.",
|
"manufacturer": "Z-Bolt Co.",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "z-bolt_plus_platform.stl",
|
"platform": "z-bolt_plus_platform.stl",
|
||||||
"has_materials": true,
|
|
||||||
"has_machine_quality": true,
|
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "z-bolt_plus_extruder_0"
|
"0": "z-bolt_plus_extruder_0"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"inherits": "fdmextruder",
|
"inherits": "fdmextruder",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"machine": "z-bolt_classic",
|
"machine": "z-bolt_classic",
|
||||||
"position": "0"
|
"position": 0
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"inherits": "fdmextruder",
|
"inherits": "fdmextruder",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"machine": "z-bolt_plus",
|
"machine": "z-bolt_plus",
|
||||||
"position": "0"
|
"position": 0
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user