Results 11 to 13 of 13
Thread: Marlin 2.0 Auto Leveling Problem
-
04-01-2020, 03:29 PM #11
They did Update this Code!!
// Set the boundaries for probing (where the probe can reach).
#define MIN_PROBE_EDGE_LEFT MIN_PROBE_EDGE + 10
#define MIN_PROBE_EDGE_RIGHT (X_BED_SIZE - (MIN_PROBE_EDGE + 10))
#define MIN_PROBE_EDGE_FRONT MIN_PROBE_EDGE + 8 // +8 For Your Sensor
#define MIN_PROBE_EDGE_BACK (Y_BED_SIZE - (MIN_PROBE_EDGE)) // + 33 For Your Sensor
So Sorry... Mistake
This is for the Newer versions of Marlin above alphaLast edited by Roberts_Clif; 04-01-2020 at 06:38 PM.
-
04-02-2020, 07:40 AM #12
- Join Date
- Mar 2020
- Posts
- 8
I solved it now by switching to Marlin 1.1.9 and doing this:
1. Delete everything in ArduinoData folder except preferences.txt (somehow i didn't get the correct error messages previously)
2. Move the probing boundaries inward.
Seems like the problem really was the probing edges being too far out, thanks for your help!
-
04-02-2020, 07:56 AM #13
You are welcome.
If you need any other help Post.
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help