mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Disabled icon to add color changes, print pauses and custom gcode in vertical slider of standalone gcode viewer
This commit is contained in:
parent
ce3fc31b48
commit
06c35297b6
3 changed files with 8 additions and 1 deletions
|
@ -850,6 +850,7 @@ wxBoxSizer* Preview::create_layers_slider_sizer()
|
|||
|
||||
m_layers_slider->SetDrawMode(wxGetApp().preset_bundle->printers.get_edited_preset().printer_technology() == ptSLA,
|
||||
wxGetApp().preset_bundle->prints.get_edited_preset().config.opt_bool("complete_objects"));
|
||||
m_layers_slider->enable_action_icon(wxGetApp().is_editor());
|
||||
|
||||
sizer->Add(m_layers_slider, 0, wxEXPAND, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue