Rare planner bug fix and added simulator defaults.
- Planner bug when moving along a diagonal back and forth on the same path. Rare for the fact that most CAM programs don’t program this type of motion, neither does jogging. Fixed in this update. - Added grbl_sim defaults for testing purposes.
This commit is contained in:
parent
bf37ab7e7b
commit
a358c6de0b
4 changed files with 41 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
|
||||
#define GRBL_VERSION "0.9h"
|
||||
#define GRBL_VERSION_BUILD "20150117"
|
||||
#define GRBL_VERSION_BUILD "20150204"
|
||||
|
||||
// Version of the EEPROM data. Will be used to migrate existing data from older versions of Grbl
|
||||
// when firmware is upgraded. Always stored in byte 0 of eeprom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue