Actually fix quad gantry level order. Delete some lines for other build sizes.
This commit is contained in:
89
printer.cfg
89
printer.cfg
@@ -338,18 +338,7 @@ cycle_time: 0.01
|
||||
timeout: 3300
|
||||
|
||||
[safe_z_home]
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
#home_xy_position: 125,125
|
||||
|
||||
## Uncomment below for 300mm build
|
||||
home_xy_position: 150,150
|
||||
|
||||
## Uncomment below for 350mm build
|
||||
#home_xy_position: 175,175
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
speed: 100
|
||||
z_hop: 10
|
||||
|
||||
@@ -358,46 +347,14 @@ z_hop: 10
|
||||
## 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
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
## Gantry Corners for 250mm Build
|
||||
## Uncomment for 250mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 310, 320
|
||||
## Probe points
|
||||
#points:
|
||||
# 50,25
|
||||
# 50,175
|
||||
# 200,175
|
||||
# 200,25
|
||||
|
||||
## Gantry Corners for 300mm Build
|
||||
## Uncomment for 300mm build
|
||||
gantry_corners:
|
||||
-60,-10
|
||||
360,370
|
||||
|
||||
# Probe points
|
||||
points:
|
||||
275,25
|
||||
25,25
|
||||
25,275
|
||||
275,275
|
||||
|
||||
## Gantry Corners for 350mm Build
|
||||
## Uncomment for 350mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 410,420
|
||||
## Probe points
|
||||
#points:
|
||||
# 50,25
|
||||
# 50,275
|
||||
# 300,275
|
||||
# 300,25
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
40, 260
|
||||
40, 40
|
||||
260,40
|
||||
260,260
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
retries: 10
|
||||
@@ -406,20 +363,8 @@ max_adjust: 10
|
||||
|
||||
[bed_mesh]
|
||||
mesh_min: 10,10
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
#mesh_max: 240,240
|
||||
|
||||
## Uncomment below for 300mm build
|
||||
mesh_max: 290,290
|
||||
|
||||
|
||||
## Uncomment below for 350mm build
|
||||
#mesh_max: 340,340
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
[adxl345]
|
||||
cs_pin: EBBCan:gpio1
|
||||
spi_software_sclk_pin: EBBCan:gpio2
|
||||
@@ -430,10 +375,8 @@ axes_map: z,-y,x
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
probe_points:
|
||||
# Somewhere slightly above the middle of your print bed
|
||||
150,150, 20
|
||||
|
||||
|
||||
[board_pins]
|
||||
aliases:
|
||||
# EXP1 header
|
||||
@@ -463,21 +406,6 @@ gcode:
|
||||
G28
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
#[gcode_macro G32]
|
||||
#gcode:
|
||||
# BED_MESH_CLEAR
|
||||
# CG28 ; Home if not homed to get everything turned on
|
||||
# QUAD_GANTRY_LEVEL ; Level
|
||||
# #G28 X Y ; Home the X and Y
|
||||
# G0 X130 Y355 Z2 F9000 ; Move to brush
|
||||
# G0 X75 F750 ; Move across the brush
|
||||
# G0 X130 F750 ; Move across the brush
|
||||
# G28 Z ; Home the Z now that nozzle is clean
|
||||
# G0 X150 Y150 Z20 F6000 ; Return to center of bed
|
||||
|
||||
|
||||
[gcode_macro G32]
|
||||
gcode:
|
||||
|
||||
@@ -489,18 +417,9 @@ gcode:
|
||||
M117 Leveling Gantry
|
||||
QUAD_GANTRY_LEVEL
|
||||
G28
|
||||
## Uncomment for for your size printer:
|
||||
#--------------------------------------------------------------------
|
||||
## Uncomment for 250mm build
|
||||
#G0 X125 Y125 Z30 F3600
|
||||
|
||||
## Uncomment for 300 build
|
||||
G0 X150 Y150 Z30 F3600
|
||||
|
||||
## Uncomment for 350mm build
|
||||
#G0 X175 Y175 Z30 F3600
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
M117
|
||||
STATUS_READY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user