Skip to content

Releases: mledan/OctoPrint-EasyServo

0.2.5

18 Apr 05:51
067d164
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release
v0.2.5-alpha

Update setup.py

Release for issue #22

12 Jan 05:10
Compare
Choose a tag to compare

releasing fixes and updating plugin maintainer

Angle boundaries

20 May 06:15
ed70b35
Compare
Choose a tag to compare

Hello, I added a new feature which is an idea from #17 (comment).
Now, it is possible to set your own minimum/maximum angle that will never be exceeded.

Z-tracking, custom points, pimoroni library

01 Feb 22:12
a3969de
Compare
Choose a tag to compare

New Release !

22 Nov 22:54
00efa4a
Compare
Choose a tag to compare

Hello, here is a new release of the EasyServo plugin

New stuff have been added:

  • Positioning
    Now, you can choose to either move your servo to absolute, of relative coordinates. For the absolute, just set the angle to reach in one of the textboxes of an axis located in the control tab of Octoprint, and hit the button "Go!". The relative positioning stays the same, by simply clicking on the arrow buttons.

  • AutoHome
    You can also now autohome each axis independently using the home button that is on the left of the lastly quoted textboxes

  • Commands
    GCode M118 commands have been added so that you can move the servos during a print job, even from the SD. Here is the syntax:

    M118 EASYSERVO_REL {GPIO} {ANGLE°}
    M118 EASYSERVO_ABS {GPIO} {ANGLE°}
    M118 EASYSERVOAUTOHOME {GPIOX} {GPIOY}
    M118 EASYSERVOAUTOHOME {GPIOX}

  • Extras
    The "Sleep Time" can now be changed from the plugin settings. this is the time between each step of the servo.
    The lower the Sleep Time, the faster will be the servo movement.

As always, a big thanks to the Octoprint community
jneilliii, cp2004, and MegaHurtz for being an amazing tester !

Thanks for the support, and enjoy!

EasyServo V0.1.2-alpha

09 Jul 17:31
00efa4a
Compare
Choose a tag to compare
Pre-release

threading added, should not block your printer job anymore for a small time...

0.1.1

30 Jun 13:08
8e4b0aa
Compare
Choose a tag to compare

Here is the stable version of Easyservo (V0.1.1)
Some improvements:

  • Fine movements
  • AutoHoming function
  • Axis inversion
  • Minor fixes

Please let me know if you have any issue or have any ideas of improvements for the Octoprint plugin and/or Thingiverse design