mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
correct spacing
This commit is contained in:
parent
322e4ac904
commit
5130b5814d
1 changed files with 9 additions and 9 deletions
|
@ -338,9 +338,9 @@ Item
|
||||||
*/
|
*/
|
||||||
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
|
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
|
||||||
{
|
{
|
||||||
id: applyExtruderOffsetsCheckbox
|
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
|
||||||
labelText: catalog.i18nc("@label", "Apply Extruder offsets to GCode")
|
labelText: catalog.i18nc("@label", "Apply Extruder offsets to GCode")
|
||||||
labelFont: base.labelFont
|
labelFont: base.labelFont
|
||||||
|
@ -360,13 +360,13 @@ Item
|
||||||
Cura.SimpleCheckBox // "Shared Heater"
|
Cura.SimpleCheckBox // "Shared Heater"
|
||||||
{
|
{
|
||||||
id: sharedHeaterCheckBox
|
id: sharedHeaterCheckBox
|
||||||
containerStackId: machineStackId
|
containerStackId: machineStackId
|
||||||
settingKey: "machine_extruders_share_heater"
|
settingKey: "machine_extruders_share_heater"
|
||||||
settingStoreIndex: propertyStoreIndex
|
settingStoreIndex: propertyStoreIndex
|
||||||
labelText: catalog.i18nc("@label", "Shared Heater")
|
labelText: catalog.i18nc("@label", "Shared Heater")
|
||||||
labelFont: base.labelFont
|
labelFont: base.labelFont
|
||||||
labelWidth: base.labelWidth
|
labelWidth: base.labelWidth
|
||||||
forceUpdateOnChangeFunction: forceUpdateFunction
|
forceUpdateOnChangeFunction: forceUpdateFunction
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue