minor modification of the README.md
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
This is the official repository for the XY Plotter Tool Inkscape extension.
|
This is the official repository for the XY Plotter Tool Inkscape extension.
|
||||||
|
|
||||||
|
You can find a french version of this document on our website : [love-open-design.com](https://love-open-design.com/laboratoire/xy-plotter-tool-par-love-open-design/)
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
This extension work for the [DIY XY Plotter High Precision Drawbot](https://www.aliexpress.com/item/32917861259.html?spm=a2g0s.9042311.0.0.3d9f6c37xpT5iS)
|
This extension work for the [DIY XY Plotter High Precision Drawbot](https://www.aliexpress.com/item/32917861259.html?spm=a2g0s.9042311.0.0.3d9f6c37xpT5iS)
|
||||||
@@ -26,12 +28,12 @@ Restart Inkscape and you're done.
|
|||||||
| Name | Definition | Default | Gcode Result |
|
| Name | Definition | Default | Gcode Result |
|
||||||
|---|---| --- | --- |
|
|---|---| --- | --- |
|
||||||
| **Drawing On Command** | Gcode commande to lower down the Z-axis | `M3` | `M3 S1000` |
|
| **Drawing On Command** | Gcode commande to lower down the Z-axis | `M3` | `M3 S1000` |
|
||||||
| **Drawing Off Command** | Gcode commande to upper down the Z-axis | `M5` | `M5 S0` |
|
| **Drawing Off Command** | Gcode commande to upper the Z-axis | `M5` | `M5 S0` |
|
||||||
| **Pen Up Travel speed** | Travel speed with Pen Up | `3000` | `G1 F3000` |
|
| **Pen Up Travel speed** | Travel speed with Pen Up | `3000` | `G1 F3000` |
|
||||||
| **Pen Down Travel speed** | Travel speed when drawing | `1500` | `G1 F1500` |
|
| **Pen Down Travel speed** | Travel speed when drawing | `1500` | `G1 F1500` |
|
||||||
| **Pen Active Power** | command value to lower the pen | `1000` | `M3 S1000` |
|
| **Pen Active Power** | command value to lower the pen | `1000` | `M3 S1000` |
|
||||||
| **Pen On Delay** | Delay after pen down and before drawing | `0,1` | `G4 P0.1` |
|
| **Pen On Delay** | Delay after moving and before drawing | `0,1` | `G4 P0.1` |
|
||||||
| **Pen Off Delay** | Delay after pen up and before moving | `0,2` | `G4 P0.2` |
|
| **Pen Off Delay** | Delay after drawing and before moving | `0,2` | `G4 P0.2` |
|
||||||
| **Passes** | Number of Passes | | |
|
| **Passes** | Number of Passes | | |
|
||||||
| **Pass Depth** | *relative to cnc milling* | `1,0` | |
|
| **Pass Depth** | *relative to cnc milling* | `1,0` | |
|
||||||
| **Directory** | path directory to save your file in absolute | | |
|
| **Directory** | path directory to save your file in absolute | | |
|
||||||
|
|||||||
Reference in New Issue
Block a user