3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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?????????
Reverse endstop logic?
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?????????
Reverse endstop logic?
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
Ok when come back at home,I try!!!
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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
// 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
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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
I wanna lunch it out the window
Anyway...the solution of thinkiverse it's the same....i have no control on my 3d touch
I wanna lunch it out the window
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
with thinkiverse solution?
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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"
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"
-
- Posts: 78
- Joined: Tue Aug 28, 2018 7:12 am
- Location: Italy
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
Yes...the command are from lcd
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
Any solution on this issue? I'M also facing with it.
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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.
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.
Re: 3DTouch / BLTouch auto leveling sensor GCODE for GT2560 Rev B
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!
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!