From 85b9af15ee3fe1eb26ac04a2304415f9747e8341 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 29 Jan 2023 17:57:04 -0500 Subject: [PATCH] Added beep to print_end. --- macros/macros.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macros/macros.cfg b/macros/macros.cfg index 6384b9c..401a5cf 100644 --- a/macros/macros.cfg +++ b/macros/macros.cfg @@ -64,6 +64,7 @@ gcode: [gcode_macro PRINT_END] # Use PRINT_END for the slicer ending script - please customize for your slicer of choice gcode: + BEEP I=2 DUR=30 FREQ=8500 {% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %} M400 ; wait for buffer to clear G92 E0 ; zero the extruder @@ -94,8 +95,8 @@ gcode: {% set z_safe = max_z - printer.toolhead.position.z %} {% endif %} - G0 Z{z_safe} F1000 ; move nozzle up ;3600 - G0 X{x_safe} Y{y_safe} F7200 ; move nozzle to remove stringing ;20000 ;9000 + G0 Z{z_safe} F2000 ; move nozzle up + G0 X{x_safe} Y{y_safe} F7200 ; move nozzle to remove stringing TURN_OFF_HEATERS M107 ; turn off fan G90 ; absolute positioning