final
This commit is contained in:
parent
150807803e
commit
5b1dbd3261
4 changed files with 10 additions and 6 deletions
|
@ -317,7 +317,7 @@ variable_parameter_AREA_END : 0,0
|
||||||
; the clearance between print area and probe area
|
; the clearance between print area and probe area
|
||||||
variable_mesh_area_offset : 5.0
|
variable_mesh_area_offset : 5.0
|
||||||
; number of sample per probe point
|
; number of sample per probe point
|
||||||
variable_probe_samples : 1
|
variable_probe_samples : 3
|
||||||
; minimum probe count
|
; minimum probe count
|
||||||
variable_min_probe_count : 3
|
variable_min_probe_count : 3
|
||||||
gcode:
|
gcode:
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 7125
|
port: 7125
|
||||||
enable_debug_logging: False
|
enable_debug_logging: False
|
||||||
|
|
||||||
|
[file_manager]
|
||||||
config_path: ~/klipper_config
|
config_path: ~/klipper_config
|
||||||
log_path: ~/klipper_logs
|
log_path: ~/klipper_logs
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,9 @@ gcode:
|
||||||
|
|
||||||
# Homing and creating a mesh
|
# Homing and creating a mesh
|
||||||
RESPOND PREFIX= MSG="Creating a mesh..."
|
RESPOND PREFIX= MSG="Creating a mesh..."
|
||||||
M117 Creating a mesh...
|
#M117 Creating a mesh...
|
||||||
G28
|
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
|
M104 S{extruderTemp} # Set extruder to printing temperature
|
||||||
G90
|
G90
|
||||||
M83
|
M83
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[include print_start.cfg]
|
[include print_start.cfg]
|
||||||
[include print_end.cfg]
|
[include print_end.cfg]
|
||||||
[include calibration_macros.cfg]
|
[include calibration_macros.cfg]
|
||||||
[include klipper-mini12864.cfg]
|
#[include klipper-mini12864.cfg]
|
||||||
[include dock_macros.cfg]
|
[include dock_macros.cfg]
|
||||||
[include timelapse.cfg]
|
[include timelapse.cfg]
|
||||||
[pause_resume]
|
[pause_resume]
|
||||||
|
@ -84,8 +84,9 @@ speed: 200
|
||||||
horizontal_move_z: 7.5
|
horizontal_move_z: 7.5
|
||||||
mesh_min: 25,35.0
|
mesh_min: 25,35.0
|
||||||
mesh_max: 225.0,220
|
mesh_max: 225.0,220
|
||||||
probe_count: 6,6
|
probe_count: 6
|
||||||
algorithm: bicubic
|
algorithm: lagrange
|
||||||
|
mesh_pps: 3
|
||||||
fade_start: 1
|
fade_start: 1
|
||||||
fade_end: 10
|
fade_end: 10
|
||||||
fade_target: 0
|
fade_target: 0
|
||||||
|
@ -99,6 +100,7 @@ speed: 25
|
||||||
samples_result: median
|
samples_result: median
|
||||||
samples_tolerance: 0.05
|
samples_tolerance: 0.05
|
||||||
samples_tolerance_retries: 2
|
samples_tolerance_retries: 2
|
||||||
|
samples: 3
|
||||||
|
|
||||||
[extruder]
|
[extruder]
|
||||||
max_extrude_only_distance: 100.0
|
max_extrude_only_distance: 100.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue