Welcome! Log In Create A New Profile

Advanced

Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?

Posted by hello_tom 
Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?
January 11, 2017 05:58AM
Hello,

I just swapped to the newest Version Marlin 1.1.0-RC8 - 6 Dec 2016 and now have problems with my ABL.

In pronterface I m doing a G 28 fine. After that I send a G 29 the printhead moves to the correct X/Y coordinations, goes down to the first point and then straight to the second point without raising the head.

I know from my older version that there are used to be values like e.g. Z_RAISE_BEFORE_PROBING, do they not exist anymore or where are they?

Thank s a lot for your help


Tom
Re: Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?
January 11, 2017 09:12AM
Is this it ?

/**
* Z probes require clearance when deploying, stowing, and moving between
* probe points to avoid hitting the bed and other hardware.
* Servo-mounted probes require extra space for the arm to rotate.
* Inductive probes need space to keep from triggering early.
*
* Use these settings to specify the distance (mm) to raise the probe (or
* lower the bed). The values set here apply over and above any (negative)
* probe Z Offset set with Z_PROBE_OFFSET_FROM_EXTRUDER, M851, or the LCD.
* Only integer values >= 1 are valid here.
*
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
*/
#define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
Re: Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?
January 11, 2017 09:25AM
Mine works fine in RC8
Re: Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?
January 11, 2017 05:51PM
Yes I was thinking that the CLEARANCE section is the relevant section in this case but I m not getting his raising.

Could may someone post its working

//===========================================================================
//============================= Z Probe Options =============================
//===========================================================================

and

//===========================================================================
//============================ Auto Bed Leveling ============================
//===========================================================================

sections?

that would be amazing so I can compare.
Re: Marlin 1.1.0-RC8 - where is Z_RAISE_BEFORE_PROBING for ABL gone?
January 14, 2017 02:25AM
Look into configuration.h and you will find this:
#define Z_CLEARANCE_DEPLOY_PROBE   4 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES  4 // Z Clearance between probe points

Hope that helps smiling smiley

cu
Siggi


Gruß
Siggi


Geeetech I3 Pro B 8mm Acryl - Mega 2560 - Ramps 1.4 - TMC2100 - MK42 - E3DV6-Clone 0,4 - SSR 522-1dd60-40 (A-Senco) - Marlin RC8Bugfix 26.12.2016 - Repetier Host - Windows 7 64 Bit
Vulcanus mit Linearschienen
Anycubic i3 Mega
Sorry, only registered users may post in this forum.

Click here to login