Welcome! Log In Create A New Profile

Advanced

Auto Bed Leveling Bilinear Marlin 2.1.1

Posted by tru_visual 
Auto Bed Leveling Bilinear Marlin 2.1.1
December 15, 2022 11:05AM
Hi everyone;

i'm tru and i'm getting mad about ABL Bilinear (Marlin 2.1.1)

In past, i'ved used Marlin 1.1.8 with ABL Bilinear and it works very fine.
It's a inductive sensor.

But now i've trouble with ABL Marlin 2.1.1, the probe only move to the half of the Bed and stops.

I've make a illustration of it and will attache the configuration.h and configuration_adv.h.

And; when i take this #define NOZZLE_TO_PROBE_OFFSET { 30, 8, 0 }, my printer can't make homing, error massage is: "probe is outside"
So i've to change it to #define NOZZLE_TO_PROBE_OFFSET { 0, 0, 0 } but that is absolutly wrong...

Can you pLE@$e help me, it's so frustrating, cause i can't find the mistake.

So i toke the default configuration.h and configuration_adv.h from GitHub, same problem, just changed bed size and Nozzle to Probe etc.




Configuration.h
Configuration_adv.h

Edited 2 time(s). Last edit at 12/15/2022 11:16AM by tru_visual.
Re: Auto Bed Leveling Bilinear Marlin 2.1.1
December 15, 2022 01:09PM
Sanity check - can you move the nozzle over the entire bed?

I don't see anything wrong with your configuration.
Re: Auto Bed Leveling Bilinear Marlin 2.1.1
December 15, 2022 03:11PM
Hi Bob,
thank you for your help.

Yes i can move the nozzle over the entire bed.

i've read once, that is a compile problem, someone has compiled the same data with a other PC and than it works.

I'm using Visual Studio Code, no problems with that, it put out a *.hex file.

Any other idea?
Re: Auto Bed Leveling Bilinear Marlin 2.1.1
December 15, 2022 04:25PM
Provided Configs do not compile

#define PROBING_MARGIN_LEFT  40 /*PROBING_MARGIN
  #define PROBING_MARGIN_RIGHT 0 /*PROBING_MARGINPROBING_MARGIN
  #define PROBING_MARGIN_FRONT 18 /*PROBING_MARGINPROBING_MARGIN
  #define PROBING_MARGIN_BACK 10 /*PROBING_MARGINPROBING_MARGIN

Is not valid

Comments are either
the rest of the line starting with //
or
the block of code inside
/* */

/* like this says that everything following is a comment untill you find a */
Re: Auto Bed Leveling Bilinear Marlin 2.1.1
December 15, 2022 04:29PM
My guess is your looking at one config, while using a different one...
Re: Auto Bed Leveling Bilinear Marlin 2.1.1
December 16, 2022 04:11AM
Hi Dust,

thank you for your help.

yes, you are right, i've comment out that part in the configuration_adv.h.

But please ignor that, because i've comment this out correctly, after i've post this topic here.
So, do you have another idea, why it's not working?

Can someone just compile that firmeware for me and send me the *.hex file?

I just wanna free to know that isn't a compile error.

Thanks and hugz
tru
Sorry, only registered users may post in this forum.

Click here to login