From 3c73cf34614383f90c34285c65e374b405457e76 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Fri, 24 Mar 2023 03:12:40 -0400 Subject: [PATCH 1/3] Removed temperature_wait. Increased microsteps to 128. --- cfgs/misc-macros.cfg | 36 ++++++++++++++++++------------------ printer.cfg | 8 ++++---- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg index c32bc88..908ae49 100644 --- a/cfgs/misc-macros.cfg +++ b/cfgs/misc-macros.cfg @@ -52,27 +52,27 @@ gcode: SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE={NEWSTATUS} {% endif %} -[gcode_macro M109] -rename_existing: M99109 -gcode: - #Parameters - {% set s = params.S|float %} +# [gcode_macro M109] +# rename_existing: M99109 +# gcode: +# #Parameters +# {% set s = params.S|float %} - M104 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp - {% if s != 0 %} - TEMPERATURE_WAIT SENSOR=extruder MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree) - {% endif %} +# M104 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set hotend temp +# {% if s != 0 %} +# TEMPERATURE_WAIT SENSOR=extruder MINIMUM={s} MAXIMUM={s+1} ; Wait for hotend temp (within 1 degree) +# {% endif %} -[gcode_macro M190] -rename_existing: M99190 -gcode: - #Parameters - {% set s = params.S|float %} +# [gcode_macro M190] +# rename_existing: M99190 +# gcode: +# #Parameters +# {% set s = params.S|float %} - M140 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set bed temp - {% if s != 0 %} - TEMPERATURE_WAIT SENSOR=heater_bed MINIMUM={s} MAXIMUM={s+1} ; Wait for bed temp (within 1 degree) - {% endif %} +# M140 {% for p in params %}{'%s%s' % (p, params[p])}{% endfor %} ; Set bed temp +# {% if s != 0 %} +# TEMPERATURE_WAIT SENSOR=heater_bed MINIMUM={s} MAXIMUM={s+1} ; Wait for bed temp (within 1 degree) +# {% endif %} [gcode_macro PURGE_LINE] # https://github.com/JoeCat1207/V0.1-Purge-line-SuperSlicer/blob/main/Purgeline.txt diff --git a/printer.cfg b/printer.cfg index 334b567..bdf41d0 100644 --- a/printer.cfg +++ b/printer.cfg @@ -34,7 +34,7 @@ square_corner_velocity: 8.0 step_pin: PC2 dir_pin: !PB9 enable_pin: !PC3 -microsteps: 64 +microsteps: 128 rotation_distance: 40 endstop_pin: tmc2209_stepper_x:virtual_endstop position_endstop: 0 @@ -56,7 +56,7 @@ diag_pin: PA5 step_pin: PB8 dir_pin: PB7 enable_pin: !PC3 -microsteps: 64 +microsteps: 128 rotation_distance: 40 endstop_pin: tmc2209_stepper_y:virtual_endstop position_endstop: 0 @@ -78,7 +78,7 @@ diag_pin: PA6 step_pin: PB6 dir_pin: !PB5 enable_pin: !PC3 -microsteps: 64 +microsteps: 128 rotation_distance: 4 endstop_pin: probe:z_virtual_endstop position_min: -3 @@ -102,7 +102,7 @@ diag_pin: PA7 step_pin: PB4 dir_pin: !PB3 enable_pin: !PC3 -microsteps: 64 +microsteps: 128 rotation_distance: 4.65 # NOTE Calibrate e-steps and adjust https://www.klipper3d.org/Rotation_Distance.html nozzle_diameter: 0.400 filament_diameter: 1.750 From e469e05a913c044d4de06384e4bf33223cc6548b Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 25 Mar 2023 21:47:41 -0400 Subject: [PATCH 2/3] New mesh and z_offset. --- printer.cfg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/printer.cfg b/printer.cfg index bdf41d0..45ed30a 100644 --- a/printer.cfg +++ b/printer.cfg @@ -245,7 +245,7 @@ runout_gcode: #*# pid_kd = 928.332 #*# #*# [probe] -#*# z_offset = 1.665 +#*# z_offset = 1.630 #*# #*# [bed_mesh newbed] #*# version = 1 @@ -288,11 +288,11 @@ runout_gcode: #*# [bed_mesh default-v1] #*# version = 1 #*# points = -#*# -0.219375, -0.138125, -0.072500, -0.067500, -0.108750 -#*# -0.208125, -0.140625, -0.065625, -0.053125, -0.111250 -#*# -0.220000, -0.124375, -0.058750, -0.051250, -0.100625 -#*# -0.224375, -0.121250, -0.046250, -0.049375, -0.097500 -#*# -0.184375, -0.072500, -0.006875, -0.008125, -0.043125 +#*# -0.181250, -0.127500, -0.082500, -0.086875, -0.124375 +#*# -0.182500, -0.123750, -0.063750, -0.069375, -0.132500 +#*# -0.190000, -0.106250, -0.056250, -0.067500, -0.128125 +#*# -0.185625, -0.100000, -0.042500, -0.063750, -0.128125 +#*# -0.133125, -0.045625, 0.000000, -0.019375, -0.079375 #*# min_x = 27.0 #*# max_x = 222.0 #*# min_y = 5.0 @@ -307,11 +307,11 @@ runout_gcode: #*# [bed_mesh default] #*# version = 1 #*# points = -#*# -0.181250, -0.127500, -0.082500, -0.086875, -0.124375 -#*# -0.182500, -0.123750, -0.063750, -0.069375, -0.132500 -#*# -0.190000, -0.106250, -0.056250, -0.067500, -0.128125 -#*# -0.185625, -0.100000, -0.042500, -0.063750, -0.128125 -#*# -0.133125, -0.045625, 0.000000, -0.019375, -0.079375 +#*# -0.147188, -0.085313, -0.033906, -0.025469, -0.035000 +#*# -0.163594, -0.095313, -0.027344, -0.014219, -0.057813 +#*# -0.187500, -0.087188, -0.030938, -0.019375, -0.063594 +#*# -0.179844, -0.080625, -0.012813, -0.013750, -0.061406 +#*# -0.126094, -0.026250, 0.033594, 0.030781, -0.010000 #*# x_count = 5 #*# y_count = 5 #*# mesh_x_pps = 2 From dd71ed1320996ae68a6f77e915bd5f7650e23d86 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 26 Mar 2023 01:50:55 -0400 Subject: [PATCH 3/3] Removed stealthchop_threshold. --- printer.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/printer.cfg b/printer.cfg index 45ed30a..f672c70 100644 --- a/printer.cfg +++ b/printer.cfg @@ -45,7 +45,6 @@ homing_retract_dist: 0 [tmc2209 stepper_x] uart_pin: PC1 run_current: 0.860 -stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -67,7 +66,6 @@ homing_retract_dist: 0 [tmc2209 stepper_y] uart_pin: PC0 run_current: 0.900 -stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -88,7 +86,6 @@ homing_speed: 5 [tmc2209 stepper_z] uart_pin: PA15 run_current: 1.000 -stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -117,7 +114,6 @@ pressure_advance: 0.0465 # 0.044 [tmc2209 extruder] uart_pin: PC14 run_current: 0.550 -stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3