Skip to content

Releases: markwal/OctoPrint-GPX

2.6.8

05 Dec 23:42
Compare
Choose a tag to compare
  • Add a couple of machines already supported by GPX to the settings dropdown (#63)
  • Pick up the Mac buildable GPX 2.6.8

2.6.7

17 Nov 23:04
Compare
Choose a tag to compare

Fixes:

  • Hopefully reduce the likelihood of a hang on cancel
  • Advertise EMERGENCY_PARSER capability to OctoPrint
  • Add a timeout into cancel sync
  • Filename sanitization for SD filenames
  • Rename the internal python module from gpx to gcodex3g

2.6.6

14 Jun 04:41
Compare
Choose a tag to compare

Single bugfix release:

  • Fix non-ASCII SD card filename exception on connect #76

2.6.5

14 May 08:12
Compare
Choose a tag to compare

Fix: prevent GPX from passing non-ascii on to OctoPrint

2.6.4

10 May 07:27
Compare
Choose a tag to compare
  • Tweaks to allow OctoPrint-GPX to run under Python 3
  • Rename the gpx python module to avoid name collisions in the future
  • Fix some 'None' difficulties in gpx.ini

2.6.2

05 Apr 22:38
Compare
Choose a tag to compare

Pick up latest fixes in the GPX submodule

2.6.1

05 Apr 07:31
Compare
Choose a tag to compare

A few bug fixes:

  • A race condition while pressing Save in settings could reset GPX settings
  • json now accepts 'None' as well as 'undefined' to remove a setting
  • zero coordinate system on connect
  • update the README

2.6.0

28 Jun 05:36
Compare
Choose a tag to compare

The new plugin and the new GPX has a bunch of bug fixes:

  • Reworked/rewritten cancel behavior, disconnect/reconnect will still be necessary, but hopefully less frequently
  • New GPX has standalone daemon functionality (can pretend to be a RepRap printer on another port, more on this in the next GPX release)
  • Fixed many responses to be more RepRap/Marlin like
  • Better .ini file handling

2.5.5

27 Nov 22:34
Compare
Choose a tag to compare

Fix dev branch (1.3.0+) compatibility issue (rfind is not an attribute of None)

Compatibility with OctoPrint 1.2.14

28 Jul 22:57
Compare
Choose a tag to compare

Bug fixes:

  • Serial.write should return number of characters written
  • SD printing status return value should be on a line by itself
  • SD cancel should clear even if we miss the cancelled status (by asking again on build status)