Code for PicoCNC #7
Replies: 5 comments 10 replies
-
You are all set to go. grblHAL knows about the shift registers. The user manual describes what you need to do. Set $14 to 70 ($70=14) which will set Halt, Cycle start and Feed hold to normally open and you should be able to jog. I recommend ioSender for this as it describes the Grbl Settings and makes it easy to set them. You will need to power the board with 12V to actually use the inputs (limits, probe, controls). Be careful if you jumper the 2 12V sections - make sure the jumpers are in the vertical positions. |
Beta Was this translation helpful? Give feedback.
-
Just to let you know that the PicoCNC board runs a stepper motor using a DM556 driver module ! Good progress. |
Beta Was this translation helpful? Give feedback.
-
Hi Phil, Thanks for an excellent project, I've got the single 12v working using the jumpers. Now most of the sensors have come alive. I look forwards to more posts as more people get this product. |
Beta Was this translation helpful? Give feedback.
-
Hmmm, that tells me I need to come up with a better way for people to get the manual. |
Beta Was this translation helpful? Give feedback.
-
Yes, you need to break the ground plane for true isolation. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've built up my PicoCNC V1.51 board and loaded firmware created from grblHAL webbuilder v0.9d
using:
RP2040
PicoCNC
Compatibility grblHAL
The board connects but jog doesn't work as presumably the estop is active. Nothing gets hot and I can't see any soldering issues.
Does anyone have any advice ?
Also, I assume that I have to tell the pico to use shift registers, does anyone know how to do this is the selection?
Beta Was this translation helpful? Give feedback.
All reactions