-
|
I have just migrated to the current version of RP2040 as of commit 2485616. On an older version I was using, I had added a plugin for the M17/M18 to allow gcode control of the standard motor enable pin. Is there a built-in method now available? If not, which plugin should be used? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
I added the my_plugin.c to the grbl folder from https://github.com/grblHAL/Templates/blob/master/my_plugin/Stepper_enable_control/my_plugin.c Rebuilt and it works. |
Beta Was this translation helpful? Give feedback.
-
|
Still curious if there was an already built-in option. |
Beta Was this translation helpful? Give feedback.
-
No, and it will not become built-in since the M-codes are not "standard".
This. It is also available as an option in the Web Builder:
|
Beta Was this translation helpful? Give feedback.
-
|
Nice. After all my fussing around getting Vscode to stop being a complete turd, it looks like the generic build from the webui would have done everything I needed. All your improvements since I last installed take care of all of my older customizations. Thanks again for all the incredible work!!! |
Beta Was this translation helpful? Give feedback.

No, and it will not become built-in since the M-codes are not "standard".
This. It is also available as an option in the Web Builder: