Slicer take the wrong fan
-
@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. -
@jumpedwithbothfeet
M106 P2 S1 H-1 ; set fan 2 value. Thermostatic control is turned off
M950 F3 C"out6" Q500 ; create fan 3 on pin out6 and set its frequency
M106 P3 S0 H-1 ; set fan 3 value. Thermostatic control is turned off; Tools ----------------------------------------------------------------------
M563 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 0CM563 P0 D0 H-1 F3??? Not H1???
Here the wrong command?
-
No that don't work...
-
PROBLEM SOLVED
I just changed the assignment. M950; Fans ------------------------------------------------- ----------------------
M950 F1 C"out3" Q500 ; create fan 0 on pin out3 and set its frequency
M106 P1 S1 H1 T60 ; set fan 0 value. Thermostatic control is turned on
M950 F2 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
M106 P2 S0 H-1 ; set fan 1 value. Thermostatic control is turned off
M950 F3 C"out5" Q500 ; create fan 2 on pin out5 and set its frequency
M106 P3 S1 H-1 ; set fan 2 value. Thermostatic control is turned off
M950 F0 C"out6" Q500 ; create fan 3 on pin out6 and set its frequency
M106 P0 S0 H-1 ; set fan 3 value. Thermostatic control is turned off; Tools --------------------------------------------------------------- ---------------------
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 glad you got it sorted! so its all up and running properly now?