mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Hardcode first_x_layer_fan_speed to 0 when parsing gcode template
This commit is contained in:
@@ -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("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("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_v_speed = m_config.filament_flush_volumetric_speed.values;
|
||||||
auto flush_temps = m_config.filament_flush_temp.values;
|
auto flush_temps = m_config.filament_flush_temp.values;
|
||||||
|
|||||||
Reference in New Issue
Block a user