Skip to content

Feature request - include KAMP configuration #263

@matissrapsa

Description

@matissrapsa

Just a feature request to include Klipper Adaptive Meshing & Purging from here https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging
Mostly, I am interested in this G code script BED_MESH_CALIBRATE, so the printer can automatically probe the bed mesh right before it prints and only where it is going to print. It used the same [exclude_object] commands to do the bed mesh.
Below is Printer start G code that I used on my old klipper printer.

M140 S[bed_temperature_initial_layer_single] ; set final bed temp
M190 S[bed_temperature_initial_layer_single] ; wait for bed temp
M104 S170 ; set temporary nozzle temp to prevent oozing during homing
M109 S170 ; wait for nozzle temp to stabilize
G4 S10 ; allow partial nozzle warmup
G28 ;Home
G92 E0 ;Reset extruder
G1 Z5.0 F3000 ;Move Z Axis up
BED_MESH_CALIBRATE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions