chiark / gitweb /
Yes, thats the beta.
authorBernhard Kubicek <kubicek@gmx.at>
Sun, 20 Nov 2011 16:04:57 +0000 (17:04 +0100)
committerBernhard Kubicek <kubicek@gmx.at>
Sun, 20 Nov 2011 16:04:57 +0000 (17:04 +0100)
Marlin/Marlin.pde
Marlin/planner.h
README.md

index 8ee16569359f90faae4275eb1567e639cf6e7ae4..1a2fadc5a042cea74a9dc2d389a846a9250ed4f7 100644 (file)
@@ -41,7 +41,7 @@
 #include "watchdog.h"
 
 
-#define VERSION_STRING  "1.0.0 Alpha 1"
+#define VERSION_STRING  "1.0.0 Beta 1"
 
 
 
index 511f532d7ed22baebc2772a28b8c48a091fce28c..95ca548c5fadbf034fa41991d1cfc3ef0b2b47d1 100644 (file)
@@ -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
index 988bf9a6e6c9f74fff919bc3d76a0a12d7081f74..b6d22ab482cf45b7b626058218eb5e852c911160 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
 \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
@@ -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\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