Skip to content

Commit 25d85ae

Browse files
authored
add config files for 180mm printer like Micron+ (#335)
1 parent b49bcbf commit 25d85ae

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[stepper_x]
2+
position_min: 0
3+
position_endstop: 180
4+
position_max: 180
5+
6+
[stepper_y]
7+
position_min: 0
8+
position_endstop: 180
9+
position_max: 180
10+
11+
[stepper_z]
12+
position_max: 165
13+
position_min: -5
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# If this files is included, then it also activate the bed_mesh
2+
# automatically in the START_PRINT macro
3+
[gcode_macro _USER_VARIABLES]
4+
variable_bed_mesh_enabled: True
5+
gcode:
6+
7+
# Also include directly the dockable probe overide of BED_MESH_CALIBRATE from here
8+
[include ../../../macros/base/probing/overides/bed_mesh_calibrate.cfg]
9+
# And also include the adaptive mesh macro at the same time
10+
[include ../../../macros/calibration/adaptive_bed_mesh.cfg]
11+
12+
13+
[bed_mesh]
14+
speed: 350
15+
horizontal_move_z: 20
16+
mesh_min: 30, 30
17+
mesh_max: 170, 170
18+
probe_count: 5, 5
19+
fade_start: 0.6
20+
fade_end: 10.0
21+
algorithm: bicubic
22+
zero_reference_position: 90, 90
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Quand gantry leveling definition
2+
# If this files is included, then it also activate the QGL
3+
# automatically in the START_PRINT macro
4+
[gcode_macro _USER_VARIABLES]
5+
variable_qgl_enabled: True
6+
gcode:
7+
8+
# Also include directly the dockable probe overide of qgl from here
9+
[include ../../../macros/base/probing/overides/qgl.cfg]
10+
[include ../../../macros/base/homing/tilting.cfg]
11+
12+
13+
[quad_gantry_level]
14+
gantry_corners:
15+
-60.2,-10.4
16+
244.1,234.5
17+
points:
18+
30,30
19+
30,170
20+
170,170
21+
170,30
22+
speed: 350
23+
horizontal_move_z: 12
24+
retries: 5
25+
retry_tolerance: 0.0075
26+
max_adjust: 10

user_templates/printer.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
# ---------------------------------------------------------------- PRINTER DIMENSIONS ----> Select only one line
5151
### --------------------------------------------------------------------------------------
5252
# [include config/hardware/axis/size/120mm.cfg]
53+
# [include config/hardware/axis/size/180mm.cfg]
5354
# [include config/hardware/axis/size/250mm.cfg]
5455
# [include config/hardware/axis/size/300mm.cfg]
5556
# [include config/hardware/axis/size/350mm.cfg]
@@ -201,6 +202,7 @@
201202
# -------------------------------------------------------------------------- BED MESH ----> Select only one line
202203
### --------------------------------------------------------------------------------------
203204
# [include config/software/bed_mesh/bed_mesh_120mm.cfg]
205+
# [include config/software/bed_mesh/bed_mesh_180mm.cfg]
204206
# [include config/software/bed_mesh/bed_mesh_250mm.cfg]
205207
# [include config/software/bed_mesh/bed_mesh_300mm.cfg]
206208
# [include config/software/bed_mesh/bed_mesh_350mm.cfg]
@@ -237,6 +239,7 @@
237239

238240
# --------------------------------------------------------------------------- TILTING ----> Select only one line
239241
### --------------------------------------------------------------------------------------
242+
# [include config/software/tilting/qgl_180mm.cfg]
240243
# [include config/software/tilting/qgl_250mm.cfg]
241244
# [include config/software/tilting/qgl_300mm.cfg]
242245
# [include config/software/tilting/qgl_350mm.cfg]

0 commit comments

Comments
 (0)