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
 #include "watchdog.h"
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
 block_t *plan_get_current_block();
80
 block_t *plan_get_current_block();
81
 
81
 
82
 void check_axes_activity();
82
 void check_axes_activity();
83
-uint8_t movesplanned();
83
+uint8_t movesplanned(); //return the nr of buffered moves
84
 
84
 
85
 extern unsigned long minsegmenttime;
85
 extern unsigned long minsegmenttime;
86
 extern float max_feedrate[4]; // set the max speeds
86
 extern float max_feedrate[4]; // set the max speeds

+ 2
- 2
README.md View File

1
 
1
 
2
 WARNING: 
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
 Quick Information
6
 Quick Information
8
 ===================
7
 ===================
150
 *   M205 -  advanced settings:  minimum travel speed S=while printing T=travel only,  B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk
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
 EEPROM:
151
 EEPROM:
152
+
153
 *   M500 - stores paramters in EEPROM
153
 *   M500 - stores paramters in EEPROM
154
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
154
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
155
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
155
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.

Loading…
Cancel
Save