File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 55µCNC - A universal CNC firmware for microcontrollers
66
77# Changelog
8+
9+ ## [ 1.12.3] - 26-06-2025
10+
11+ ### Added
12+
13+ - allow storing HMapping (G39) in non volatile memory (Grbl settings) (#865 )
14+
15+ ### Fixed
16+
17+ - fixed block speed synchronization in the interpolator after (planner block transition speed synchronization) (#873 )
18+
19+
820## [ 1.12.2] - 05-05-2025
921
1022### Added
@@ -1905,6 +1917,7 @@ Version 1.1.0 comes with many added features and improvements over the previous
19051917
19061918### Initial release
19071919
1920+ [ 1.12.3 ] : https://github.com/Paciente8159/uCNC/releases/tag/v1.12.3
19081921[ 1.12.2 ] : https://github.com/Paciente8159/uCNC/releases/tag/v1.12.2
19091922[ 1.12.1 ] : https://github.com/Paciente8159/uCNC/releases/tag/v1.12.1
19101923[ 1.12.0 ] : https://github.com/Paciente8159/uCNC/releases/tag/v1.12.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C"
2525#endif
2626
2727#define CNC_MAJOR_MINOR_VERSION "1.12"
28- #define CNC_PATCH_VERSION ".2 "
28+ #define CNC_PATCH_VERSION ".3 "
2929
3030#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION
3131
You can’t perform that action at this time.
0 commit comments