Duet VCore 3 V1.9RC1

* Tuned motor currents
* Tuned zprobe due to new nozzle
* Added configuration for input shapping
* Tuned z homing on homez and homeall
This commit is contained in:
pedro 2022-03-05 23:30:29 +00:00
parent 064b6155ea
commit 25b0f025ab
3 changed files with 5 additions and 7 deletions

View File

@ -21,7 +21,7 @@ M92 X80.00 Y80.00 Z1600.00 E794 ; set steps per mm
M566 X500.00 Y500.00 Z4.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 X10800.00 Y10800.00 Z400.00 E3600.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z800 E800 I20 ; set motor currents (mA) and motor idle factor in per cent
M906 X1500 Y1500 Z1500 E800 I20 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
@ -39,7 +39,7 @@ M558 P9 C"^io7.in" H5 F300 T10000 A5 S0.05 R0.2 ; set Z probe type to bltouch
;; 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-35 Y-0.5 Z2.819 ; set Z probe trigger value, offset and trigger height
G31 P500 X-35 Y-0.5 Z2.75 ; set Z probe trigger value, offset and trigger height (90 ºc, 15m after reaching temp)
M671 X-6:250:503 Y0:511:0 S100 ; define positions of Z leadscrews or bed levelling screws
M557 X5:465 Y5:465 P20 ; define 20x20 mesh grid
@ -80,9 +80,7 @@ M591 D0 P5 C"io3.in" R30:125 E5.0 S1 ; Duet3D laser sensor for ext
;; More info: regarding sensor orientation: https://www.dropbox.com/s/hu2w5mk57l4zqpg/Accelerometer%20Orientation.pdf
;; Possible orientations 01,02,05,06
M955 P0 C"spi.cs3+spi.cs2" I01 S1344 R10; all wires connected to temperature daughter board connector, Orientation 01, Sampling rate 1344, 10b resolution
;M593 P"zvd" F40.5 ; use ZVD input shaping to cancel ringing at 40.5Hz
M593 P"zvd" F214.3 ; use ZVD input shaping to cancel ringing at 214Hz
;M593 P"none" ; disable input shaping
;M593 P"custom" H0.4:0.7 T0.0135:0.0135 ; use custom input shaping

View File

@ -27,7 +27,7 @@ G1 X250 Y250 F3600 ; go to first probe point
G30 ; home Z by probing the bed
G29 S1 ; enable compensation
G91 ; Relative positioning
G1 Z10 F100 ; lift Z relative to current position
G1 Z10 F3600 ; lift Z relative to current position
G90 ; absolute positioning

View File

@ -10,6 +10,6 @@ G1 X250 Y250 F10800 ; go to first probe point
G30 ; home Z by probing the bed
G29 S1 ; probe the bed and enable compensation
G91 ; relative positioning
G1 Z10 F100 ; lift Z relative to current position
G1 Z10 F3600 ; lift Z relative to current position
G90 ; absolute positioning