QIDI I-fast Air Circulation Fan Control
Posted: Sat May 25, 2024 9:02 pm
I am currently using Simplify3D with a QIDI I-fast. It works great, but some features are missing.
Is there a way to add the QIDI I-fast air circulation fan control to the Cooling tab as you can with the parts fans?
If I use the Cooling tab and add a QIDI I-fast air circulation fan as Environmental fan T2, then it generates this GCODE:
This does not work for the QIDI I-fast air circulation fan.
GCODE to turn on the QIDI I-fast air circulation fan is:
GCODE to turn off the QIDI I-fast air circulation fan is:
Because I can't get it to work in the Cooling tab, I am currently doing this in the Change Layer section of the Scripts tab to achieve this:
This works to turn the QIDI I-fast air circulation fan off at layer 1 and on at layer 2. But it require manually editing the scripts when I want to change this, which is not convenient
.
I would prefer to be able to do this in the Cooling tab, but can't seem to get that to work.
Any suggestions?
Thanks
Is there a way to add the QIDI I-fast air circulation fan control to the Cooling tab as you can with the parts fans?
If I use the Cooling tab and add a QIDI I-fast air circulation fan as Environmental fan T2, then it generates this GCODE:
Code: Select all
M106 S255 P2GCODE to turn on the QIDI I-fast air circulation fan is:
Code: Select all
M106 T-2Code: Select all
M107 T-2Code: Select all
{IF "[current_layer_number] == 1"}M107 T-2; turn off air circulation fan
{IF "[current_layer_number] == 2"}M106 T-2; turn on air circulation fanI would prefer to be able to do this in the Cooling tab, but can't seem to get that to work.
Any suggestions?
Thanks