Browse Source

Yes, thats the beta.

Bernhard Kubicek 13 years ago
parent
commit
5535e51bf6
3 changed files with 4 additions and 4 deletions
  1. 1
    1
      Marlin/Marlin.pde
  2. 1
    1
      Marlin/planner.h
  3. 2
    2
      README.md

+ 1
- 1
Marlin/Marlin.pde View File

@@ -41,7 +41,7 @@
41 41
 #include "watchdog.h"
42 42
 
43 43
 
44
-#define VERSION_STRING  "1.0.0 Alpha 1"
44
+#define VERSION_STRING  "1.0.0 Beta 1"
45 45
 
46 46
 
47 47
 

+ 1
- 1
Marlin/planner.h View File

@@ -80,7 +80,7 @@ void plan_discard_current_block();
80 80
 block_t *plan_get_current_block();
81 81
 
82 82
 void check_axes_activity();
83
-uint8_t movesplanned();
83
+uint8_t movesplanned(); //return the nr of buffered moves
84 84
 
85 85
 extern unsigned long minsegmenttime;
86 86
 extern float max_feedrate[4]; // set the max speeds

+ 2
- 2
README.md View File

@@ -1,8 +1,7 @@
1 1
 
2 2
 WARNING: 
3 3
 --------
4
-THIS IN A PROCESS OF HEAVY OVERWORKING.
5
-DO NOT USE THIS ON YOUR MACHINE UNTIL FURTHER NOTICE!!!
4
+THIS IS THE BETA 1 FOR MARLIN 1.0.0
6 5
 
7 6
 Quick Information
8 7
 ===================
@@ -150,6 +149,7 @@ Advance:
150 149
 *   M205 -  advanced settings:  minimum travel speed S=while printing T=travel only,  B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
151 150
 
152 151
 EEPROM:
152
+
153 153
 *   M500 - stores paramters in EEPROM
154 154
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
155 155
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.

Loading…
Cancel
Save