mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
misc changes
This commit is contained in:
parent
95762fabee
commit
08b7af645d
2 changed files with 5 additions and 3 deletions
|
@ -356,8 +356,8 @@ std::string ExtrusionEntity::role_to_string(ExtrusionRole role)
|
||||||
case erBridgeInfill : return L("Bridge");
|
case erBridgeInfill : return L("Bridge");
|
||||||
case erInternalBridgeInfill : return L("Internal Bridge");
|
case erInternalBridgeInfill : return L("Internal Bridge");
|
||||||
case erGapFill : return L("Gap infill");
|
case erGapFill : return L("Gap infill");
|
||||||
case erSkirt : return ("Skirt");
|
case erSkirt : return L("Skirt");
|
||||||
case erBrim : return ("Brim");
|
case erBrim : return L("Brim");
|
||||||
case erSupportMaterial : return L("Support");
|
case erSupportMaterial : return L("Support");
|
||||||
case erSupportMaterialInterface : return L("Support interface");
|
case erSupportMaterialInterface : return L("Support interface");
|
||||||
case erSupportTransition : return L("Support transition");
|
case erSupportTransition : return L("Support transition");
|
||||||
|
|
|
@ -3736,7 +3736,9 @@ void TabPrinter::toggle_options()
|
||||||
|
|
||||||
// some options only apply when not using firmware retraction
|
// some options only apply when not using firmware retraction
|
||||||
vec.resize(0);
|
vec.resize(0);
|
||||||
vec = { "retraction_speed", "deretraction_speed", "retract_before_wipe", "retract_restart_extra", "wipe", "wipe_distance" };
|
vec = {"retraction_speed", "deretraction_speed", "retract_before_wipe",
|
||||||
|
"retract_length", "retract_restart_extra", "wipe",
|
||||||
|
"wipe_distance"};
|
||||||
for (auto el : vec)
|
for (auto el : vec)
|
||||||
//BBS
|
//BBS
|
||||||
toggle_option(el, retraction && !use_firmware_retraction, i);
|
toggle_option(el, retraction && !use_firmware_retraction, i);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue