Replies: 4 comments
-
If the prophet does not come to the mountain, the mountain must come to the prophet. https://guilouz.github.io/Creality-Helper-Script-Wiki/helper-script/fans-control-macros/ This helper scripts activates M106 P3 for chamber fan control and add M141 and M191 for chamber temperatur control |
Beta Was this translation helpful? Give feedback.
-
I've run into the same issue now trying to setup for ABS/ASA. Did you ever find a solution apart from per filament gcode? |
Beta Was this translation helpful? Give feedback.
-
But it's not an issue of Orca. You can change the behaviour of everything from macros.
|
Beta Was this translation helpful? Give feedback.
-
This is still very much an issue as of 2.3.0-beta - build dc49116 -- In my instance, I'm not using klipper. I'm using duet/RRF. Even with exhaust fan and auxillary fan options unchecked/disabled (or set to 0), fan 3 is invoked. I do not have a fan 3, so every print I get an error saying that it cannot turn on F3 as it does not exist. Why is gcode being generated for a disabled option and why is there no option to assign a fan number to each fan function? |
Beta Was this translation helpful? Give feedback.
-
Orca Slicer has the exhaust fan feature that doesn't work for how a K1 is set up.
This Option in the slicer activates M106 P3 fan, which isn't a fan on the K1.
M106 P0 = Model/extruder cooling fan
M106 P1 = Chamber Exhaust fan
M106 P2 = Side Cooling fan
If I edit the GCODE in text edit, swapping P3 for P1 everywhere it appears, then it works perfectly. 👍
Can this be amended? Is there a work around other then turning it off & manually inserting M106 P1 S255 to the filament GCODE?
Additionally, the completed print %, it would be good if it could be set for a timer duration? So the fan stays on for 2 minutes after print, then turns off.. not sure how to implement that in a GCODE.
Beta Was this translation helpful? Give feedback.
All reactions