From a2e22c365febd9b62606b54950a9128aa675a5b3 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Tue, 2 Nov 2021 23:17:15 -0400 Subject: [PATCH] Final tuning --- CR10/gcode/before_print.gcode | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CR10/gcode/before_print.gcode b/CR10/gcode/before_print.gcode index b166cea..4a7001b 100644 --- a/CR10/gcode/before_print.gcode +++ b/CR10/gcode/before_print.gcode @@ -34,10 +34,10 @@ G1 Z2.0 F3000 ;Move Z Axis up ;Joes purge script M211 S0 ;Disable soft endstops G1 X30 Y30 Z5 F5000.0 ;Move to start position -G1 X60 Y305 Z5 F5000.0 ;Move over bucket -G1 F1500.0 E15 ;Extrude a lil -G1 Z0.6 F3000 ;Bring Z down a bit -G1 X60 Y290 F500.0 ;Little wipe +G1 X100 Y305 Z2 F5000.0 ;Move over bucket +G1 E45 F400 ;Extrude a lil +G1 Z0.28 F1000 ;Bring Z down a bit +G1 X90 Y275 F500.0 ;Little wipe M211 S1 ;Enable soft endstops