mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +00:00
fix non 45 degree slicing methods after regression created while cleaning up UI
This commit is contained in:
@@ -7216,9 +7216,9 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("gcode_back_transform", coBool);
|
||||
def->label = L("G-code back-transform");
|
||||
def->category = L("Printable space");
|
||||
def->tooltip = L("Reverse the shear/scale transform applied during slicing so G-code "
|
||||
"coordinates are in the machine's physical coordinate space. "
|
||||
"Requires at least one shear axis with global mode enabled.");
|
||||
def->tooltip = L("Undo the pre-slice mesh transform before applying the G-code axis remap "
|
||||
"and machine-frame shear/scale. Required for the standard belt-printer "
|
||||
"rotation pipeline.");
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user