From 5535e51bf678a367aa6e5d53068f5d20b1c15e0c Mon Sep 17 00:00:00 2001
From: Bernhard Kubicek <kubicek@gmx.at>
Date: Sun, 20 Nov 2011 17:04:57 +0100
Subject: [PATCH] Yes, thats the beta.

---
 Marlin/Marlin.pde | 2 +-
 Marlin/planner.h  | 2 +-
 README.md         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Marlin/Marlin.pde b/Marlin/Marlin.pde
index 8ee1656935..1a2fadc5a0 100644
--- a/Marlin/Marlin.pde
+++ b/Marlin/Marlin.pde
@@ -41,7 +41,7 @@
 #include "watchdog.h"
 
 
-#define VERSION_STRING  "1.0.0 Alpha 1"
+#define VERSION_STRING  "1.0.0 Beta 1"
 
 
 
diff --git a/Marlin/planner.h b/Marlin/planner.h
index 511f532d7e..95ca548c5f 100644
--- a/Marlin/planner.h
+++ b/Marlin/planner.h
@@ -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
diff --git a/README.md b/README.md
index 988bf9a6e6..b6d22ab482 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
 
 WARNING: 
 --------
-THIS IN A PROCESS OF HEAVY OVERWORKING.
-DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!
+THIS IS THE BETA 1 FOR MARLIN 1.0.0
 
 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
 
 EEPROM:
+
 *   M500 - stores paramters in EEPROM
 *   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.
-- 
GitLab