3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Locked
bang
Posts: 402
Joined: Wed Dec 28, 2016 2:12 pm

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by bang » Sat Feb 25, 2017 6:02 pm

sevensad wrote:Hi ,

I read all the thread but did not fine any answer to my problem.

When i start the Printer, the 3Dtouch only make 2 movements , not 3.
and i m unable to make it up/down/ selftest with G commands.

nothing happens (just the 2 movements at the start of the printer.)

Do anyone have an idea?
Check your firmware and wiring,maybe you can post more details about your 3D touch(the firmware and the wiring)?

daveapplemotors
Posts: 76
Joined: Tue Aug 16, 2016 11:36 pm

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by daveapplemotors » Sat Feb 25, 2017 6:36 pm

Two movements==normal. Mine only moves twice on start up.

Do you use any commands like in this other thread on this page: https://www.geeetech.com/forum/viewtopi ... 1&start=20

sevensad
Posts: 8
Joined: Sat Feb 25, 2017 4:47 am

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by sevensad » Sat Feb 25, 2017 11:27 pm

Hi,

Thanks for your reply.
I checked the wiring. To be sure, i soldered each wire and verified the continuity with a multimeter. this point is OK.

the firmware is the one of this topic. first page: Marlin-PI3_Pro_B_3DTouch.zip

i tried the G command. Nothing happens. The red light is always on.

daveapplemotors
Posts: 76
Joined: Tue Aug 16, 2016 11:36 pm

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by daveapplemotors » Sat Feb 25, 2017 11:34 pm

M commands make the 3D touch work.

sevensad
Posts: 8
Joined: Sat Feb 25, 2017 4:47 am

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by sevensad » Sat Feb 25, 2017 11:40 pm

Sorry, i mean M command and not G : M280 P0 S10 etc..
no movements.

Any idea? is it possible to check the sensor another way. or check that the board is ok?

UndCon
Posts: 54
Joined: Thu Mar 31, 2016 4:59 am

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by UndCon » Sat Feb 25, 2017 11:45 pm

If the sensor is connected correctly and you get no response from sending self test command(or any) it is likely not properly activated in firmware.

daveapplemotors
Posts: 76
Joined: Tue Aug 16, 2016 11:36 pm

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by daveapplemotors » Sat Feb 25, 2017 11:48 pm

Try lowering the pin--turn screw clockwise--until the light goes off. Raise it (anti-clockwise) a bit and try the commands.

The light should be on until M280 P0 S10 which turns off the light and extends the pin.

sevensad
Posts: 8
Joined: Sat Feb 25, 2017 4:47 am

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by sevensad » Sun Feb 26, 2017 12:32 am

@Undcon: i gonna check again the firmware and all steps (it just will be the 20st time i do it! :) )
@daveapplemotors: it should light on when lowering? because , in my case, it s light on, when pin is up (in contact) , and off when pin is down.
nevertheless, it tried what you suggested.. nothing.

daveapplemotors
Posts: 76
Joined: Tue Aug 16, 2016 11:36 pm

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by daveapplemotors » Sun Feb 26, 2017 3:06 am

It sounds like it might be working just right.
My red LED off when pin is out / extended / down towards bed.
Red LED on when pin is retracted / pulled up into 3D touch sensor.

The pin is out and light off when the nozzle descends toward the middle of the bed - M280 P0 S10 before G28 & G29.

Do you have safe homing enabled?

sevensad
Posts: 8
Joined: Sat Feb 25, 2017 4:47 am

Re: 3D Touch Sensor:Auto-levelling for Geeetech 3D printer

Post by sevensad » Sun Feb 26, 2017 5:39 am

Ok, i assume sensor would be ok.

Safe Homing:

I guess yes . in the firmware. configuration.h:

//If you have enabled the Bed Auto Leveling and are using the same Z Probe for Z Homing,
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!

#define Z_SAFE_HOMING

it seems enabled. should not be?

Locked