mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-19 08:52:09 +00:00
💥Crash Fix Object settings table (#14479)
* Crash Fix Object settings * Update GUI_ObjectTable.cpp
This commit is contained in:
@@ -344,8 +344,8 @@ public:
|
||||
ConfigOptionBool ori_enable_support;
|
||||
ConfigOptionEnum<BrimType> brim_type;
|
||||
ConfigOptionEnum<BrimType> ori_brim_type;
|
||||
ConfigOptionFloat speed_perimeter;
|
||||
ConfigOptionFloat ori_speed_perimeter;
|
||||
ConfigOptionFloatsNullable speed_perimeter;
|
||||
ConfigOptionFloatsNullable ori_speed_perimeter;
|
||||
|
||||
ModelConfig* config;
|
||||
ModelVolumeType model_volume_type;
|
||||
|
||||
Reference in New Issue
Block a user