Changed the declaration of the variable to Marlin_main.cpp to fix issue on commit #965

This commit is contained in:
Pablo Clemente 2014-07-01 16:45:03 +02:00
parent 43c298a7a9
commit 2242a84218
2 changed files with 2 additions and 2 deletions

View File

@ -276,6 +276,8 @@ int EtoPPressure=0;
float delta_segments_per_second= DELTA_SEGMENTS_PER_SECOND;
#endif
bool cancel_heatup = false ;
//===========================================================================
//=============================Private Variables=============================
//===========================================================================

View File

@ -19,8 +19,6 @@ int absPreheatHotendTemp;
int absPreheatHPBTemp;
int absPreheatFanSpeed;
bool cancel_heatup = false ;
#ifdef ULTIPANEL
static float manual_feedrate[] = MANUAL_FEEDRATE;
#endif // ULTIPANEL