Optimize Extruder Feedrates and turn off fans at pause.

This commit is contained in:
Knutwurst
2022-01-27 16:08:45 +01:00
parent 69328f5246
commit e5271d7b2f
2 changed files with 9 additions and 9 deletions

View File

@@ -1131,38 +1131,38 @@
*/
#if ENABLED(KNUTWURST_MEGA)
#if ENABLED(KNUTWURST_BMG)
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 }
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 40 }
#else
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 80 }
#endif
#endif
#if ENABLED(KNUTWURST_MEGA_S)
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 } // same feedrate for BMG
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 40 } // same feedrate for BMG
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#if ENABLED(KNUTWURST_BMG)
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 30 } // correct for BMG?
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 40 } // correct for BMG?
#else
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 80 } // thanks to Simon Geis
#define DEFAULT_MAX_FEEDRATE { 120, 120, 12, 60 } // thanks to Simon Geis
#endif
#endif
#if ENABLED(KNUTWURST_MEGA_P)
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 30 }
#define DEFAULT_MAX_FEEDRATE { 500, 500, 6, 40 }
#endif
#if ENABLED(KNUTWURST_CHIRON)
#if ENABLED(KNUTWURST_BMG)
#define DEFAULT_MAX_FEEDRATE { 100, 100, 20, 30 }
#define DEFAULT_MAX_FEEDRATE { 100, 100, 20, 40 }
#else
#define DEFAULT_MAX_FEEDRATE { 100, 100, 20, 80 }
#define DEFAULT_MAX_FEEDRATE { 100, 100, 20, 60 }
#endif
#endif
#if ENABLED(KNUTWURST_4MAXP2)
#define DEFAULT_MAX_FEEDRATE { 150, 150, 18, 30 }
#define DEFAULT_MAX_FEEDRATE { 150, 150, 18, 80 }
#endif

View File

@@ -2472,7 +2472,7 @@
// Filament can be extruded repeatedly from the Filament Change menu
// until extrusion is consistent, and to purge old filament.
//#define ADVANCED_PAUSE_RESUME_PRIME 0 // (mm) Extra distance to prime nozzle after returning from park.
//#define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused.
#define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused.
// Filament Unload does a Retract, Delay, and Purge first:
#define FILAMENT_UNLOAD_PURGE_RETRACT 13 // (mm) Unload initial retract length.