Problems setting up Delta G2S (auto-leveling)
Posted: Mon Aug 03, 2015 9:02 am
Greetings,
I have just finished assembling a Delta Rostock mini G2S and have come across a few issues. I am using the latest version of the firmware and have had the following issues (with solutions) but am stuck on the last issue.
1) the printer was homing in the wrong direction (driving the heads towards the hot bed). This was fixed by modifying the configuration.h to the following
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR false // for Mendel set to false, for Orca set to true
This was against the directions, but was a solution found here on the forum and works.
2) The logic for the z min probe was incorrect. This was again found on the forum and works.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
3) Here's where I'm stuck. I have followed the directions and read them again... I can home the printer fine. I have the z max height properly configured, the z min probe set... however, when run G28 to auto level after G29, it runs through a bunch of points (shown in log clip below) before it starts to mash against the bed requiring a power off. PLEASE ASSSIT! I would love to be able to try to print something.
20:44:15.730 : echo:enqueing "G28"
20:46:28.300 : Bed x: 49.80 y: -49.80 z: 2.70
20:46:30.934 : Bed x: 16.60 y: -49.80 z: 2.59
20:46:33.594 : Bed x: -16.60 y: -49.80 z: 2.45
20:46:36.371 : Bed x: -49.80 y: -49.80 z: 2.22
20:46:39.183 : Bed x: -49.80 y: -16.60 z: 1.74
20:46:41.828 : Bed x: -16.60 y: -16.60 z: 2.20
20:46:44.424 : Bed x: 16.60 y: -16.60 z: 2.47
20:46:47.049 : Bed x: 49.80 y: -16.60 z: 2.47
20:46:49.714 : Bed x: 49.80 y: 16.60 z: 2.30
20:46:52.405 : Bed x: 16.60 y: 16.60 z: 2.14
20:46:55.148 : Bed x: -16.60 y: 16.60 z: 1.84
20:46:58.111 : Bed x: -49.80 y: 16.60 z: 0.97
I have just finished assembling a Delta Rostock mini G2S and have come across a few issues. I am using the latest version of the firmware and have had the following issues (with solutions) but am stuck on the last issue.
1) the printer was homing in the wrong direction (driving the heads towards the hot bed). This was fixed by modifying the configuration.h to the following
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR false // for Mendel set to false, for Orca set to true
This was against the directions, but was a solution found here on the forum and works.
2) The logic for the z min probe was incorrect. This was again found on the forum and works.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
3) Here's where I'm stuck. I have followed the directions and read them again... I can home the printer fine. I have the z max height properly configured, the z min probe set... however, when run G28 to auto level after G29, it runs through a bunch of points (shown in log clip below) before it starts to mash against the bed requiring a power off. PLEASE ASSSIT! I would love to be able to try to print something.
20:44:15.730 : echo:enqueing "G28"
20:46:28.300 : Bed x: 49.80 y: -49.80 z: 2.70
20:46:30.934 : Bed x: 16.60 y: -49.80 z: 2.59
20:46:33.594 : Bed x: -16.60 y: -49.80 z: 2.45
20:46:36.371 : Bed x: -49.80 y: -49.80 z: 2.22
20:46:39.183 : Bed x: -49.80 y: -16.60 z: 1.74
20:46:41.828 : Bed x: -16.60 y: -16.60 z: 2.20
20:46:44.424 : Bed x: 16.60 y: -16.60 z: 2.47
20:46:47.049 : Bed x: 49.80 y: -16.60 z: 2.47
20:46:49.714 : Bed x: 49.80 y: 16.60 z: 2.30
20:46:52.405 : Bed x: 16.60 y: 16.60 z: 2.14
20:46:55.148 : Bed x: -16.60 y: 16.60 z: 1.84
20:46:58.111 : Bed x: -49.80 y: 16.60 z: 0.97