mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
The print bed is limited to 1.2m x 1.2m. (related to #2877)
This commit is contained in:
parent
f27999e136
commit
815989d488
3 changed files with 33 additions and 3 deletions
|
@ -445,6 +445,7 @@ public:
|
|||
wxTextCtrl* y_textctrl{ nullptr };
|
||||
|
||||
void BUILD() override;
|
||||
bool value_was_changed(wxTextCtrl* win);
|
||||
// Propagate value from field to the OptionGroupe and Config after kill_focus/ENTER
|
||||
void propagate_value(wxTextCtrl* win);
|
||||
void set_value(const Vec2d& value, bool change_event = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue