Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### BED MESH
- ### SOURCE: https://lab4450.com/blog/revive-your-prusa-mk3s-with-klipper-2-5-compile-and-flash-klipper/
- [bed_mesh]
- horizontal_move_z: 5 ; 2 was original and gives us a "Probe triggered prior to movement" error.
- mesh_min: 35, 6
- mesh_max: 240,198
- # Odd number of probe points per dimension (3x3, 5x5, 7x7) is better as then the area near the center screw is probed
- probe_count: 7,7
- #probe_count: 5,5
- #probe_count: 3,3
- speed: 100
- algorithm: bicubic
- fade_start: 1.0
- fade_end: 10.0
- move_check_distance: 3.0
- split_delta_z: .025
- bicubic_tension: .2
- mesh_pps: 0,0 #Don't generate interperlated points so our mesh is precise with screw tilt adjust
- # Avoid magnets
- faulty_region_1_min: 100.583, 187.376
- faulty_region_1_max: 122.083, 229.376
- faulty_region_2_min: 125.672, -18.124
- faulty_region_2_max: 147.172, 23.876
- faulty_region_3_min: 192.261, 5.126
- faulty_region_3_max: 234.261, 26.626
- faulty_region_4_min: 114.422, 39.876
- faulty_region_4_max: 135.922, 81.876
- faulty_region_5_min: 21.422, 87.126
- faulty_region_5_max: 42.922, 129.126
- faulty_region_6_min: 54.172, 97.376
- faulty_region_6_max: 96.172, 118.876
- faulty_region_7_min: 154.172, 97.376
- faulty_region_7_max: 196.172, 118.876
- faulty_region_8_min: 205.136, 87.126
- faulty_region_8_max: 226.636, 129.126
- faulty_region_9_min: 114.422, 134.376
- faulty_region_9_max: 135.922, 176.376
- faulty_region_10_min: 176.177, 191.394
- faulty_region_10_max: 218.177, 212.894
- [gcode_macro BED_MESH_CALIBRATE]
- rename_existing: BASE_BED_MESH_CALIBRATE
- gcode:
- BED_MESH_CLEAR
- BASE_BED_MESH_CALIBRATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement