Skip to content

Releases: Willmac16/OctoPrint-GcodeLeveling

Auto-Probing

Choose a tag to compare

@Willmac16 Willmac16 released this 16 Mar 05:20
d840c4a

If your machine supports the probe to surface command G38.2, then you can now have this plugin probe for you.

Configure probing in settings and run from

  • the probing button in settings
  • the GCODELEVELING-AUTOPROBE At Command
  • or, with some configuration, through BedLevelVisualizer

See https://github.com/Willmac16/OctoPrint-GcodeLeveling#auto-probing-040 for more information on the new settings or ask a question in #13.

0.3.2

Choose a tag to compare

@Willmac16 Willmac16 released this 10 Feb 04:42
26bd320
  • Fix for python 2 issue #11

0.3.1

Choose a tag to compare

@Willmac16 Willmac16 released this 07 Feb 06:02
4d7583b
  • Added support for XY Plane Arcs
  • New movement subdivision system that optimizes for the fewest necessary segments (smaller output files with better accuracy)
  • Minor fixes and improvements

0.2.3

Choose a tag to compare

@Willmac16 Willmac16 released this 25 Dec 04:21
715405e
  • Changed link to configuration section to a open in new tab/window
  • Added explanation of unmodified original option to the configuration section

0.2.2

Choose a tag to compare

@Willmac16 Willmac16 released this 21 Dec 22:36
76ee4ab
  • Fix for issue with Unmodified Original File Copy #6
  • Improvements to polynomial fitting along diagonals

0.2.0

Choose a tag to compare

@Willmac16 Willmac16 released this 02 Dec 19:16
316e897
  • Added support for E pos + better pass thru for unmodified pos values
  • Added an unmodified original option (on by default)
  • Improvements to configuration explanations

0.1.1

Choose a tag to compare

@Willmac16 Willmac16 released this 30 Nov 20:41
5ae3f2d

Fixed behavior that drove the toolhead to (0,0,0) at start

0.1.0

Choose a tag to compare

@Willmac16 Willmac16 released this 29 Nov 20:17
b86de99

First release of the plugin