mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
change print flow ratio to float.
Also fixed an issue that maximum volumetric speed is not respected #93 #103
This commit is contained in:
parent
6d99cfbaa2
commit
60acc6b4e8
4 changed files with 11 additions and 10 deletions
|
@ -755,7 +755,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionBool, only_one_wall_top))
|
||||
((ConfigOptionBool, only_one_wall_first_layer))
|
||||
//SoftFever
|
||||
((ConfigOptionPercent, print_flow_ratio))
|
||||
((ConfigOptionFloat, print_flow_ratio))
|
||||
)
|
||||
|
||||
PRINT_CONFIG_CLASS_DEFINE(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue