Change tool max temp, set parameter for layer fan
This commit is contained in:
parent
f02dfc6ea6
commit
945eacadbb
6
config.g
6
config.g
|
@ -55,14 +55,14 @@ M143 H0 S120 ; set temperature limit for h
|
||||||
M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend" ; configure sensor 1 as thermistor on pin temp1
|
M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend" ; configure sensor 1 as thermistor on pin temp1
|
||||||
M950 H1 C"out2" T1 ; create nozzle heater output on out2 and map it to sensor 1
|
M950 H1 C"out2" T1 ; create nozzle heater output on out2 and map it to sensor 1
|
||||||
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
|
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
|
||||||
M143 H1 S250 ; set temperature limit for heater 1 to 250C
|
M143 H1 S280 ; set temperature limit for heater 1 to 280C
|
||||||
;M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0 ; run PID tune for Hotend
|
;M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0 ; run PID tune for Hotend
|
||||||
|
|
||||||
; Fans
|
; Fans
|
||||||
M950 F0 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency
|
M950 F0 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency
|
||||||
M106 P0 C"Hotend fan" S1 H1 T45 ; set fan 0 value. Thermostatic control is turned on
|
M106 P0 C"Hotend fan" S1 H1 T45 ; set fan 0 value. Thermostatic control is turned on
|
||||||
M950 F1 C"out4" ; create fan 1 on pin out4
|
M950 F1 C"out4" Q500 ; create fan 1 on pin out4
|
||||||
M106 P1 C"Layer fan" S1 H-1 ; set fan 1 value. Thermostatic control is turned off
|
M106 P1 C"Layer fan" S0 H-1 -L255 ; set fan 1 value. Thermostatic control is turned off
|
||||||
|
|
||||||
; Tools
|
; Tools
|
||||||
M563 P0 D0 H1 F1 ; define tool 0
|
M563 P0 D0 H1 F1 ; define tool 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user