Yes, thats the beta.
This commit is contained in:
parent
8b14a8ad34
commit
5535e51bf6
@ -41,7 +41,7 @@
|
|||||||
#include "watchdog.h"
|
#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();
|
block_t *plan_get_current_block();
|
||||||
|
|
||||||
void check_axes_activity();
|
void check_axes_activity();
|
||||||
uint8_t movesplanned();
|
uint8_t movesplanned(); //return the nr of buffered moves
|
||||||
|
|
||||||
extern unsigned long minsegmenttime;
|
extern unsigned long minsegmenttime;
|
||||||
extern float max_feedrate[4]; // set the max speeds
|
extern float max_feedrate[4]; // set the max speeds
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
WARNING:
|
WARNING:
|
||||||
--------
|
--------
|
||||||
THIS IN A PROCESS OF HEAVY OVERWORKING.
|
THIS IS THE BETA 1 FOR MARLIN 1.0.0
|
||||||
DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!
|
|
||||||
|
|
||||||
Quick Information
|
Quick Information
|
||||||
===================
|
===================
|
||||||
@ -150,6 +149,7 @@ Advance:
|
|||||||
* M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
|
* M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
|
||||||
|
|
||||||
EEPROM:
|
EEPROM:
|
||||||
|
|
||||||
* M500 - stores paramters in EEPROM
|
* M500 - stores paramters in EEPROM
|
||||||
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
||||||
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
||||||
|
Loading…
Reference in New Issue
Block a user