Welcome! Log In Create A New Profile

Advanced

Marlin 2.x issue

Posted by aamer_sy 
Marlin 2.x issue
November 02, 2019 04:15AM
greetings

i try to enable auto bed leveling in marlin 2.x , i can't found below code in configuration.h file

// Set the boundaries for probing (where the probe can reach).
//#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
//#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - MIN_PROBE_EDGE)
//#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
//#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)

only available in marlin1.1.x
Re: Marlin 2.x issue
November 02, 2019 04:39AM
LEFT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_LEFT
RIGHT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_RIGHT
FRONT_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_FRONT
BACK_PROBE_BED_POSITION has been replaced by MIN_PROBE_EDGE_BACK

all in Configuration_adv.h

Make sure you read and understand the comments above these settings in Configuration_adv.h
Re: Marlin 2.x issue
November 02, 2019 05:13AM
yes thank u friend . i will check that

Edited 1 time(s). Last edit at 11/02/2019 11:44PM by aamer_sy.
Sorry, only registered users may post in this forum.

Click here to login