Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Aug 16, 2023
1 parent bdc7c84 commit 8a8054b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

# Changelog

## [1.7.4] - 16-08-2023

### Added

- added option to allow machine homing using only homing cycle enabled and soft limits (#475)

### Changed

- modified UART TMC to be addressable (#466)

### Fixed

- fixed skew compensation not accepts negative values (#472)
- fixed skew compensation error accumulation over motions (#474)

## [1.7.3] - 15-07-2023

### Changed
Expand Down Expand Up @@ -1252,6 +1267,7 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.7.4]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.4
[1.7.3]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.3
[1.7.2]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.2
[1.7.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion uCNC/src/cnc_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C"
#endif

#define CNC_MAJOR_MINOR_VERSION "1.7"
#define CNC_PATCH_VERSION ".4-pre"
#define CNC_PATCH_VERSION ".4"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down
2 changes: 2 additions & 0 deletions uCNC/src/hal/boards/avr/boardmap_rambo14.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ extern "C"

#define ONESHOT_TIMER 2

#define ENABLE_PARSER_MODULES

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 8a8054b

Please sign in to comment.