3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

01:03:01.708 : echo:enqueueing "M280 P0 S160"
01:03:04.998 : echo:enqueueing "M280 P0 S120"
01:03:08.211 : echo:enqueueing "M280 P0 S10"
01:03:10.320 : echo:enqueueing "M280 P0 S90"

This is what's app when i try to reset,autotest,extend,retract.
But nothing happen to 3dtouch
If i try to move the probe manually up&down while monitor endstop (m43),nothing

While if i connect and disconnect the 2 pin cable have
01:10:58.739 : Z_MIN:1 (when disconnect cable)
01:11:02.222 : Z_MIN:0 (when reconnect cable)

0 mean triggered and 1 not

What the Hell????????? :shock: :shock: :shock: :shock:
Reverse endstop logic?
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

Ok when come back at home,I try!!!
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

I reverse the logic of endstop.....same things

// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define X_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
//#define X_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
//#define Y_MAX_ENDSTOP_INVERTING true // set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe.

I don't know what can i do
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

Like i saw you in the yesterday post,i've try both solution (that from thinkiverse,and from geetech)

Anyway...the solution of thinkiverse it's the same....i have no control on my 3d touch :evil: :evil: :evil:
I wanna lunch it out the window
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

with thinkiverse solution?
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

Nothing....no control
22:31:15.096 : echo:enqueueing "M280 P0 S160"
22:31:21.406 : echo:enqueueing "M280 P0 S120"
22:31:21.906 : echo:enqueueing "M280 P0 S120"
zonalimitatore
Posts: 78
Joined: Tue Aug 28, 2018 7:12 am
Location: Italy

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by zonalimitatore »

Yes...the command are from lcd
iherbak
Posts: 17
Joined: Wed Sep 26, 2018 4:36 am

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by iherbak »

Any solution on this issue? I'M also facing with it.
JRHolder
Posts: 1
Joined: Wed Oct 10, 2018 8:18 am

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by JRHolder »

I have the BLtouch working for the Mecreator 2 w/ GT2560 Rev. B (Same board as A10)

Utilizing Vert's 355 firmware.

X_MIN_PIN 22
X_MAX_PIN 24
Y_MIN_PIN 26
Y_MAX_PIN 28
Z_MIN_PIN 32
Z_MAX_PIN 30
SERVO0_PIN 30

Please see pictures for pin connections.
I hope this helps.
IMG_5562.jpg
IMG_5562.jpg (305.73 KiB) Viewed 11238 times
fruffo
Posts: 6
Joined: Fri Sep 07, 2018 7:39 pm

Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B

Post by fruffo »

Hello,
I have an Anet A10 with 3d touch, with Gt2560 Rev B card.
Does anyone have a working firmware for the 3dTouch / BlTouch?
any version of Marlin is fine, as long as it works!
I can't find one
Thank you so much!
Post Reply