[2.0.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE (#8866)
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
This commit is contained in:
committed by
Scott Lahteine
parent
705ea98fd3
commit
f0a8a1a853
@@ -28,10 +28,12 @@
|
||||
#ifndef _PAUSE_H_
|
||||
#define _PAUSE_H_
|
||||
|
||||
#include "../libs/nozzle.h"
|
||||
|
||||
extern bool move_away_flag;
|
||||
|
||||
bool pause_print(const float &retract, const float &z_lift, const float &x_pos, const float &y_pos,
|
||||
const float &unload_length=0 , const int8_t max_beep_count=0, const bool show_lcd=false
|
||||
bool pause_print(const float &retract, const point_t &park_point, const float &unload_length=0,
|
||||
const int8_t max_beep_count=0, const bool show_lcd=false
|
||||
);
|
||||
|
||||
void wait_for_filament_reload(const int8_t max_beep_count=0);
|
||||
|
||||
Reference in New Issue
Block a user