mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +08:00
Add "Always Write Active Tool" machine setting.
Required for dual extruder printing with Smoothieware firmware.
This commit is contained in:
parent
a91b0960fb
commit
cbe87a39a8
@ -216,6 +216,16 @@
|
|||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
},
|
},
|
||||||
|
"machine_always_write_active_tool":
|
||||||
|
{
|
||||||
|
"label": "Always Write Active Tool",
|
||||||
|
"description": "Write active tool after sending temp commands to inactive tool. Required for Dual Extruder printing with Smoothie or other firmware with modal tool commands.",
|
||||||
|
"default_value": false,
|
||||||
|
"type": "bool",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": false,
|
||||||
|
"settable_per_meshgroup": false
|
||||||
|
},
|
||||||
"machine_center_is_zero":
|
"machine_center_is_zero":
|
||||||
{
|
{
|
||||||
"label": "Is Center Origin",
|
"label": "Is Center Origin",
|
||||||
@ -369,8 +379,7 @@
|
|||||||
"Makerbot": "Makerbot",
|
"Makerbot": "Makerbot",
|
||||||
"BFB": "Bits from Bytes",
|
"BFB": "Bits from Bytes",
|
||||||
"MACH3": "Mach3",
|
"MACH3": "Mach3",
|
||||||
"Repetier": "Repetier",
|
"Repetier": "Repetier"
|
||||||
"Smoothie": "Smoothie"
|
|
||||||
},
|
},
|
||||||
"default_value": "RepRap (Marlin/Sprinter)",
|
"default_value": "RepRap (Marlin/Sprinter)",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user