A20M Auto Bed Leveling Help
Posted: 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:
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
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.
My Marlin version is 1.1.8 and the Arduino version is 1.8.5