fix fan_percentage

(from commit b04928)
This commit is contained in:
remi durand 2021-04-04 14:48:37 +02:00
parent 7e1a009bd8
commit 65cd6e3010
4 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@ group:Cooling fan
setting:label$Only for overhangs:fan_speedup_overhangs
end_line
setting:label$Kickstart duration:fan_kickstart
setting:fan_percentage
group:Thumbnails
line:Size for Gcode
setting:id$0:label$Small:thumbnails

View File

@ -669,6 +669,7 @@ const std::vector<std::string>& Preset::printer_options()
"fan_kickstart",
"fan_speedup_overhangs",
"fan_speedup_time",
"fan_percentage",
"gcode_flavor",
"gcode_precision_xyz",
"use_relative_e_distances",

View File

@ -105,6 +105,7 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
"fan_kickstart",
"fan_speedup_overhangs",
"fan_speedup_time",
"fan_percentage",
"filament_colour",
"filament_diameter",
"filament_density",

View File

@ -5217,6 +5217,7 @@ void PrintConfigDef::to_prusa(t_config_option_key& opt_key, std::string& value,
"exact_last_layer_height",
"fan_speedup_time",
"fan_speedup_overhangs",
"fan_percentage",
"fan_kickstart",
"machine_max_acceleration_travel",
"max_speed_reduction",