mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
feature: json: extruder switch positions
This commit is contained in:
parent
559780e268
commit
d4e69fd4db
1 changed files with 18 additions and 0 deletions
|
@ -80,6 +80,24 @@
|
|||
"machine_extruder_start_code": {
|
||||
"default": ""
|
||||
},
|
||||
"machine_extruder_start_pos_abs": {
|
||||
"default": false
|
||||
},
|
||||
"machine_extruder_start_pos_x": {
|
||||
"default": 0
|
||||
},
|
||||
"machine_extruder_start_pos_y": {
|
||||
"default": 0
|
||||
},
|
||||
"machine_extruder_end_pos_abs": {
|
||||
"default": false
|
||||
},
|
||||
"machine_extruder_end_pos_x": {
|
||||
"default": 0
|
||||
},
|
||||
"machine_extruder_end_pos_y": {
|
||||
"default": 0
|
||||
},
|
||||
"machine_extruder_end_code": {
|
||||
"default": ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue