diff --git a/k1/mounts/beacon/PurcellV4.overrides b/k1/mounts/beacon/PurcellV4.overrides index fff283b5..7ba0a781 100644 --- a/k1/mounts/beacon/PurcellV4.overrides +++ b/k1/mounts/beacon/PurcellV4.overrides @@ -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 diff --git a/k1/mounts/cartotouch/D3vilBooty.overrides b/k1/mounts/cartotouch/D3vilBooty.overrides index 5acb791a..7b4511c1 100644 --- a/k1/mounts/cartotouch/D3vilBooty.overrides +++ b/k1/mounts/cartotouch/D3vilBooty.overrides @@ -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 diff --git a/k1/mounts/microprobe/D3vilBooty.overrides b/k1/mounts/microprobe/D3vilBooty.overrides new file mode 100644 index 00000000..50308b76 --- /dev/null +++ b/k1/mounts/microprobe/D3vilBooty.overrides @@ -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