Set pin tune parameters for Vcore3
This commit is contained in:
parent
9b82d9c0a6
commit
2887f4e4da
|
@ -2,9 +2,9 @@
|
|||
; Based on https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control
|
||||
;
|
||||
|
||||
M291 S3 R"PID Tuning Bed to 60c" P"Do not interrupt or leave unattended while tuning in progress."
|
||||
M291 S3 R"PID Tuning Bed to 110c" P"Do not interrupt or leave unattended while tuning in progress."
|
||||
|
||||
M303 H0 S60 ; auto tune heater 0, default PWM, 60C target or maximum temperature
|
||||
M303 H0 S110 ; auto tune heater 0, default PWM, 60C target or maximum temperature
|
||||
|
||||
M98 P"0:/macros/Musical Tunes/TwoBits.g"
|
||||
|
|
@ -2,10 +2,10 @@
|
|||
; Based on https://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control
|
||||
;
|
||||
|
||||
M291 S3 R"PID Tuning Hotend to 220c" P"Do not interrupt or leave unattended while tuning in progress."
|
||||
M291 S3 R"PID Tuning Hotend to 280c" P"Do not interrupt or leave unattended while tuning in progress."
|
||||
|
||||
M106 P0 S0.5 ; set part fan to 50%
|
||||
M303 H1 S220 ; auto tune heater 1, default PWM, 220C target or maximum temperature
|
||||
M303 H1 S280 ; auto tune heater 1, default PWM, 280C target or maximum temperature
|
||||
|
||||
M98 P"0:/macros/Musical Tunes/TwoBits.g"
|
||||
|
Loading…
Reference in New Issue
Block a user