-
Notifications
You must be signed in to change notification settings - Fork 208
/
README
38 lines (21 loc) · 1 KB
/
README
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
33
34
35
36
37
Gcode sender, monitor and homing tool for GRBL for Windows and Linux systems.
V2.1
New Features
- Gcode that is valid but is not recognized by GRBL gets filtered and it is not sent.
Bug fixes
- Corrected an issue that prevented manually sent Gcode for being displayed correctly.
- Corrected an issue with the images not displaying.
V2.0 Major release
- Improved the port handling reducing opening and closing frecuency.
- Added the ability to type and send commands directly.
- Support for tool change instructions. If enabled it pauses execution, raises the spindle, goes to a fixed location for toolchange, waits for tool change, and continues excecution.
- Added About window.
V1.0c Minor
Bug fixes
- Corrected a problem when adjusting axis that caused all axis to move at the same time. Caused by grbl starting in incremental programming.
V1.0b Minor
Bug fixes
- Corrected a bug in the adjusting script.
V1.0a Minor
Bug fixes
- Fixed a bug reading some file formats that avoided the dials from updating.