problem with firmware

Post Reply
husky3d
Posts: 1
Joined: Thu Mar 24, 2016 3:42 am

problem with firmware

Post by husky3d »

I just got my prusa i3x assembled and went to try out the autohome. when I do it the x axis homes to the right and it should home to the left. I contacted geeetech and they recommend to downloading the firmware. when I tried to download the arduino 1.0.1 It say error compiling
James Zou
Posts: 8
Joined: Wed Mar 23, 2016 9:12 am

Re: problem with firmware

Post by James Zou »

Hi,friend.you failed to download this software,why not try to download this software with another explorer.
theCyanEYED
Posts: 3
Joined: Sun Jun 05, 2016 5:56 pm

Re: problem with firmware

Post by theCyanEYED »

We'll need more details for the compilation error. Can you paste here what's written in the console ? Only errors in red, no need to paste everything.

Then upload the firmware. If it's not fixed change this line :

Code: Select all

#define INVERT_X_DIR false
to

Code: Select all

#define INVERT_X_DIR true
(Configuration.h, l.320)
Post Reply