Slicer take the wrong fan
-
@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
-
@jumpedwithbothfeetOh very cool 3.4? Nice. Only update or do I have to change something then? I'm already damaged by the Klipper... Do an update and nothing works anymore...
-
@jumpedwithbothfeet
So I started printing. The extruder fan goes to 100 percent but then to 35% in layer 3 as I have set the part fan.