mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed "Extruder sequence", when extruder changes are per mm
This commit is contained in:
parent
707ce9d3d4
commit
044634d7d1
2 changed files with 4 additions and 4 deletions
|
@ -322,7 +322,7 @@ private:
|
|||
wxSize get_size() const;
|
||||
void get_size(int* w, int* h) const;
|
||||
double get_double_value(const SelectedSlider& selection);
|
||||
int get_tick_from_value(double value);
|
||||
int get_tick_from_value(double value, bool force_lower_bound = false);
|
||||
wxString get_tooltip(int tick = -1);
|
||||
int get_edited_tick_for_position(wxPoint pos, Type type = ColorChange);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue