Update Configuration.h

This commit is contained in:
InsanityAutomation
2022-05-29 18:42:03 -04:00
parent 7f32519aa9
commit 3ab1c95ab3
+1 -1
View File
@@ -1564,7 +1564,7 @@
// Require minimum nozzle and/or bed temperature for probing
#define PREHEAT_BEFORE_PROBING
#if ENABLED(PREHEAT_BEFORE_PROBING)
#define PROBING_NOZZLE_TEMP 150 // (°C) Only applies to E0 at this time
#define PROBING_NOZZLE_TEMP 160 // (°C) Only applies to E0 at this time
#define PROBING_BED_TEMP 50
#endif