mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
make fan percentages a float (#3087)
makes fan percentages an int. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
103d778e63
commit
d75bac2f01
3 changed files with 9 additions and 9 deletions
|
@ -1098,9 +1098,9 @@ PRINT_CONFIG_CLASS_DERIVED_DEFINE(
|
|||
((ConfigOptionFloat, initial_layer_infill_speed))
|
||||
((ConfigOptionInts, nozzle_temperature_initial_layer))
|
||||
((ConfigOptionInts, full_fan_speed_layer))
|
||||
((ConfigOptionInts, fan_max_speed))
|
||||
((ConfigOptionFloats, fan_max_speed))
|
||||
((ConfigOptionFloats, max_layer_height))
|
||||
((ConfigOptionInts, fan_min_speed))
|
||||
((ConfigOptionFloats, fan_min_speed))
|
||||
((ConfigOptionFloats, min_layer_height))
|
||||
((ConfigOptionFloat, printable_height))
|
||||
((ConfigOptionPoint, best_object_pos))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue