CarlosGS / grblForCyclone

GRBL port for RAMPS and Sanguinololu boards. Original port was done by ArSi (read description)
Other
84 stars 22 forks source link

RAMPS 1.4 Extruders / dual axis motors #4

Open raenji-sk opened 7 years ago

raenji-sk commented 7 years ago

Hi, is it possible to configure the RAMPS 1.4 with your firmware to duplicate the output of motor X to E0 and motor Y to E1? Just like on Marlin / Repetier firmware - #define Y_DUAL_STEPPER_DRIVERS

CarlosGS commented 7 years ago

Hi, this is not implemented, but it should be easy to do so:

creisey commented 6 years ago

could you make the entire example please, im really not used to write definitions.

i would love to have a cloned y axis.

also how to modify the ramps.h

thanks

CarlosGS commented 6 years ago

Hi, sorry I don't have the time :( Cloning an axis can also be implemented by physically connecting both motors to the same driver, or even by wiring two drivers in parallel (each driving a different motor). Cheers!

creisey commented 6 years ago

thx, i'll try that