mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed crash from start if SLA preset is selected.
Fixed extruder selection from ObjectList under OSX
This commit is contained in:
parent
f2120c1122
commit
ae4948bd94
3 changed files with 12 additions and 34 deletions
|
@ -619,6 +619,8 @@ void Preview::update_extruder_selector()
|
|||
void Preview::create_double_slider()
|
||||
{
|
||||
m_slider = new DoubleSlider(this, wxID_ANY, 0, 0, 0, 100);
|
||||
m_slider->EnableTickManipulation(wxGetApp().preset_bundle->printers.get_edited_preset().printer_technology() == ptFFF);
|
||||
|
||||
// #ys_FIXME_COLOR
|
||||
// m_double_slider_sizer->Add(m_slider, 0, wxEXPAND, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue