Update README.md

This commit is contained in:
sinseman44
2020-11-11 20:44:06 +01:00
committed by GitHub
parent 549dfada1b
commit cfea7e233c
+4 -4
View File
@@ -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