Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probe position for linear bed leveling #10

Open
Grueslayer opened this issue Mar 17, 2019 · 0 comments
Open

Probe position for linear bed leveling #10

Grueslayer opened this issue Mar 17, 2019 · 0 comments

Comments

@Grueslayer
Copy link

Grueslayer commented Mar 17, 2019

Hi,

I don't think the calculation for probe position ist correct.

Let's assume that the probe is 35mm right from the extruder and you've defined MIN_PROBE_EDGE = 30 (as in your default config), than you'll get an assert while compiling with AUTO_BED_LEVELING_LINEAR enabled.

You simply can do this by defining (should be tweaked for Y also)

#define MIN_PROBE_EDGE max(30,X_PROBE_OFFSET_FROM_EXTRUDER)

or correcting the xxx_PROBE_BED_POSITION for each dimension in the right way.

P.S. 35mm is the default value for a D6 bed leveling solution from https://www.thingiverse.com/thing:2081168

jfredine pushed a commit to jfredine/Marlin-Duplicator-6 that referenced this issue Dec 24, 2019
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message dot-bob#2 will be skipped:

# Update Configuration.h

# The commit message dot-bob#3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message dot-bob#4 will be skipped:

# Create Configuration.h

# The commit message dot-bob#5 will be skipped:

# Delete Configuration.h

# The commit message dot-bob#6 will be skipped:

# Create Test.h

# The commit message dot-bob#7 will be skipped:

# Add files via upload

# The commit message dot-bob#8 will be skipped:

# Delete Test.h

# The commit message dot-bob#9 will be skipped:

# Delete Configuration.h

# The commit message dot-bob#10 will be skipped:

# Delete Configuration_adv.h

# The commit message dot-bob#11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message dot-bob#12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile
jfredine pushed a commit to jfredine/Marlin-Duplicator-6 that referenced this issue Dec 24, 2019
* # This is a combination of 18 commits.
# This is the 1st commit message:

Add Support for ADIMLab Granty

# The commit message dot-bob#2 will be skipped:

# Update Configuration.h

# The commit message dot-bob#3 will be skipped:

# Add files via upload
#
# Add Support for ADIMLab Granty

# The commit message dot-bob#4 will be skipped:

# Create Configuration.h

# The commit message dot-bob#5 will be skipped:

# Delete Configuration.h

# The commit message dot-bob#6 will be skipped:

# Create Test.h

# The commit message dot-bob#7 will be skipped:

# Add files via upload

# The commit message dot-bob#8 will be skipped:

# Delete Test.h

# The commit message dot-bob#9 will be skipped:

# Delete Configuration.h

# The commit message dot-bob#10 will be skipped:

# Delete Configuration_adv.h

# The commit message dot-bob#11 will be skipped:

# Add files via upload
#
# Add ADIMLab Pins

# The commit message dot-bob#12 will be skipped:

# Add files via upload
#
# Add Bootscreen

# The commit message #13 will be skipped:

# Update Configuration.h
#
# Add Bootscreen

# The commit message #14 will be skipped:

# Update pins.h
#
# Add ADIMLab Board

# The commit message #15 will be skipped:

# Update boards.h
#
# Add ADIMLab Granty

# The commit message #16 will be skipped:

# Update Makefile
#
# Add ADIMLab Granty

# The commit message #17 will be skipped:

# Update boards.h

# The commit message #18 will be skipped:

# Update Makefile

* Add Support for ADIMLab Granty

* Optimize bootscreen

* Update Makefile

Updated Description

* Update boards.h

Updated Description

* Update pins_HJC2560C_REV2.h

Updated Description

* Update Configuration.h

Added Author + Custom_Machine_Name

* Create _Bootscreen.h

Add Bootscreen

* Add files via upload

Add ADIMLab Granty v1

* Update boards.h

Add ADIMLab Granty v1

* Update Makefile

Add ADIMLab Granty v1

* Update pins_HJC2560C_REV2.h

* Consolidate Granty configs

* config updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant