Replies: 1 comment 9 replies
-
|
Did you see this in config.h? Anyway, it is easier to just set |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon folks.
Old guy here trying to re-control a lathe that had MACH 3 on it. I have heard so much good about grblHal and thought I would give it a go. I am stuck pretty bad getting the software configured. Here is a bit more detail.
I'm building a custom lathe on a Pico 2 W (RP2350) using a local build of grblHAL. I’ve successfully mapped my pins in my_machine.h, but my $I report remains empty (no LATHE or SYNC), and G33 returns error:20. I've tried forcing LATHE_MODE and SPINDLE_SYNC_ENABLE in config.h and via CMake flags, but the core seems to ignore them. Has anyone successfully enabled Lathe/Sync on the RP2350 platform recently?
Beta Was this translation helpful? Give feedback.
All reactions