Chamber Fan dauerhaft abschaltbar?

Lieder kann ich keine Screenshots posten daher nun einfach als Text:

Generic PLA
; filament start gcode
{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200
{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150
{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50
{endif}

{if activate_air_filtration[current_extruder] && support_air_filtration}
M106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]}
{endif}

eSun PLA-lite
; filament start gcode
{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255
{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180
{endif}

{if activate_air_filtration[current_extruder] && support_air_filtration}
M106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]}
{endif}

Just add this line to the end of the start g-code if you wan to turn off the chamber fan during the print:

M106 P3 S0

You would put it into the Printer profile start G-code.

Otherwise you will have to add it to every filament profile you use.

1 Like

Na klar, die richtige Stelle hast du ja schon gefunden. :+1:

Text ist viel besser als ein Screenshot, den kann nämlich auch jemand anderes dann noch kopieren und verwenden. :slight_smile: