Safe Z homing for Power Loss Recovery (#16909)

This commit is contained in:
Nick
2021-03-01 10:23:10 +00:00
committed by GitHub
parent 2b9842e094
commit e66e51fa6d
6 changed files with 39 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ public:
static xyz_pos_t offset;
#if EITHER(PREHEAT_BEFORE_PROBING, PREHEAT_BEFORE_LEVELING)
static void preheat_for_probing(const uint16_t hotend_temp, const uint16_t bed_temp);
static void preheat_for_probing(const int16_t hotend_temp, const int16_t bed_temp);
#endif
static bool set_deployed(const bool deploy);