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
\r
WARNING: \r
--------\r
-THIS IN A PROCESS OF HEAVY OVERWORKING.\r
-DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!\r
+THIS IS THE BETA 1 FOR MARLIN 1.0.0\r
\r
Quick Information\r
===================\r
* M205 - advanced settings: minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk\r
\r
EEPROM:\r
+\r
* M500 - stores paramters in EEPROM\r
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). \r
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.\r