mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Updated PrintConfig default values for machine limits
+ fixed incorrect default value setting for the TextCtrl
This commit is contained in:
parent
3fdefbfbea
commit
54c90ee948
5 changed files with 41 additions and 26 deletions
|
@ -95,6 +95,7 @@ public:
|
|||
/// Copy of ConfigOption for deduction purposes
|
||||
const ConfigOptionDef m_opt {ConfigOptionDef()};
|
||||
const t_config_option_key m_opt_id;//! {""};
|
||||
int m_opt_idx = 0;
|
||||
|
||||
/// Sets a value for this control.
|
||||
/// subclasses should overload with a specific version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue