Skip to content

Commit

Permalink
Revert "Bug fix: Check for air filtration support on the printer leve…
Browse files Browse the repository at this point in the history
…l before emitting air filtration gcode command" (#8750)

Revert "Bug fix: Check for air filtration support on the printer level before…"

This reverts commit 22e410f.
  • Loading branch information
SoftFever authored Mar 7, 2025
1 parent ecc16bf commit bc698a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libslic3r/GCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2412,9 +2412,6 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
during_print_exhaust_fan_speed = std::max(during_print_exhaust_fan_speed,
m_config.during_print_exhaust_fan_speed.get_at(extruder.id()));
}
// ORCA: If the printer profile doesnt support air filtration, ignore filament setting
if(!m_config.support_air_filtration)
activate_air_filtration = false;
if (activate_air_filtration)
file.write(m_writer.set_exhaust_fan(during_print_exhaust_fan_speed, true));

Expand Down

0 comments on commit bc698a8

Please sign in to comment.