lcd menue "move_axis" added
This commit is contained in:
parent
b5fae1104b
commit
4cc8e37bf1
2 changed files with 50 additions and 8 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#define blocktime 500
|
||||
#define lcdslow 5
|
||||
|
||||
enum MainStatus{Main_Status, Main_Menu, Main_Prepare, Main_Control, Main_SD,Sub_TempControl,Sub_MotionControl};
|
||||
enum MainStatus{Main_Status, Main_Menu, Main_Prepare,Sub_PrepareMove, Main_Control, Main_SD,Sub_TempControl,Sub_MotionControl};
|
||||
|
||||
class MainMenu{
|
||||
public:
|
||||
|
|
@ -71,6 +71,7 @@
|
|||
void showControl();
|
||||
void showControlMotion();
|
||||
void showControlTemp();
|
||||
void showAxisMove();
|
||||
void showSD();
|
||||
bool force_lcd_update;
|
||||
int lastencoderpos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue