Motorized bed correction

Hi!

I am having trouble getting the auto bed leveling done on my corexy diy printer.
My bed is controlled by three z motors, so BED_CORRECTION_METHOD 1 should be possible.
For probing I use: BED_LEVELING_METHOD 0.

When I run G32 it indeed probes the three points I want....but nothing else happens? What should I do more?
And how do I know which motor is which:

#define BED_MOTOR_1_X 140
#define BED_MOTOR_1_Y 280
#define BED_MOTOR_2_X 0
#define BED_MOTOR_2_Y 0
#define BED_MOTOR_3_X 280
#define BED_MOTOR_3_Y 0

Hopefully someone can point me in the right direction.

BTW whe I run G33...it goes somewhere I do not understand.

Kind regards,
Johan

Comments

  • Just used newer firmware... bed correction does something...will test if it does what it should do :)
Sign In or Register to comment.