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.
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.
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
andConfiguration_adv.h
files.Config_Files.zip OctoPrint_Text_OutputG29.txt
Steps to Reproduce
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