SuperSlicer question
-
I am getting tired of S3D and want to get new functions with latest SS.
On my Voron 0.1 I want to have hotend fan always on 100% no matter what.
; Fans M950 F0 C"fan0" ; // PART FAN M106 P0 S0 H-1 ; P0 = fan0 S0 = Speed 0 H-1 = Disable Termostatic mode M950 F1 C"fan1" ; // TOOL FAN M106 P1 S1 ; P1 = fan1 S1 = Speed 100% ; Tools M563 P1 H1 F1 ; P1 = tool1 H1 = heater1 F1 = fan1 G10 P1 X0 Y0 Z0 ; set tool 0 axis offsets G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
SS posts M107 and it is stopping my hotend fan = BIG NO NO
How can I get back to normal that is no matter what code this fan will always be on? -
@tecno said in SuperSlicer question:
M106 P1 S1
M106 P1 S1 H1 T45
that would come on when the hotend is above 45 degrees@tecno said in SuperSlicer question:
M563 P1 H1 F1
this line is mapping the wrong fan to the tool. It should be
F0
notF1
-
@jay_s_uk said in SuperSlicer question:
this line is mapping the wrong fan to the tool. It should be F0 not F1
???
F0 is partcooling and it is working
-
@tecno the part cooling fan is the fan that should be mapped to the tool, not the hotend cooling fan
-
OK, so F0 het+re will not affect M107 to kill hotend fan?
-
@tecno correct.
Thermostatic fans aren't controlled with M106/M107info from the wiki for the F parameter of M563
F The print cooling fan of the tool, default 0. Use this parameter if you are not using fan 0 as the print cooling fan for the tool you are defining. You do not need to, and should not, map thermostatic fans to tools. To map more than one fan to the tool, the definition would typically look like this:
-
why not just use the always on pins then? select vin for ps voltage or 12v to that pin set i think the plug is the same just move it over to it
-