Skip to content

Releases: markwal/OctoPrint-GPX

2.5.2

06 May 01:30
Compare
Choose a tag to compare

Pick up one bugfix from the GPX submodule:

  • Allow serial connection from the command line

2.5.1

03 May 05:46
Compare
Choose a tag to compare
  • Pause and pause@z reliability fixes
  • More logging
  • Fast buffer overflow retries to native code

2.4.3

01 Apr 07:57
Compare
Choose a tag to compare

A couple of bug fixes:

  • SD card printing status was parsed incorrectly by OctoPrint due to being on the same line with ok
  • Sometimes wait for temperatures wouldn't work if they happened too quickly after setting the target

2.4.2

21 Mar 23:01
Compare
Choose a tag to compare

One bug fix:

  • Allows SD card files to be selected and printed

2.4.1 (stable)

02 Jan 22:53
Compare
Choose a tag to compare
  • Fix relative extrusion (M83) broken by recent fix in 2.4.0

Miscellaneous Improvements

29 Dec 05:17
Compare
Choose a tag to compare
  • Don't disconnect on cancel
  • EEPROM settings for cooling fan (for firmwares that support it)
  • Handle current position knowledge and relative moves completely differently
  • Fix compile warning under some versions of raspbian

EEPROM Settings

03 Oct 22:46
Compare
Choose a tag to compare

Improvements

  • New experimental feature for reading and modifying your EEPROM settings (backup your eeprom first).
  • New GPX macros

Bugfixes

  • Some weird pauses
  • M108 for toolchange
  • G28 fix

Allow A and B axes in machine editing

05 Aug 09:21
Compare
Choose a tag to compare

Also:

  • fixed tooltip bugs in the machine editor.
  • added (@debug axes) macro to GPX, you can type it into the Terminal tab and see what GPX thinks it has for the machine definition. The parentheses are required.

Pick up GPX 2.2.1

04 Aug 07:29
Compare
Choose a tag to compare

Main thing is that it removes digitpot limit of 127 (better support for Azteeg X3)

More progress and cancel reliability

19 Jul 17:20
Compare
Choose a tag to compare
  • Handle first read byte timeout better
  • Better retry on timeout and buffer overflow
  • Limit retries on progress
  • M6/M116 for dual extruders
  • Fix some ok to send count issues