mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Fix of previous commit
This commit is contained in:
parent
bb80774e74
commit
4c823b840f
2 changed files with 2 additions and 2 deletions
|
@ -298,7 +298,7 @@ const std::vector<std::string>& Preset::print_options()
|
||||||
"perimeter_extrusion_width", "external_perimeter_extrusion_width", "infill_extrusion_width", "solid_infill_extrusion_width",
|
"perimeter_extrusion_width", "external_perimeter_extrusion_width", "infill_extrusion_width", "solid_infill_extrusion_width",
|
||||||
"top_infill_extrusion_width", "support_material_extrusion_width", "infill_overlap", "bridge_flow_ratio", "clip_multipart_objects",
|
"top_infill_extrusion_width", "support_material_extrusion_width", "infill_overlap", "bridge_flow_ratio", "clip_multipart_objects",
|
||||||
"elefant_foot_compensation", "xy_size_compensation", "threads", "resolution", "wipe_tower", "wipe_tower_x", "wipe_tower_y",
|
"elefant_foot_compensation", "xy_size_compensation", "threads", "resolution", "wipe_tower", "wipe_tower_x", "wipe_tower_y",
|
||||||
"wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_bridging", "wipe_into_infill", "wipe_into_objects", "compatible_printers",
|
"wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_bridging", "compatible_printers",
|
||||||
"compatible_printers_condition","inherits"
|
"compatible_printers_condition","inherits"
|
||||||
};
|
};
|
||||||
return s_opts;
|
return s_opts;
|
||||||
|
|
|
@ -1235,7 +1235,7 @@ void TabPrint::update()
|
||||||
get_field("standby_temperature_delta")->toggle(have_ooze_prevention);
|
get_field("standby_temperature_delta")->toggle(have_ooze_prevention);
|
||||||
|
|
||||||
bool have_wipe_tower = m_config->opt_bool("wipe_tower");
|
bool have_wipe_tower = m_config->opt_bool("wipe_tower");
|
||||||
for (auto el : { "wipe_tower_x", "wipe_tower_y", "wipe_tower_width", "wipe_tower_rotation_angle", "wipe_into_infill", "wipe_tower_bridging"})
|
for (auto el : { "wipe_tower_x", "wipe_tower_y", "wipe_tower_width", "wipe_tower_rotation_angle", "wipe_tower_bridging"})
|
||||||
get_field(el)->toggle(have_wipe_tower);
|
get_field(el)->toggle(have_wipe_tower);
|
||||||
|
|
||||||
m_recommended_thin_wall_thickness_description_line->SetText(
|
m_recommended_thin_wall_thickness_description_line->SetText(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue