Hardcode first_x_layer_fan_speed to 0 when parsing gcode template

This commit is contained in:
Noisyfox
2025-10-31 09:30:23 +08:00
parent 420ac69e5b
commit c734c1cdf1

View File

@@ -2609,6 +2609,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
this->placeholder_parser().set("long_retractions_when_ec",new ConfigOptionBoolsNullable(m_config.long_retractions_when_ec));
this->placeholder_parser().set("max_additional_fan", max_additional_fan);
this->placeholder_parser().set("first_x_layer_fan_speed", 0); // TODO: Orca hack to support BBL profiles
auto flush_v_speed = m_config.filament_flush_volumetric_speed.values;
auto flush_temps = m_config.filament_flush_temp.values;