Version 1.3.2 released on pypi.org #36
Replies: 10 comments 3 replies
-
Congrats mate, that last one needed some hard work on your behalf. Must be that time of year, as I was writing this my firewall\router decided it needed some TLC. |
Beta Was this translation helpful? Give feedback.
-
Version 1.0.0 contained an error due to a merge conflict. A patched version (1.0.1) is now available on pypi.org. |
Beta Was this translation helpful? Give feedback.
-
Version |
Beta Was this translation helpful? Give feedback.
-
Is there something special for installing on raspberry pi4 with bookworm? litexcnc install_litex throws errors. also when I do "pip3 install litexcnc[cli] it doesn't work
EDIT: |
Beta Was this translation helpful? Give feedback.
-
I uploaded my setup to the LinuxCNC forum. It might help others to start easy. |
Beta Was this translation helpful? Give feedback.
-
Just released version 1.0.3 to PyPi. The following bugs have been fixed:
Also the documentation have been updated to clarify the usage of the |
Beta Was this translation helpful? Give feedback.
-
Just released version 1.1.0 to PyPi 🍾 🎆 Added new drivers for SPI communication [48]. For current users this requires a minor modification in their configuration files. The connection entry in the config-file must be altered to include the field Further minor changes:
|
Beta Was this translation helpful? Give feedback.
-
Just released version 1.2.0 to PyPi 🍾 🎆 Support for Raspberry Pi 5 added (using spidev only at this moment).
|
Beta Was this translation helpful? Give feedback.
-
Just released version 1.2.2 to PyPi 🍾 🎆 Bugfix version for stepgen module, which was affected by an error in the encoder module. Due to an upgrade in the detection / comparison of the version of the firmware this version will show a warning message if older firmware is used (NOTE: the communication has not changed, thus re-compilation is not required). In the next minor release (i.e. version 1.3) this change will correctly enforce recompilation of the firmware. A change in minor version (i.e. 1.2 -> 1.3) indicates a modification in communication protocol and thus requires an update of the firmware.
|
Beta Was this translation helpful? Give feedback.
-
Just released version 1.3.0 to PyPi 🍾 🎆 In 2024 a lot of improvements have been made with the help of input by you! Thank you for helping in making this a better project. All changes have been compiled in the version 1.3.0 release.
|
Beta Was this translation helpful? Give feedback.
-
After 8 months after the first alpha-releases, there is now finally a stable version available on pypi.org. You can install this version by installing it on your machine:
This version changed a lot in comparison with the alpha-releases:
litexcnc install_litex
andlitexcnc install_toolchain
.stepgen
module, which can accept both position and velocity commands. There is no need anymore for external components, usch aspid
orpos2vel
(note: it is still possible to use these when required in specific setup, just use the velocity mode in that case).This release has not been possible without the help of @ozzyrob and OJthe123, for addressing issues, pointing in the right direction and testing the fixes. But also, they showed that their machines work and produce parts. That was great motivation.
Beta Was this translation helpful? Give feedback.
All reactions