mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:35:56 +08:00
Hide "Extruder" column for the SLA printing
This commit is contained in:
parent
06da6d8645
commit
7041e2b877
@ -2225,6 +2225,8 @@ void Tab::load_current_preset()
|
|||||||
// For the printer profile, generate the extruder pages.
|
// For the printer profile, generate the extruder pages.
|
||||||
if (preset.printer_technology() == ptFFF)
|
if (preset.printer_technology() == ptFFF)
|
||||||
on_preset_loaded();
|
on_preset_loaded();
|
||||||
|
else
|
||||||
|
wxGetApp().sidebar().update_objects_list_extruder_column(1);
|
||||||
// Reload preset pages with the new configuration values.
|
// Reload preset pages with the new configuration values.
|
||||||
reload_config();
|
reload_config();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user