THIS PAGE IS STILL BEING UPDATED! PLEASE BE PATIENT AS I WORK ON THE SITE.

On this page you will find the Duet settings I used for this project. These settings are still being tweaked and may be updated at any time.

 


SD Card Files

You can download the SD card files needed for this setup below. (Use the SD card profile called Quad. These are the files you will use to setup your Duet.)

Download SD Card Files Here

 


motion.g  (Remember, you will need to calibrate your own steps, each printer is different.)

; motion.g
; Created by PrintM3D
; For the Crane Quad.

; Drives
M569 P0 S1 D3 V0 ; Drive 0 goes forwards X to change polarity use S1 or S0 –
M569 P1 S1 D3 V0 ; Drive 1 goes forwards Y –
M569 P2 S1 D3 V0 ; Drive 2 goes forwards Z –
M569 P3 S1 D3 V0 ; Drive 3 (E0) –
M569 P4 S1 D3 V0 ; Drive 4 (E1) –
M569 P5 S1 D3 V0 ; Drive 5 (E2) –
M569 P6 S1 D3 V0 ; Drive 6 (E3) –

M350 X16 Y16 Z16 E16:16:16:16 I1 ; micro-stepping –
M92 X95 Y95 Z400 E425:417:434:459 ; Set steps per mm – (Perfect 100mm Calibration E438:430:443:489) (E1 = , E2 = , E3 = , E4 =)
M566 X900 Y900 Z90 E240 ; Set maximum instantaneous speed changes “Jerk Speed” – M566 X900 Y900 Z90 E120
M203 X6000 Y6000 Z1200 E3000 ; Set maximum speeds (mm/min) – M203 X6000 Y6000 Z1200 E600
M201 X1000 Y1000 Z90 E240 ; Set accelerations (mm/s^2) –
;M906 X800 Y800 Z800 E850:850:850:850 I30
M906 X800 Y800 Z800 E800:800:800:800 I30 ; Set motor currents (mA) –
M84 S60 ; Set idle timeout

; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minimum
M208 X300 Y300 Z350 S0 ; Set axis maximum

; Endstops
M574 X1 Y1 Z1 S0 ; Set active high end-stops

; Firmware Retraction Defaults
;M207 S4.0 R0.0 F300 T300 Z0.1 ;S sets retraction and re-prime in mm. F sets feed rate. R0.0, F300 and S2.0 are max recommended. Ignore this setting in gcode without G10/G11 calls.
;M207 S5.0 F4800 Z0.1


thermal.g

; thermal.g
; Created by PrintM3D
; for the Crane Quad

; This file declares heater and fan settings.
; Heaters
M305 P0 T100000 B4036 ; Thermistor Config for NTC 100k
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B5060 C1.890000e-7 ; Thermistor Config for NTC 100k Tuned for MK4 nozzles
M143 H1 S270 ; Set temperature limit for heater 1 to 270C

; Fans
; For Crane Quad: F0 is Heatsink Fan, F1 is Part Cooling fans, F2 is Case Fan
M106 P0 T45 H1 F50 ; Set Heatsink Fan F0 to Thermostatic
M106 P1 H-1 F50 X110 ; Set Part Cooler Fans F1 to Gcode Control
M106 P2 S0.8 F50 ; Set case fan always on at 80%

 

 


tools.g

; tools.g
; Creates initial tool setup.
; Created by PrintM3D
; for the Crane Quad
;

; Tools
M563 P0 D0:1:2:3 H1 F1 S”Quad”; Define default tool
M567 P0 E0.25:0.25:0.25:0.25
G10 P0 X0 Y0 Z0
G10 P0 S0

M140 S0
T0