connection problem

Post Reply
fulcrum
Posts: 7
Joined: Wed Feb 24, 2016 2:53 am

connection problem

Post by fulcrum » Thu Mar 03, 2016 10:17 pm

Good morning
with my printer Delta G2S, new, barely mounted, I can not load the firmware. I think the problem is the lack of communication between the computer (windows 7 32) and the motherboard. When I plug the usb on to win control panel will add a 3 Com port (Com3 no Arduino 2560) that I think is to communicate with the printer and tells me that I FTDI drivers installed. When I open Arduino 1.6.6 and load the Marlin, the end of the compilation stops and tells me it can not load the motherboard.
I tried to change the drivers, as suggested in the Arduino Forum, with Arduino.inf but Os goes iin crash just insert usb.

Suggestions?

Thank you

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

Re: connection problem

Post by Mark » Fri Mar 04, 2016 5:03 pm

what's the specific error info? have you select the correct board type? and how about use arduino1.0.1, the latest arduino version will always have those problems.

fulcrum
Posts: 7
Joined: Wed Feb 24, 2016 2:53 am

Re: connection problem

Post by fulcrum » Mon Mar 07, 2016 1:36 pm

Solved!

In my computer there was a USB card reader which created problems with the opening of the com ports:

Now the problem is a 'else: when I run the scripts 3 (GO X43.3 Y-12 Z5)
and 4 (43.3 G0 X-12 Y-Z5) the X-axis is inverted., 3 becomes 4
  and 4 becomes 3
how do I fix?

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

Re: connection problem

Post by Mark » Mon Mar 07, 2016 8:49 pm

" 4 (43.3 G0 X-12 Y-Z5)" what do you mean by this??

fulcrum
Posts: 7
Joined: Wed Feb 24, 2016 2:53 am

Re: connection problem

Post by fulcrum » Tue Mar 08, 2016 3:34 am

Sorry:

the scripts

3: GO X43.3 Y-12 Z5 go in GO -X43.3 Y-12 Z5
and

4: GO -X43.3 Y-12 Z5 go in GO X43.3 Y-12 Z5

they are inverted

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

Re: connection problem

Post by Mark » Tue Mar 08, 2016 4:46 pm

I think the correct coordinates should be "G0 X43.3 Y-12 Z5" and "G0 X-43.3 Y-12 Z5", not "-x43.3".
And if you write the correct coordinates and it still behaves like this, then how's your motor direction? or did you plugged the X axis in the Y axis connector or the Z axis one?

fulcrum
Posts: 7
Joined: Wed Feb 24, 2016 2:53 am

Re: connection problem

Post by fulcrum » Tue Mar 08, 2016 11:30 pm

The problem is that the printer prints a mirror image: what must be on the right is left and what should be left on the right.
If mold a keychain with my name, the name is reversed, mirrored
Crushing home Tuttle three axes move in the same direction so this is not to reverse the direction of the motors.

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

Re: connection problem

Post by Mark » Wed Mar 09, 2016 10:24 pm

then you have wrongly connected the X axis to the Y axis connector, you need to interchange them.

fulcrum
Posts: 7
Joined: Wed Feb 24, 2016 2:53 am

Re: connection problem

Post by fulcrum » Wed Mar 09, 2016 10:40 pm

Thank-you !

I've inverted X and Y!

Solved!

Post Reply