From 5bad296a0eae240fd03b640a047c01d49e63c489 Mon Sep 17 00:00:00 2001 From: pedro Date: Sun, 27 Jun 2021 18:22:12 +0100 Subject: [PATCH] Tune bed probing after nozzle change --- bed.g | 2 +- config.g | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bed.g b/bed.g index b5cce00..3486f0c 100644 --- a/bed.g +++ b/bed.g @@ -6,7 +6,7 @@ M561 ; clear any bed transform G30 P0 X20 Y20 Z-99999 ; probe near a leadscrew -G30 P1 X250 Y480 Z-99999 ; probe near a leadscrew +G30 P1 X252.5 Y480 Z-99999 ; probe near a leadscrew G30 P2 X480 Y20 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors M280 P0 S160 ; clear and reset BL touch diff --git a/config.g b/config.g index 6851b7b..190fd84 100644 --- a/config.g +++ b/config.g @@ -22,7 +22,7 @@ M92 X160.00 Y160.00 Z1600.00 E835 ; set steps per mm M566 X400.00 Y400.00 Z6.00 E120.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X10800.00 Y10800.00 Z1000.00 E3600.00 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z3000.00 E3600.00 ; set accelerations (mm/s^2) -M906 X1600 Y1600 Z1600 E800 I30 ; set motor currents (mA) and motor idle factor in per cent +M906 X1500 Y1500 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits @@ -36,15 +36,15 @@ M574 Y2 S1 P"io1.in" ; configure active-high endst ; Z-Probe M950 S0 C"io7.out" ; create servo pin 0 for BLTouch -M558 P9 C"^io7.in" H3 F250 T12000 ; set Z probe type to bltouch and the dive height + speeds +M558 P9 C"^io7.in" H3 F250 T12000 A3 ; set Z probe type to bltouch and the dive height + speeds, run probing 3x ;; Pay special attention to the values bellow on G31, the Z value needs to be validated for your printer ;; Start with something like 0.5 ;; Documentation available: https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe -G31 P500 X-28 Y-13 Z2.360 ; set Z probe trigger value, offset and trigger height +G31 P500 X-27.5 Y-13 Z2.05 ; set Z probe trigger value, offset and trigger height ;; M671 X506.5:250:-2.5 Y0:508.5:0 S6 ; define positions of Z leadscrews or bed levelling screws -M557 X15:465 Y15:465 P15 ; define 15x15 mesh grid +M557 X50:450 Y50:450 P12 ; define 12x12 mesh grid ; Heaters ;; BED @@ -87,5 +87,5 @@ M575 P1 S1 B57600 ; enable support for PanelDue M501 ; load saved parameters from non-volatile memory M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set tension thresholds and actions to run on power loss M404 N1.75 D0.4 ; Filament width and nozzle diameter -M572 D0 S0.10 ; Pressure Advance +;M572 D0 S0.10 ; Pressure Advance T0 ; Define default tool