mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
Add definition for machine_use_extruder_offset_to_offset_coords
While this was only used by Ultimaker printers, it is not specific to Ultimaker's printers so I'm putting the definition in FDMPrinter. Contributes to issue CURA-1278.
This commit is contained in:
parent
9dc70fba02
commit
6fe70fc7e9
@ -327,6 +327,13 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
|
},
|
||||||
|
"machine_use_extruder_offset_to_offset_coords":
|
||||||
|
{
|
||||||
|
"label": "Offset With Extruder",
|
||||||
|
"description": "Apply the extruder offset to the coordinate system.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user