mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-09-22 04:10:14 +00:00
add pen (z axis) control command
This commit is contained in:
@@ -135,3 +135,5 @@ if 'deinit' not in locals():
|
||||
raise NotImplementedError("hal.deinit() not implemented")
|
||||
if 'watchdog_feed' not in locals():
|
||||
raise NotImplementedError("hal.watchdog_feed() not implemented")
|
||||
if ENABLE_L293D and 'pen_control' not in locals():
|
||||
raise NotImplementedError("hal.pen_control() not implemented")
|
||||
|
||||
Reference in New Issue
Block a user