From 5b1dbd32616f19171b13b09e7760f7a891654ee8 Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Tue, 3 Jan 2023 16:42:51 -0800 Subject: [PATCH] final --- dock_macros.cfg | 2 +- moonraker.conf | 2 ++ print_start.cfg | 4 ++-- printer.cfg | 8 +++++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dock_macros.cfg b/dock_macros.cfg index 37305fa..a29f4df 100644 --- a/dock_macros.cfg +++ b/dock_macros.cfg @@ -317,7 +317,7 @@ variable_parameter_AREA_END : 0,0 ; the clearance between print area and probe area variable_mesh_area_offset : 5.0 ; number of sample per probe point -variable_probe_samples : 1 +variable_probe_samples : 3 ; minimum probe count variable_min_probe_count : 3 gcode: diff --git a/moonraker.conf b/moonraker.conf index e42be3a..c41b88b 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -2,6 +2,8 @@ host: 0.0.0.0 port: 7125 enable_debug_logging: False + +[file_manager] config_path: ~/klipper_config log_path: ~/klipper_logs diff --git a/print_start.cfg b/print_start.cfg index 06825ec..c57acd4 100644 --- a/print_start.cfg +++ b/print_start.cfg @@ -18,9 +18,9 @@ gcode: # Homing and creating a mesh RESPOND PREFIX= MSG="Creating a mesh..." - M117 Creating a mesh... + #M117 Creating a mesh... G28 - BED_MESH_CALIBRATE AREA_START={params.AREA_START} AREA_END={params.AREA_END} + #BED_MESH_CALIBRATE AREA_START={params.AREA_START} AREA_END={params.AREA_END} M104 S{extruderTemp} # Set extruder to printing temperature G90 M83 diff --git a/printer.cfg b/printer.cfg index 8c44804..ac0f40f 100644 --- a/printer.cfg +++ b/printer.cfg @@ -3,7 +3,7 @@ [include print_start.cfg] [include print_end.cfg] [include calibration_macros.cfg] -[include klipper-mini12864.cfg] +#[include klipper-mini12864.cfg] [include dock_macros.cfg] [include timelapse.cfg] [pause_resume] @@ -84,8 +84,9 @@ speed: 200 horizontal_move_z: 7.5 mesh_min: 25,35.0 mesh_max: 225.0,220 -probe_count: 6,6 -algorithm: bicubic +probe_count: 6 +algorithm: lagrange +mesh_pps: 3 fade_start: 1 fade_end: 10 fade_target: 0 @@ -99,6 +100,7 @@ speed: 25 samples_result: median samples_tolerance: 0.05 samples_tolerance_retries: 2 +samples: 3 [extruder] max_extrude_only_distance: 100.0