Welcome! Log In Create A New Profile

Advanced

Feedback wanted for single access GRBL shield

Posted by goopyplastic 
Feedback wanted for single access GRBL shield
May 24, 2014 03:19PM
Making a single axis grbl shield for arduino, you can use jumpers to set which axis you want to use, and microstepping jumpers for microstepping. See anything glaringly wrong?

[i.imgur.com] (schematic)
[i.imgur.com] (board)

Thanks!
Goopy
Re: Feedback wanted for single access GRBL shield
May 25, 2014 07:41AM
Three STEP signal lines for one stepper? That's odd. Also, there's no need for a reset switch. And you might want two endstops per stepper, one for each end of the axis.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Feedback wanted for single access GRBL shield
May 25, 2014 08:16AM
I think he may want to have some bus setup like idc cables that would be chained from one board to the next and perhaps still have some sort of a choice in which line is step for the current board. But that could lead mishaps like have step on this board and associated dir on another board smiling smiley

I did something like standalone pololu carriers, in case you want that and willing to make your own cables and sorts, feel free to try out this version. The layout is single sided, has generous spaces and tracks, sort of made specifically to be easily manufactured in diy environment.
Re: Feedback wanted for single access GRBL shield
May 25, 2014 03:27PM
Well the idea is that you would change the step and dir jumpers to match the axis your gcode is wanting instead of having to change the gcode.
Re: Feedback wanted for single access GRBL shield
May 25, 2014 03:47PM
The gcode just knows axis as X/Y/Z/E. The software in arduino has to be told which pin numbers correspond to each axis (step/dir/en). Its easy to change those numbers then (instead of jumpers).
Re: Feedback wanted for single access GRBL shield
May 25, 2014 06:30PM
This is intended for GRBL which doesn't use arduino's bootloader, so changing the pins would require writing the firmware through the icsp port not something everyone can do. But maybe I should switch to solder jumpers to save space / time / cost.

Should all three ms pins of the driver go through the pulldown resistor? I notice ramps only does it to ms1

Edited 1 time(s). Last edit at 05/25/2014 06:33PM by goopyplastic.
Re: Feedback wanted for single access GRBL shield
May 26, 2014 07:27AM
The bootloader isn't involved in firmware operations at all. Firmware works the same way regardless of which bootloader ist there or wether there's a bootloader at all.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Sorry, only registered users may post in this forum.

Click here to login