Hi
I'm using BL Touch bracket from https://www.thingiverse.com/thing:4563093
I am using the smith3D firmware on my Ender 3 v2
Do I need to add M851 X-39 Y-7 to my Start Code. And if so does it go before the G29 ;?
This is what I have in my Start Code:
M851 X-39 Y-7 ; BLTouch bracket Offset
G29 ; ABL - BLTouch
The summary for the print is as Follows
Summary
Compact BL Touch mount for the Ender 3 V2
Initial version (my preference, unless you use the Creality firmware and don't want to update the offset):
Offset X = -39, Y = -7
Version with correct offset for Creality firmware:
Offset X = -45, Y = -20
There are two ways to set the X and Y offset:
Add M851 X-39 Y-7 to your start G code
Use Pronterface to execute the exact same command, followed by M500 so that the new offset is stored in the Eprom
I'm using BL Touch bracket from https://www.thingiverse.com/thing:4563093
I am using the smith3D firmware on my Ender 3 v2
Do I need to add M851 X-39 Y-7 to my Start Code. And if so does it go before the G29 ;?
This is what I have in my Start Code:
M851 X-39 Y-7 ; BLTouch bracket Offset
G29 ; ABL - BLTouch
The summary for the print is as Follows
Summary
Compact BL Touch mount for the Ender 3 V2
Initial version (my preference, unless you use the Creality firmware and don't want to update the offset):
Offset X = -39, Y = -7
Version with correct offset for Creality firmware:
Offset X = -45, Y = -20
There are two ways to set the X and Y offset:
Add M851 X-39 Y-7 to your start G code
Use Pronterface to execute the exact same command, followed by M500 so that the new offset is stored in the Eprom
Comment