Skip to content

Commit

Permalink
Merge pull request #79 from oliof/fix-fan-assignments
Browse files Browse the repository at this point in the history
Assign fans according to convention
  • Loading branch information
nexx authored Jun 22, 2022
2 parents 249b50b + 2b449a0 commit d915871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified docs/src/firmware/Duet_RRF.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/src/firmware/Duet_RRF/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ M143 H0 S110 ; set temperature limit f
;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0

; Fans
M950 F0 C"out3" Q500 ; create fan 0 on pin out3 and set its frequency
M106 P0 C"Hotend Fan" S0 H1 T45 ; set fan 0 name and value. Thermostatic control turned on for Hotend
M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
M106 P1 C"Layer Fan" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency
M106 P1 C"Hotend Fan" S0 H1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend

; Tools
M563 P0 D0 H1 F1 ; 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

Expand Down

0 comments on commit d915871

Please sign in to comment.