-
-
Notifications
You must be signed in to change notification settings - Fork 53
Description
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