You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Version 1.11 come with a full refactoring of the compilation units of µCNC inte
18
18
- self implemented subset/custom of stdio printf helpers. It's now possible to print formated messages via protocol. No need to do specific calls to print variables like numbers, strings, char, ip addresse, bytes, etc...
19
19
- improvements to the debug message system. Now a single call to DBGMSG macro is used. The same principle of formated messages is applied.
20
20
- Debug messages now have an intermediate buffer that stores the output before printing it to prevent outputing debug messages in the middle of onging protocol messages
21
+
- Added parsing support for O-Codes (subrotines)
21
22
22
23
# IMPORTANT NOTE
23
24
@@ -64,6 +65,7 @@ Version 1.11 added the following new major features.
64
65
- self implemented subset/custom of stdio printf helpers. It's now possible to print formated messages via protocol. No need to do specific calls to print variables like numbers, strings, char, ip addresse, bytes, etc...
65
66
- improvements to the debug message system. Now a single call to DBGMSG macro is used. The same principle of formated messages is applied.
66
67
- Debug messages now have an intermediate buffer that stores the output before printing it to prevent outputing debug messages in the middle of onging protocol messages
68
+
- Parsing support for O-Codes (subrotines). These O-Codes can be executed from .nc files in the root dir of a pre-configured file system (either C for MCU flash or D for SD cards)
67
69
68
70
Version 1.10 added the following new major features.
69
71
- added support SPI bulk transfers. This improves SPI transmission speeds while keeping the whole firmware responsive, opening the door for new modules and upgrades to µCNC using SPI driven hardware like TFT displays.
@@ -159,6 +161,7 @@ List of Supported G-Codes since µCNC 1.9.2:
159
161
- Valid Non-Command Words: A, B, C, F, H, I, J, K, L, N, P, Q, R, S, T, X, Y, Z
160
162
- User(read/write) and parser(read only) parameters like #5221 (#5221 returns the G38 result for X axis)
161
163
- Expressions like [1 + acos[0] - [#3 ** [4.0/2]]]
0 commit comments