-
|
Is there a way to enable the enclosure fan control on a Dreamer? A code like M106 P1 S200 no long works. Does the enclosure fan use a different index? Alternatively, I can activate the fan by manually set a low enclosure temperature target. Just curious if it still can be done via G-codes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It was never works for my Marlin build ( but works with my patch for original firmware and they are absolutely different firmwares ). Marlin has hardcoded chamber fan to FAN3 ( index 2 ) you can tune it via GUI menu or G-Code. Before try to control it manually you need to disable automatic chamber control ( sets chamber temp to 0 ). Correct G-Code must be something like that: |
Beta Was this translation helpful? Give feedback.
-
|
I updated my Flashforge Marlin from v0.13.1 to v0.14.1 today, and the M106/M107 P2 code no longer worked. Later I discovered that the chamber fan was changed from P2 to P1 (fan index 1) in the new firmware. Is it intentional or a bug? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
@DDMH
It was never works for my Marlin build ( but works with my patch for original firmware and they are absolutely different firmwares ). Marlin has hardcoded chamber fan to FAN3 ( index 2 ) you can tune it via GUI menu or G-Code. Before try to control it manually you need to disable automatic chamber control ( sets chamber temp to 0 ).
Correct G-Code must be something like that:
M106 P2 S200