diff --git a/_plugins/babystepping.md b/_plugins/babystepping.md new file mode 100644 index 00000000000..67f63901773 --- /dev/null +++ b/_plugins/babystepping.md @@ -0,0 +1,64 @@ +--- +layout: plugin + +id: babystepping +title: Baby Stepping +description: Plugin simply adds Baby Stepping section to the control tab for live z adjust while printing to get that perfect first layer. +author: jneilliii +license: AGPLv3 + +date: 2024-06-09 + +homepage: https://github.com/jneilliii/OctoPrint-BabyStepping +source: https://github.com/jneilliii/OctoPrint-BabyStepping +archive: https://github.com/jneilliii/OctoPrint-BabyStepping/archive/master.zip + +tags: +- baby step +- baby stepping +- live z +- m290 +- baby +- step +- stepping + +featuredimage: /assets/img/plugins/babystepping/screenshot_controls.png + +compatibility: + octoprint: + - 1.2.0 + os: + - linux + - windows + - macos + - freebsd + python: ">=3,<4" +--- + +# Baby Stepping + +Plugin simply adds `Baby Stepping` section to the control tab for live z adjust while printing to get that perfect first layer. + +![buttons](/assets/img/plugins/babystepping/screenshot_controls.png) + +## Configuration + +Configure the distance used for the baby stepping command (M290) in the plugin's settings. + +![setting](/assets/img/plugins/babystepping/screenshot_settings.png) + +## Get Help + +If you experience issues with this plugin or need assistance please use the issue tracker by clicking issues above. + +### Additional Plugins + +Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneilliii) + +## Support My Efforts +I, jneilliii, programmed this plugin for fun and do my best effort to support those that have issues with it, please return the favor and leave me a tip or become a Patron if you find this plugin helpful and want me to continue future development. + +[![Patreon](/assets/img/plugins/babystepping/patreon-with-text-new.png)](https://www.patreon.com/jneilliii) [![paypal](/assets/img/plugins/babystepping/paypal-with-text.png)](https://paypal.me/jneilliii) + +No paypal.me? Send funds via PayPal to jneilliii@gmail.com + diff --git a/assets/img/plugins/babystepping/patreon-with-text-new.png b/assets/img/plugins/babystepping/patreon-with-text-new.png new file mode 100644 index 00000000000..14245f8a4f3 Binary files /dev/null and b/assets/img/plugins/babystepping/patreon-with-text-new.png differ diff --git a/assets/img/plugins/babystepping/paypal-with-text.png b/assets/img/plugins/babystepping/paypal-with-text.png new file mode 100644 index 00000000000..aab877abb5a Binary files /dev/null and b/assets/img/plugins/babystepping/paypal-with-text.png differ diff --git a/assets/img/plugins/babystepping/screenshot_controls.png b/assets/img/plugins/babystepping/screenshot_controls.png new file mode 100644 index 00000000000..13f375e733c Binary files /dev/null and b/assets/img/plugins/babystepping/screenshot_controls.png differ diff --git a/assets/img/plugins/babystepping/screenshot_settings.png b/assets/img/plugins/babystepping/screenshot_settings.png new file mode 100644 index 00000000000..edca02fdf66 Binary files /dev/null and b/assets/img/plugins/babystepping/screenshot_settings.png differ