marceneiro jovem
New member
After upgrade my V2.4 with Octopus Pro 1.0 and Sb2209 the homing sequence changed. Now start by y axis instead of x. But I need X axis first.
Please, what shoul I do in my "printer.cfg" ?
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
[safe_z_home]
## XY Location of the Z Endstop Switch
## Update -10,-10 to the XY coordinates of your endstop pin
## (such as 157,305) after going through Z Endstop Pin
## Location Definition step.
home_xy_position:125,125 # where z home
speed:120
z_hop:10
## Use QUAD_GANTRY_LEVEL to level a gantry.
## Min & Max gantry corners - measure from nozzle at MIN (0,0) and
## MAX (250, 250), (300,300), or (350,350) depending on your printer size
## to respective belt positions
[quad_gantry_level]
#--------------------------------------------------------------------https://www.klipper3d.org/Config_Reference.html
## Gantry Corners for 300mm Build
gantry_corners:
#-60,-10
#360,370
-50,-4
249,285
## Probe points
points:
10,25
10,225
246,225
246,25
#--------------------------------------------------------------------
speed: 120
horizontal_move_z: 10
retries: 4
retry_tolerance: 0.0075
max_adjust: 10
Thank you in advance
Please, what shoul I do in my "printer.cfg" ?
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
[safe_z_home]
## XY Location of the Z Endstop Switch
## Update -10,-10 to the XY coordinates of your endstop pin
## (such as 157,305) after going through Z Endstop Pin
## Location Definition step.
home_xy_position:125,125 # where z home
speed:120
z_hop:10
## Use QUAD_GANTRY_LEVEL to level a gantry.
## Min & Max gantry corners - measure from nozzle at MIN (0,0) and
## MAX (250, 250), (300,300), or (350,350) depending on your printer size
## to respective belt positions
[quad_gantry_level]
#--------------------------------------------------------------------https://www.klipper3d.org/Config_Reference.html
## Gantry Corners for 300mm Build
gantry_corners:
#-60,-10
#360,370
-50,-4
249,285
## Probe points
points:
10,25
10,225
246,225
246,25
#--------------------------------------------------------------------
speed: 120
horizontal_move_z: 10
retries: 4
retry_tolerance: 0.0075
max_adjust: 10
Thank you in advance