Slicer take the wrong fan
-
Hey greetings, everything worked as well after your instructions. Now i have only one problem with prusaslicer and superslicer. For example, if I slice the voron cube and start printing with the duet, my extruder fan goes off. Or to 35% as I have set the parts fan. Why is that? And how do I tell the slicer to take the right fan? When I simulate the print everything it's fine.
Thanks in advance -
@jamaicarasta the fan is the wrong way around, you have to change them over, you have 4 fans listed in your config which is which? 2 of them are temp controlled 2 are not?
currently you only have F0 assigned to your tool which is temperature controlled!
M563 P0 D0 H1 F0 ; define tool 0
take a look at this
-
@jumpedwithbothfeet yes 2 temp controlled. extruder and housing fan.
-
@jamaicarasta maybe a good idea to label them in your config, any way you need to change M563 and assign the parts cooling fans to the tool head
-
@jumpedwithbothfeet. I have to create something for every fan?
-
@jumpedwithbothfeet M563 P0 D0 H1 F0:F3? F3 is my part fan
-
@jamaicarasta no you just need to change M563 -
M563 P0 D0 H1 F0 ; define tool 0
as you have 2 part cooling fans you need to change it too
M563 P0 D0 H1 F1:3 ; define tool 0
-
@jumpedwithbothfeet I only have one extruder fan and one part fan
-
@jumpedwithbothfeet Extruder F0 Part F3
-
@jamaicarasta in that case it would be
M563 P0 D0 H1 F3 ; define tool 0
this assigns FAN 3 as part cooling to your tool head
-
@jumpedwithbothfeet; Tools ----------------------------------------------------------------------
M563 P0 D0 H1 F3 ; define tool 0
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C -
@jamaicarasta you don`t need the second M563 with F0 in it, I would remove that from your config, also if you only have 2 fans connected to your board it would make sense to remove the un-used entries from your config
-
@jumpedwithbothfeet ok so just assign the extruder fan
-
@jumpedwithbothfeetM563 P0 D0 H1 F3 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C -
@jamaicarasta yup that`s the one
-
@jumpedwithbothfeetok i get it i think. F0 already has a command that says switch on at 60 degrees
-
@jumpedwithbothfeetAnd I told him turn you off
-
@jamaicarasta I find this is the best source to run through for both setting up and trouble shooting
https://duet3d.dozuki.com/Wiki/Gcode
I keep it booked marked for reference
-
@jumpedwithbothfeetI know this site but sometimes it's hard to understand when it's translated into German. Come from Klipper and that's just different. Thank you, I'll start printing again. Oh one more thing. What are the default values for jurk?
-
@jamaicarasta I totally understand, if it was the other way around I`d have the same issue! Jerk is M566 called max instantaneous speed change in RRF, yours is set to
M566 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set maximum instantaneous speed changes (mm/min)
assuming you haven`t changed it that would be the default, M205 would change this to mm/s I believe, also your firmware needs updating as we are running 3.4 stable now