|
@@ -455,8 +455,8 @@ bool Probe::set_deployed(const bool deploy) {
|
455
|
455
|
* @return true to indicate an error
|
456
|
456
|
*/
|
457
|
457
|
|
458
|
|
-#if HAS_HEATED_BED && ENABLED(WAIT_FOR_BED_HEATER)
|
459
|
|
- PGM_P Probe::msg_wait_for_bed_heating[25] PROGMEM = "Wait for bed heating...\n";
|
|
458
|
+#if HAS_BED_PROBE && HAS_HEATED_BED && ENABLED(WAIT_FOR_BED_HEATER)
|
|
459
|
+ const char Probe::msg_wait_for_bed_heating[25] PROGMEM = "Wait for bed heating...\n";
|
460
|
460
|
#endif
|
461
|
461
|
|
462
|
462
|
bool Probe::move_to_z(const float z, const feedRate_t fr_mm_s) {
|