Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
This commit is contained in:
commit
3f2c771d90
@ -276,6 +276,8 @@ int EtoPPressure=0;
|
|||||||
float delta_segments_per_second= DELTA_SEGMENTS_PER_SECOND;
|
float delta_segments_per_second= DELTA_SEGMENTS_PER_SECOND;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
bool cancel_heatup = false ;
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//=============================Private Variables=============================
|
//=============================Private Variables=============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -19,8 +19,6 @@ int absPreheatHotendTemp;
|
|||||||
int absPreheatHPBTemp;
|
int absPreheatHPBTemp;
|
||||||
int absPreheatFanSpeed;
|
int absPreheatFanSpeed;
|
||||||
|
|
||||||
bool cancel_heatup = false ;
|
|
||||||
|
|
||||||
#ifdef ULTIPANEL
|
#ifdef ULTIPANEL
|
||||||
static float manual_feedrate[] = MANUAL_FEEDRATE;
|
static float manual_feedrate[] = MANUAL_FEEDRATE;
|
||||||
#endif // ULTIPANEL
|
#endif // ULTIPANEL
|
||||||
|
Loading…
Reference in New Issue
Block a user