-
Notifications
You must be signed in to change notification settings - Fork 27
/
CHANGELOG
32 lines (27 loc) · 1.19 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Change Log
Changelog for LaOS project, inspired on: http://keepachangelog.com
## Unreleased
## 2015-04-20 (no binary release)
- added optional wait_us() in stepper.cpp to support slower
stepper drivers that need a longer pulse and earlier dir signal.
Activate by defining dir_us and pulse_us in config.txt
## 2015-03-18 (laoslaser-2015-03-18.bin)
- added python-colorama to README
- updated mbed.patch to match new mbed subrepository
- updated mbed subrepository to latest version
## 2015-02-23 (laoslaser-2015-02-23.bin / laoslaser-23-02-2015.bin)
Also see:
http://redmine.laoslaser.org/boards/3/topics/765
https://github.com/LaosLaser/Firmware/pull/42
### Added
- Boundaries ("BOUNDARIES" in menu)
- Lasertest ("LASER TEST" in menu)
- Make current position the origin functionality ("ORIGIN" in menu)
- Machine boundaries limit checking
### Fixed
- Incorrect path for netmask (issue #44)
## 2014-11-14 (laoslaser-2014-11-14.bin / laoslaser-14-11-2014.bin)
### Fixed
- Engrave speed setting (see: http://redmine.laoslaser.org/boards/3/topics/841?r=847)
- Cancel button (see: http://redmine.laoslaser.org/boards/3/topics/833)
- Laser misfiring (see: http://redmine.laoslaser.org/boards/1/topics/747)