Skip to content

Commit

Permalink
Suggestion to improve (TODO), no actual code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeBruijn committed May 8, 2012
1 parent 5aa80e6 commit d88205d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/ultralcd.pde
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "language.h"
#include "temperature.h"
#include "ultralcd.h"
#ifdef ULTRA_LCD
#include "Marlin.h"
Expand Down Expand Up @@ -708,6 +710,7 @@ void MainMenu::showAxisMove()
}
break;
case ItemAM_E:
// ErikDB: TODO: this length should be changed for volumetric.
MENUITEM( lcdprintPGM(MSG_EXTRUDE) , BLOCK;enquecommand("G92 E0");enquecommand("G1 F700 E5");beepshort(); ) ;
break;
default:
Expand Down

0 comments on commit d88205d

Please sign in to comment.