mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
New feature: Recommended object thin wall thickness hint.
This commit is contained in:
parent
011281df86
commit
696d420dc8
5 changed files with 67 additions and 0 deletions
|
@ -184,4 +184,6 @@ PresetCollection::arrayref()
|
|||
%code%{ RETVAL = PresetHints::cooling_description(*preset); %};
|
||||
static std::string maximum_volumetric_flow_description(PresetBundle *preset)
|
||||
%code%{ RETVAL = PresetHints::maximum_volumetric_flow_description(*preset); %};
|
||||
static std::string recommended_thin_wall_thickness(PresetBundle *preset)
|
||||
%code%{ RETVAL = PresetHints::recommended_thin_wall_thickness(*preset); %};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue