mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 20:15:52 +08:00
Revert "Bug fix: Check for air filtration support on the printer level before emitting air filtration gcode command" (#8750)
Revert "Bug fix: Check for air filtration support on the printer level before…" This reverts commit 22e410f82d0ac18354efa1c4b866aeeda14e5094.
This commit is contained in:
parent
ecc16bfabf
commit
bc698a88df
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user