Fix design on standard view (#3)
* Move notes above the fields * Adding documentation * Add documentation * Fix design issue on standard view
This commit is contained in:
committed by
GitHub
parent
1401aa8252
commit
a2751b96d6
@@ -1,6 +1,23 @@
|
||||
# OctoPrint-CalibrationTools
|
||||
|
||||
**TODO:** Describe what your plugin does.
|
||||
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
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Setup
|
||||
|
||||
@@ -9,9 +26,6 @@ or manually using this URL:
|
||||
|
||||
https://github.com/SergiuToporjinschi/OctoPrint-CalibrationTools/archive/master.zip
|
||||
|
||||
**TODO:** Describe how to install your plugin, if more needs to be done than just installing it via pip or through
|
||||
the plugin manager.
|
||||
|
||||
## Configuration
|
||||
|
||||
**TODO:** Describe your plugin's configuration options (if any).
|
||||
You can set the default values for each tuning process.
|
||||
|
||||
Reference in New Issue
Block a user