@Phaedrux
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"vcore" ; set printer name
M669 K1 ; select CoreXY mode
; Drives
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.1 S1 ; physical drive 0.1 goes forwards
M569 P0.2 S1 ; physical drive 0.2 goes forwards
M569 P0.3 S1
M569 P0.4 S1
M569 P0.5 S1
M569 P121.0 S0 ; physical drive 121.0 goes forwards
M584 X0.0 Y0.1 Z0.2:0.3:0.4 E121.0:0.5 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X159.50 Y159.50 Z1600.00 E859.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X1500 Y1500 Z1200 E800 I100 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X380 Y380 Z380 S0 ; set axis maxima
; Endstops
M574 X1 S1 P"121.io2.in" ; configure active-high endstop for low end on X via pin 121.io2.in
M574 Y1 S1 P"io0.in" ; configure active-high endstop for low end on Y via pin io0.in
M574 Z1 S2 ; configure Z-probe endstop for low end on Z
; Position of Leadscrews
M671 X-30:450:235 Y200:200:450 S6 ;Position of Leadscrews
; Bed Compensation Taper
M376 H0
; BMG Pressure Advance
M572 D0:1 S0.000
;----------------------------------------------------------------------
; FW Retraction Mosquito (S)-Retraction Dist. (F) Speed , (Z) ZHopHeight
M207 S0.5 F4000 Z0.0
;----------------------------------------------------------------------
; Volumetric Extrusion Filament Diameter (D)
M200 D1.75:1.75
;----------------------------------------------------------------------
; Extrusion Override Factor to 83 %
M221 S100 D0:1
;----------------------------------------------------------------------
;--Ringing Frequenz
;M593 F40.5 ; Ringing Frequency DirectDrive
;----------------------------------------------------------------------
;--Print Monitor - Filament (N) and Nozzle diameter (D)
M404 N1.75 D0.4
;----------------------------------------------------------------------
;--Duet Laser Filament Monitor
;M591 D0 P5 C"121.io1.in" R30:130 E3.0 S0 ; Extruder0 Tolerance 30 to 130%, 3mm comparison length, diabled
; Z-Probe
M950 S0 C"121.io0.out" ; create servo pin 0 for BLTouch
M558 P9 C"^121.io0.in" H5 F120 T9000 ; set Z probe type to bltouch and the dive height + speeds
M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
G31 P500 X-28 Y-22 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:380 Y15:380 S40 ; define mesh grid
; Heaters
M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
M950 H0 C"out7" T0 ; create bed heater output on out0 and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S160 ; set temperature limit for heater 0 to 160C
M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out8" T1 ; create chamber heater output on out1 and map it to sensor 1
M307 H1 B1 S1.00 ; enable bang-bang mode for the chamber heater and set PWM limit
M141 H1 ; map chamber to heater 1
M143 H1 S120 ; set temperature limit for heater 1 to 120C
M308 S2 P"121.temp0" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 2 as thermistor on pin 121.temp0
M950 H2 C"121.out0" T2 ; create nozzle heater output on 121.out0 and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S525 ; set temperature limit for heater 2 to 525C
; Fans
M950 F0 C"121.out2" Q500 ; create fan 0 on pin 121.out2 and set its frequency
M106 P0 C"Mosquito" S0.6 H1:2 T45 ; set fan 0 name and value. Thermostatic control is turned on
M950 F1 C"121.out1" Q500 ; create fan 1 on pin 121.out1 and set its frequency
M106 P1 C"Bauteil" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off
;Air Pump Control on SSR_3
M950 F2 C"out9" Q255 ; create fan 1 on pin 121.out1 and set its frequency
M106 P2 C"AirCompressor" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off
;
;Led Beleuchtung
; Zone 1
;----------------------------------------------------------------------
M950 F3 C"out2" Q500 ; create a output for led zone1 on out3
M106 P3 S1 ; set output default to on
;
; Zone 2
;----------------------------------------------------------------------
M950 F4 C"out3" Q500 ; create a fan output for led zone2 on out4
M106 P4 S1 ; set output default to on
;----------------------------------------------------------------------
;
; Toolboard Buttons
;----------------------------------------------------------------------
;button0 LC1.121
M950 J4 C"121.button0" ; Input 4 uses io4 pin, inverted
M581 P4 S1 T2 R0 ; configure button for LED ON
;----------------------------------------------------------------------
; button1 LC1.121
M950 J5 C"121.button1" ; Input 5 uses io5 pin, inverted
M581 P5 S1 T3 R0 ; configure push button for LED OFF
;
; Tools
M563 P0 S"Mosquito" D0 F0:1 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
T0 ; select first tool
ยด
M98 config.g:
27.1.2021, 21:44:19 M98 P"0:/macros/config check"
Warning: Board 121 does not have input handle 2400
Warning: Board 121 does not have input handle 2500
Tool 0 offsets: X0.00 Y0.00 Z0.00
Warning: Macro file config-override.g not found
27.1.2021, 21:44:18 Warning: Board 121 does not have input handle 3000
27.1.2021, 21:44:18 Warning: Board 121 does not have input handle 1000
27.1.2021, 21:51:04 Warning: Controller has been reset
27.1.2021, 21:51:04 Connection to Duet established
27.1.2021, 21:50:48 Warning: Lost connection to Duet (Timeout while waiting for transfer ready pin)
27.1.2021, 21:49:59 Warning: M307: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
27.1.2021, 21:49:59 Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
27.1.2021, 21:49:58 Tool 0 offsets: X0.00 Y0.00 Z0.00
27.1.2021, 21:49:57 Connection established
27.1.2021, 21:49:50 Connection interrupted, attempting to reconnect...
DCS has been stopped
27.1.2021, 21:49:48 Upload of config.g successful after 0s
27.1.2021, 21:44:56 M98 P"0:/macros/config check"
Tool 0 offsets: X0.00 Y0.00 Z0.00
Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
Warning: M307: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
27.1.2021, 21:44:32 m500