A20M Auto Bed Leveling Help

Post Reply
Meierme176
Posts: 5
Joined: Wed Jun 26, 2019 8:26 am

A20M Auto Bed Leveling Help

Post by Meierme176 » Wed Jun 26, 2019 8:48 am

I just recently purchased the Geeetech A20M and their 3D touch auto leveling sensor.

I have followed the steps in this video:
https://www.youtube.com/watch?v=deq10MaxQBw
because the processes in this video:
https://www.youtube.com/watch?v=o1QKSgnk_ig
are outdated.

I have successfully updated the firmware but before it succeeds Arduino shows these messages:

Code: Select all

Build options changed, rebuilding all
In file included from C:\Users\Michael\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\cores\arduino/Arduino.h:28:0,

                 from sketch\MarlinConfig.h:38,

                 from sketch\configuration_store.h:26,

                 from sketch\configuration_store.cpp:190:

sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':

sketch\configuration_store.cpp:859:19: warning: unknown escape sequence: '\F'

   SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);

                   ^

sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'

 #define SERIAL_ECHOPAIR(pre,value)     SERIAL_PROTOCOLPAIR(pre, value)

                                        ^

sketch\configuration_store.cpp:859:3: note: in expansion of macro 'SERIAL_ECHOPAIR'

   SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);

   ^

Sketch uses 165624 bytes (65%) of program storage space. Maximum is 253952 bytes.
Global variables use 6058 bytes (73%) of dynamic memory, leaving 2134 bytes for local variables. Maximum is 8192 bytes.
When I make it "Auto Home" It does it successfully, but when I hit "bed leveling" it will do the center, front left, and front middle correctly however when it gets to the front right it lowers the extruder to where it almost touches the build plate and when it gets to the middle right point it lowers way too far and I get a "Probing Failed" error message.

My Marlin version is 1.1.8 and the Arduino version is 1.8.5

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

Re: A20M Auto Bed Leveling Help

Post by William » Wed Jun 26, 2019 9:30 am

-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!

Meierme176
Posts: 5
Joined: Wed Jun 26, 2019 8:26 am

Re: A20M Auto Bed Leveling Help

Post by Meierme176 » Wed Jun 26, 2019 9:47 am

William wrote:
Wed Jun 26, 2019 9:30 am
Hi, you can refer to this:http://www.geeetech.com/wiki/index.php/ ... ing_Sensor
I do not have code that resembles that under configuration.h

sbrookes
Posts: 3
Joined: Wed Sep 09, 2020 3:18 pm

Re: A20M Auto Bed Leveling Help

Post by sbrookes » Sun Sep 20, 2020 8:22 am

Meierme176, did you ever find a fix for your problem?

I am experiencing the exact same issue.

Marlin 1.1.8
Geetech A20M
CONFIGURATION_H_VERSION 010107

Post Reply