mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:55:54 +08:00
Correct syntax error that prevented checkbox showing up
This commit is contained in:
parent
5813aa2f57
commit
322e4ac904
@ -338,7 +338,7 @@ Item
|
|||||||
*/
|
*/
|
||||||
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
|
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
|
||||||
{
|
{
|
||||||
id: ApplyExtruderOffsetsToGCodeCheckbox
|
id: applyExtruderOffsetsCheckbox
|
||||||
containerStackId: machineStackId
|
containerStackId: machineStackId
|
||||||
settingKey: "machine_use_extruder_offset_to_offset_coords"
|
settingKey: "machine_use_extruder_offset_to_offset_coords"
|
||||||
settingStoreIndex: propertyStoreIndex
|
settingStoreIndex: propertyStoreIndex
|
||||||
@ -348,6 +348,7 @@ Item
|
|||||||
forceUpdateOnChangeFunction: forceUpdateFunction
|
forceUpdateOnChangeFunction: forceUpdateFunction
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* The "Shared Heater" feature is temporarily disabled because its
|
/* The "Shared Heater" feature is temporarily disabled because its
|
||||||
implementation is incomplete. Printers with multiple filaments going
|
implementation is incomplete. Printers with multiple filaments going
|
||||||
into one nozzle will keep the inactive filaments retracted at the
|
into one nozzle will keep the inactive filaments retracted at the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user