Good morning everyone!! I have a Geeetech 3DTouch installed on my machine with a GT2560 card configured according to manual and firmeware .It works perfectly in your readings, but during printing the sensor shaft falls on the desk and risks breaking over the part that is printing, someone knows Tell me how to fix this problem. "The LED is lit and the axis falls on the printing table" I will be very grateful if someone can help me !!
SergioFilho/Brazil
Problem With 3D Sensor :S
Re: Problem With 3D Sensor :S
Do you screw the axis tightly? and do you add the sensor to printer by this fixture seeing on the picture.
- Attachments
-
- QQ图片20170714085814.png (126.16 KiB) Viewed 9391 times
-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!
-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!
-
- Posts: 2
- Joined: Thu Jul 13, 2017 8:01 pm
Re: Problem With 3D Sensor :S
Good Morning !! I think I could not express myself right !!. When I am printing the sensor pin lowers on the table as if probing and does not retract with a risk of hitting the part I am printing!
"Sorry my english, I'm using google translate"
"Sorry my english, I'm using google translate"
Re: Problem With 3D Sensor :S
Hi,
I understand what you meant ^^ I configured from scratch Marlin 1.1.4 (<-- see my link) to work with 3Dtouch (or original BLTouch) and I had the same issues at first tries. You have to configure pins in firmware and Z-min connector way (direction black white wires) for old boards (not Rev A+), you have to set pin numbers (where is connected your probe for your ATMega board) in firmware to the value 32 , so #define Z_MAX_PIN -1 and #define SERVO0_PIN 32 in source code... For Rev A+ boards, Pin value is 11...
Regards.
I understand what you meant ^^ I configured from scratch Marlin 1.1.4 (<-- see my link) to work with 3Dtouch (or original BLTouch) and I had the same issues at first tries. You have to configure pins in firmware and Z-min connector way (direction black white wires) for old boards (not Rev A+), you have to set pin numbers (where is connected your probe for your ATMega board) in firmware to the value 32 , so #define Z_MAX_PIN -1 and #define SERVO0_PIN 32 in source code... For Rev A+ boards, Pin value is 11...
Regards.
Re: Problem With 3D Sensor :S
For Rev A+ boards what it needs in firmware to change ?
I ask because i have this borad GT2560 A
Thanx alot
I ask because i have this borad GT2560 A
Thanx alot
Re: Problem With 3D Sensor :S
Maybe your probe is not well calibrated... Watch my thread here to see how to fine tune and calibrate it... When top screw is not at the right place you can have such behaviours...SergioFilho wrote: ↑Fri Jul 14, 2017 6:35 pmGood Morning !! I think I could not express myself right !!. When I am printing the sensor pin lowers on the table as if probing and does not retract with a risk of hitting the part I am printing!
"Sorry my english, I'm using google translate"
Regards.