Catch dangerous extrude before trying several
This commit is contained in:
parent
bb917ecda8
commit
1269c445ab
4 changed files with 54 additions and 49 deletions
|
|
@ -273,6 +273,10 @@ extern bool axis_known_position[3];
|
|||
extern float zprobe_zoffset;
|
||||
#endif
|
||||
|
||||
#ifdef PREVENT_DANGEROUS_EXTRUDE
|
||||
extern float extrude_min_temp;
|
||||
#endif
|
||||
|
||||
extern int fanSpeed;
|
||||
|
||||
#ifdef BARICUDA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue