December 1, 2024
Description
Inspired by the Prusa Core One chamber fan, I designed this mod to enable my Voron V0 to print PLA without needing to remove the top hat.
BOM:
Wiring:
Firmware config:
Assuming you’re using the FAN0 port as described, add the following configuration to your printer.cfg file:
[fan_generic chamber_exhause_fan]
pin: PC6
max_power: 1.0
kick_start_time: 0.5Controlling the fans:
SET_FAN_SPEED FAN=chamber_exhause_fan SPEED=0.5SET_FAN_SPEED FAN=chamber_exhause_fan SPEED=0.0Note: Add these commands to the start G-code and end G-code sections of the PLA filament profile in your slicer to automatically start and stop the fan.
License:
Creative Commons — Attribution — Noncommercial
7