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:
Ghostkeeper 2016-05-20 13:28:05 +02:00
parent 9dc70fba02
commit 6fe70fc7e9
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -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
} }
} }
}, },