Skip to content

Commit

Permalink
Changed the declaration of the variable to Marlin_main.cpp to fix iss…
Browse files Browse the repository at this point in the history
…ue on commit MarlinFirmware#965
  • Loading branch information
Pablo Clemente committed Jul 1, 2014
1 parent 43c298a commit 2242a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ int EtoPPressure=0;
float delta_segments_per_second= DELTA_SEGMENTS_PER_SECOND;
#endif

bool cancel_heatup = false ;

//===========================================================================
//=============================Private Variables=============================
//===========================================================================
Expand Down
2 changes: 0 additions & 2 deletions Marlin/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ int absPreheatHotendTemp;
int absPreheatHPBTemp;
int absPreheatFanSpeed;

bool cancel_heatup = false ;

#ifdef ULTIPANEL
static float manual_feedrate[] = MANUAL_FEEDRATE;
#endif // ULTIPANEL
Expand Down

0 comments on commit 2242a84

Please sign in to comment.