This commit is contained in:
3d-gussner 2025-08-23 10:57:16 +01:00 committed by GitHub
commit eb65f75b82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 40 additions and 0 deletions

View File

@ -9913,7 +9913,11 @@ void long_pause() //long pause print
// Stop heaters
heating_status = HeatingStatus::NO_HEATING;
#ifdef HEATER_LOWER_TEMP
setTargetHotend(target_temperature[active_extruder]- HEATER_LOWER_TEMP);
#else
setTargetHotend(0);
#endif //HEATER_LOWER_TEMP
// Lift z
raise_z(pause_position[Z_AXIS]);

View File

@ -185,6 +185,9 @@
#endif
#define BED_MAXTEMP 125
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -186,6 +186,9 @@
#endif
#define BED_MAXTEMP 125
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -185,6 +185,9 @@
#endif
#define BED_MAXTEMP 125
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -186,6 +186,9 @@
#endif
#define BED_MAXTEMP 125
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -325,6 +325,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -325,6 +325,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -325,6 +325,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -327,6 +327,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -327,6 +327,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -327,6 +327,9 @@
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 80
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -117,6 +117,9 @@ EXTRUDER SETTINGS
#endif
#define BED_MAXTEMP 150
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70

View File

@ -116,6 +116,9 @@ EXTRUDER SETTINGS
#endif
#define BED_MAXTEMP 150
//Lowertemp
#define HEATER_LOWER_TEMP 50 //lower hotend temperature by 50°C
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
#define DEFAULT_Kp 21.70