Auto Bed Compensation probe point order question
-
Getting error after probing bed for Auto Bed Compensation...
"Error: Probe points P0 to P2 must be in clockwise order starting near minimum XY" which seems pretty straightforward.
Current setup
Config.g
M584 X0 Y1 Z5:6:7 E3:4:8:9 ; Drive Mapping
M671 X12:455:455 S3 Y167;337;64 ; Set XY offsets for Z screwsBed.g
G1 Z5 S2
G30 P0 X50 Y167 Z-99999
G30 P1 X390 Y337 Z-99999
G30 P2 X390 Y64 Z-99999 S3I have re-ordered a few different ways, and it still gives the sane error.
My Z screws are connected to E2,3,4 MOT stepper outputs as...
E2 Left Middle
E3 Right Rear
E4 Right FrontIs my setup possible with my XY minimum where it is?
-
@henrydara said in Auto Bed Compensation probe point order question:
M671 X12:455:455 S3 Y167;337;64 ; Set XY offsets for Z screws
I think you've re-posted this and I've already answered it; but the problem is that you've used semicolons instead of colons between the Y values in that line.