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.",
|
"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…
Add table
Add a link
Reference in a new issue