From 2887f4e4daf10caab92ae6762c89064717f2f931 Mon Sep 17 00:00:00 2001 From: pedro Date: Sat, 5 Jun 2021 19:37:21 +0100 Subject: [PATCH] Set pin tune parameters for Vcore3 --- macros/Calibration/PID Tuning/{PID Bed 60 => PID Bed 110} | 6 +++--- .../{PID Tune Hot End 220 => PID Tune Hot End 280} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename macros/Calibration/PID Tuning/{PID Bed 60 => PID Bed 110} (57%) rename macros/Calibration/PID Tuning/{PID Tune Hot End 220 => PID Tune Hot End 280} (70%) diff --git a/macros/Calibration/PID Tuning/PID Bed 60 b/macros/Calibration/PID Tuning/PID Bed 110 similarity index 57% rename from macros/Calibration/PID Tuning/PID Bed 60 rename to macros/Calibration/PID Tuning/PID Bed 110 index bcd87a6..c6ff195 100644 --- a/macros/Calibration/PID Tuning/PID Bed 60 +++ b/macros/Calibration/PID Tuning/PID Bed 110 @@ -2,13 +2,13 @@ ; 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" M291 S3 R"PID Tuning Complete" P"Check console for heater values. Values saved to config-Override.g" M307 H1 ; report values for heater 1 -M500 ; Save values to config-override.g \ No newline at end of file +M500 ; Save values to config-override.g diff --git a/macros/Calibration/PID Tuning/PID Tune Hot End 220 b/macros/Calibration/PID Tuning/PID Tune Hot End 280 similarity index 70% rename from macros/Calibration/PID Tuning/PID Tune Hot End 220 rename to macros/Calibration/PID Tuning/PID Tune Hot End 280 index c979200..9cda683 100644 --- a/macros/Calibration/PID Tuning/PID Tune Hot End 220 +++ b/macros/Calibration/PID Tuning/PID Tune Hot End 280 @@ -2,14 +2,14 @@ ; 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" M291 S3 R"PID Tuning Complete" P"Check console for heater values. Values saved to config-Override.g" M307 H1 ; report values for heater 1 -M500 ; Save values to config-override.g \ No newline at end of file +M500 ; Save values to config-override.g