Files
OctoPrint-CalibrationTools/README.md
T
Sergiu Toporjinschi 29ff606e33 Fix issue #7 (#10)
* Fix save 0 steps/mm- now it shows an error if steps<-0
2022-02-14 22:57:26 +02:00

32 lines
1.1 KiB
Markdown

# OctoPrint-CalibrationTools
A set of tools to help users with calibration process.
Supported tunings:
- E Steps - calibrating number of steps/mm for E extruder;
- XYZ Steps - calibrating number of steps/mm for axes X, Y and Z;
- PID Auto-tune - calibration Proportional gain, Integral gain and Derivative values for hot-end and heated bed;
Before start using this plugin I strongly recommend reading some documentation about tunning [teachingtechyt.github.io](https://teachingtechyt.github.io/calibration.html)
## Supported frameworks
- Marlin 2.x
## Screens
![E-Steps](extras/assets/img/plugins/CalibrationTools/eSteps.png)
![X-Y-Z Steps](extras/assets/img/plugins/CalibrationTools/featuredimage.png)
![PID Autotune](extras/assets/img/plugins/CalibrationTools/PID-autotune.png)
## Setup
Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually using this URL:
https://github.com/SergiuToporjinschi/OctoPrint-CalibrationTools/archive/main.zip
## Configuration
You can set the default values for each tuning process.