Skip to content

Commit

Permalink
add d3vilbooty overrides for microprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
pellcorp committed Dec 26, 2024
1 parent e5dbf91 commit 7b5cf6a
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 9 deletions.
8 changes: 8 additions & 0 deletions k1/mounts/beacon/PurcellV4.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ y_offset: 0.0
mesh_min: 30,25
mesh_max: 220,200

# FIXME - config for screw tilt adjust
[screws_tilt_adjust]
__action__: DELETED

-- beacon-k1m.cfg
[bed_mesh]
mesh_min: 30,25
mesh_max: 287,287

# FIXME - config for screw tilt adjust
[screws_tilt_adjust]
__action__: DELETED

-- printer-k1.cfg
[stepper_y]
position_max: 226
Expand Down
18 changes: 9 additions & 9 deletions k1/mounts/cartotouch/D3vilBooty.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ screw3: 248,252
screw4: 48,252

-- printer-k1.cfg
[stepper_y]
position_min: -0.5
position_endstop: 204
position_max: 204

[stepper_x]
position_min: -2.5
position_endstop: 226.5
position_max: 226.5

-- printer-k1m.cfg
[stepper_y]
position_min: 0.5
position_endstop: 284
position_max: 284
position_min: -0.5
position_endstop: 204
position_max: 204

-- printer-k1m.cfg
[stepper_x]
position_min: 0.5
position_endstop: 303.5
position_max: 303.5

[stepper_y]
position_min: 0.5
position_endstop: 284
position_max: 284
46 changes: 46 additions & 0 deletions k1/mounts/microprobe/D3vilBooty.overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# https://github.com/tlace17/K1-Linear-Rail-Gantry/blob/main/STLs/Probe%20Mounts/Rail%20Carriage%20Microprobe%20Mount.stl

-- microprobe.cfg
[probe]
x_offset: 0.0
y_offset: 20.0

-- microprobe-k1.cfg
[bed_mesh]
mesh_min: 20, 20
mesh_max: 200, 200

# FIXME - config for screw tilt adjust for gantry
[screws_tilt_adjust]
__action__: DELETED

-- microprobe-k1m.cfg
[bed_mesh]
mesh_min: 10,10
mesh_max: 280,280

# FIXME - config for screw tilt adjust for gantry
[screws_tilt_adjust]
__action__: DELETED

-- printer-k1.cfg
[stepper_x]
position_min: -2.5
position_endstop: 226.5
position_max: 226.5

[stepper_y]
position_min: -0.5
position_endstop: 204
position_max: 204

-- printer-k1m.cfg
[stepper_x]
position_min: 0.5
position_endstop: 303.5
position_max: 303.5

[stepper_y]
position_min: 0.5
position_endstop: 284
position_max: 284

0 comments on commit 7b5cf6a

Please sign in to comment.