Delta mini G2S firmware

Post Reply
skylab1
Posts: 2
Joined: Sun Aug 16, 2015 3:37 pm

Delta mini G2S firmware

Post by skylab1 » Sun Aug 16, 2015 3:57 pm

I followed the instruction on the Wiki, compiled and uploaded the edited firmware to the mini G2s with no problem.

When I try to home the printer, Y is going up, Z and X is going down. As matter of fact, in any movement of any axis Y is going up, X and Z is going down.
The setting must be wrong somewhere, I have no control of the motor either in Repetier host or from the LCD.

Can someone email me a working well set firmware for the Mini G2s, or pointed me on how to fix this problem.

Many thanks.

Mark
Posts: 1553
Joined: Thu Aug 06, 2015 9:19 am

Re: Delta mini G2S firmware

Post by Mark » Mon Aug 17, 2015 3:11 pm

Download it here .
Attachments
RKMA_GT2560_G2s.zip
(283.25 KiB) Downloaded 442 times

moriartynz
Posts: 20
Joined: Sun Jul 26, 2015 11:58 am

Re: Delta mini G2S firmware

Post by moriartynz » Tue Aug 18, 2015 6:43 pm

Try changing these parameters in the firmware and re-upload the sketch:
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true // for Mendel set to false, for Orca set to true

You might need to play around with the directions so they are all heading in the same direction (up) when homing.

Regards
Mark

Post Reply