From 01f66058ad8e5702a54209f4e3c6ac66f2f3a860 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Tue, 31 Jan 2023 08:20:36 -0500 Subject: [PATCH] Added pressure_advance. --- printer.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/printer.cfg b/printer.cfg index 806b9fb..441b177 100644 --- a/printer.cfg +++ b/printer.cfg @@ -118,6 +118,7 @@ sensor_pin: PC5 min_temp: 0 max_temp: 270 max_extrude_only_distance: 150.0 +pressure_advance: 0.027 [tmc2209 extruder] uart_pin: PC14 @@ -213,3 +214,22 @@ switch_pin: PA4 #*# max_x = 222.0 #*# min_y = 5.0 #*# max_y = 203.0 +#*# +#*# [bed_mesh default1] +#*# version = 1 +#*# points = +#*# -0.290000, -0.178125, -0.134375, -0.185625, -0.292500 +#*# -0.275000, -0.152500, -0.086250, -0.121250, -0.213125 +#*# -0.301250, -0.151875, -0.066250, -0.077500, -0.137500 +#*# -0.393750, -0.231875, -0.118125, -0.110000, -0.125625 +#*# -0.500000, -0.297500, -0.160625, -0.113125, -0.076875 +#*# x_count = 5 +#*# y_count = 5 +#*# mesh_x_pps = 2 +#*# mesh_y_pps = 2 +#*# algo = bicubic +#*# tension = 0.2 +#*# min_x = 27.0 +#*# max_x = 222.0 +#*# min_y = 5.0 +#*# max_y = 203.0