mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
Update README.md
This commit is contained in:
@@ -33,10 +33,10 @@ And the original video when PyCNC was just a prototype [YouTube video](https://y
|
|||||||
M2, M3, M5, M30, M84, M104, M105, M106, M107, M109, M114, M140, M190, M300 (connected to servo motor) are
|
M2, M3, M5, M30, M84, M104, M105, M106, M107, M109, M114, M140, M190, M300 (connected to servo motor) are
|
||||||
supported. Commands can be easily added, see [gmachine.py](./cnc/gmachine.py)
|
supported. Commands can be easily added, see [gmachine.py](./cnc/gmachine.py)
|
||||||
file.
|
file.
|
||||||
* Four axis are supported - X, Y, Z, E.
|
* Two axis are supported - X, Y. (Z and E are not supported)
|
||||||
* Circular interpolation for XY, ZX, YZ planes is supported.
|
* Circular interpolation for XY planes is supported.
|
||||||
* Spindle with rpm control is supported.
|
* Spindle with rpm control is not supported.
|
||||||
* Extruder and bed heaters are supported.
|
* Extruder and bed heaters are not supported.
|
||||||
* Hardware watchdog.
|
* Hardware watchdog.
|
||||||
|
|
||||||
# Watchdog
|
# Watchdog
|
||||||
|
|||||||
Reference in New Issue
Block a user