MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.3k stars 19.25k forks source link

[BUG] (L,R,F,B) out of bounds #19200

Closed SrGeek closed 4 years ago

SrGeek commented 4 years ago

Bug Description

Printer: Custom 455,457,400 area/dual x carriage config. Board: SKR Pro V1.1 Stepper: DRV8825 x0,x1,z,e0,e1 TMC5160 y Marlin Version: bugfix 2.0

error message: (L,R,F,B) out of bounds

I have setup custom probing_margins_left/_right/_front/_back. I have attached a sketch showing the maximum travel/bed size/probing limits. All dimensions are based on nozzle position. Maximum x travel is 478 this can only happen with X1. Maximum x travel for X0 is 418 or else it will hit my X1 carriage. Since my X0 carriage can only travel to x position 418 my probing_margin_right is 60mm Minimum travel for X0 is -19 and I want to probe at 5 so my probing_margin_left is 24mm

My Configurations

Required: Please include a ZIP file containing your Configuration.h and Configuration_adv.h files.

Config_Files.zip OctoPrint_Text_OutputG29.txt

Steps to Reproduce

  1. [G28]
  2. [G29]
  3. [Error]

Expected behavior: [Begin to probe bed and auto level]

Actual behavior: [the following error (L,B,F,B) appears Recv: >>> G29 X294.50 Y235.50 Z2.05 Recv: Machine Type: Cartesian Recv: Probe: BLTOUCH Recv: Probe Offset X-66.50 Y-8.50 Z-2.05 (Left-Front & Below Nozzle) Recv: Auto Bed Leveling: BILINEAR (disabled)]

Additional Information

SrGeek commented 4 years ago

Corrected custom probing margins until bltouch started probing.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.