Releases: markwal/OctoPrint-GPX
Releases · markwal/OctoPrint-GPX
Further cancel and progress improvements
- Now cancel does a better job draining pending commands from OctoPrint while still being "immediate"
- Progress in 0.3.11 provided OctoPrint with too many "ok"'s which would mess up wait states later
More reliable positioning and LCD improvements
Really verbose logging
- Conditional clear queue on cancel
- Verbose logging works now (watch out, it is really verbose)
- Fixed build name in implicit M136
- Changed buffer overflow behavior to avoid hanging OctoPrint and shortened the pause to 100ms+python overhead
- Connection pause setting for bots that need it and to allow shrinking it for those that don't (used to be fixed 2 seconds)
Some new settings
New settings for connection pause, verbosity level and pre-release opt-in
Fixed a bug in the GPX submodule: G28 didn't work with X/Y minstops.
Machine definition editor fixes
0.3.8 fix machine.ini write and flip endstop min/max
Serial communication improvement
Fix a hang on communication failure
New plugin file locations
- Move the gpx configuration files to the plugin data folder
- Move the gpx log file to the plugin logfile path
Tracking to OctoPrint 1.2.0
- Connect to OctoPrint's softwareupdater so it can update this plugin
- Some changes to track to the latest interfaces for OctoPrint 1.2.0
- GPX fixes (@Pause macro, ini file handling, etc)
- gpx.ini editor
- machine settings editor
0.2 alpha release
Snap to a better numbering scheme
Features, or starts of features:
- Added new gpx.ini editor, only works on some properties so far, more coming
- Added APIs to GPX submodule to support custom machine definitions
Fixed some issues: - OctoPrint expects g-code M23 to be case-insensitive
Initial release
Make the cancel button quite a bit more responsive Use the PRINT_CANCELLED event to allow preemptive cancellation