Yes, thats the beta.
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
#include "watchdog.h"
|
||||
|
||||
|
||||
#define VERSION_STRING "1.0.0 Alpha 1"
|
||||
#define VERSION_STRING "1.0.0 Beta 1"
|
||||
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@ void plan_discard_current_block();
|
||||
block_t *plan_get_current_block();
|
||||
|
||||
void check_axes_activity();
|
||||
uint8_t movesplanned();
|
||||
uint8_t movesplanned(); //return the nr of buffered moves
|
||||
|
||||
extern unsigned long minsegmenttime;
|
||||
extern float max_feedrate[4]; // set the max speeds
|
||||
|
Reference in New Issue
Block a user