Skip to content

Releases: markwal/OctoPrint-GPX

Further cancel and progress improvements

13 Jul 09:59
Compare
Choose a tag to compare
  • 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

11 Jul 09:10
Compare
Choose a tag to compare
  • Significant improvements in keeping track of where the bot is so that relative moves and homing work properly
  • Report build start with name so it shows on the LCD
  • Show OctoPrint's progress percentage on the LCD if gpx.ini has build_progress = 1
  • Add @build NAME and @flavor FLAVOR macros

Really verbose logging

08 Jul 04:36
Compare
Choose a tag to compare
  • 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

04 Jul 20:12
Compare
Choose a tag to compare
Some new settings Pre-release
Pre-release

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

03 Jul 16:24
Compare
Choose a tag to compare
Pre-release
0.3.8

fix machine.ini write and flip endstop min/max

Serial communication improvement

01 Jul 06:27
Compare
Choose a tag to compare

Fix a hang on communication failure

New plugin file locations

24 Jun 03:49
Compare
Choose a tag to compare
Pre-release
  • 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

23 Jun 22:44
Compare
Choose a tag to compare
Pre-release
  • 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

04 May 00:00
Compare
Choose a tag to compare
0.2 alpha release Pre-release
Pre-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

24 Apr 09:31
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Make the cancel button quite a bit more responsive

Use the PRINT_CANCELLED event to allow preemptive cancellation