3D touch leveling sensor - first start-up

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

3D touch leveling sensor - first start-up

Post by NB2019 » Fri Mar 01, 2019 7:19 am

Folks

Hoping you can help me out, I just installed the 3D touch bed leveling sensor.... printed the right mount, wired it to the board correctly, updated the firmware correctly (Checked this 3 times) I can send the G code to it to drop the pin, raise the pin self test etc, all woorking fine. I added the G29 command to my slicer G code as instructed....

However when I go to print, and it starts the bed leveling, it heads to the first spot, drops the pin, hits the bed, raises up ... repeats it, then goes to the second point. At this the printer just keeps pushing the nozzle on the glass, as if the sensor isnt triggering or the command is not being recognised.

I then have to emergency stop and raise the Z axis manually, if i try it again, it then pushes on the first spot.

Any thoughts on what is going on ??

Cheers in advance

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: 3D touch leveling sensor - first start-up

Post by William » Tue Mar 05, 2019 5:16 pm

-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 4:07 am

Thanks will try the bottom calibration part

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 4:45 am

ok, so the issue seems to be as follows. I have set

define Z_PROBE_OFFSET_FROM_EXTRUDER -1.4

However, when I follow the calibration, I need to raise the extruder from the bed by 1.12 mm

So following the calibration i do this

M851 Z1.12 ; to set the offset you got in the previous step.

M500 ; Stores the values in EEPROM so that it is not reset when you power the printer off and on.

However it doesnt seem to be storing this, as when I go to print, its the same as before, very very tight against the glass and not raised.

I did go into Config H and enable eeprom and eeprom chitchat, but still nothing

This has my printer out of action for a week now :(

Thoughts?

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 7:08 am

When I try and follow some of the instruction for the M851 command, it returns an echo of

echo:Z Offsetz_min: -15z_max: -5

This effectively does not allow me to adjust within the parameters needed..... so what now?

Currently I have a paper weight for a 3d printer

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 8:00 am

If i go in through the printer controls and restore failsafe i can get the z offset to show as that which is set in the firmware, however it then resets itself to 1.4 every time

Ideas?

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: 3D touch leveling sensor - first start-up

Post by William » Wed Mar 06, 2019 11:26 am

NB2019 wrote:
Wed Mar 06, 2019 7:08 am
When I try and follow some of the instruction for the M851 command, it returns an echo of

echo:Z Offsetz_min: -15z_max: -5

This effectively does not allow me to adjust within the parameters needed..... so what now?

Currently I have a paper weight for a 3d printer
You need to change it in firmware.(I suggest you download the prob with 3dtouch firmware)
Then upload it to your printer
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 2:46 pm

Hi, already done that, I have played with the z offset in the firmware and changed it to many settings, but because it keeps defaulting back to the hardcoded value, it’s not working.

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: 3D touch leveling sensor - first start-up

Post by William » Wed Mar 06, 2019 3:50 pm

If you have some experience with Arduino, you can try to add the "z offset" menu in Ultralcd.cpp.
Or you can use the M851 set the actual offset for it.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

NB2019
Posts: 9
Joined: Fri Mar 01, 2019 7:14 am

Re: 3D touch leveling sensor - first start-up

Post by NB2019 » Wed Mar 06, 2019 6:50 pm

I can't use M851 as I cant then save it to eeprom for some reason, also as per below, all offsets keep defaulting back to a hardcoded offset of 1.4mm

Is it normally this hard to set up? This is a completely stock printer.

Post Reply