mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
feature: json: extruder switch positions
This commit is contained in:
parent
559780e268
commit
d4e69fd4db
@ -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…
x
Reference in New Issue
Block a user