M115
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.3 ELECTRONICS: Duet Ethernet 1.02 or later FIRMWARE_DATE: 2021-06-15 21:45:03
Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:21 GMT-0400 (heure d’été de l’Est)
M561 ; clear any bed transform
; Probe the bed at 6 peripheral and 3 halfway points, and perform 6-factor auto compensation
; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
G30 P0 X0 Y84.2 H0 Z-99999
G30 P1 X66.01 Y38.11 H0 Z-99999
G30 P2 X66.01 Y-38.11 H0 Z-99999
G30 P3 X0 Y-84.2 H0 Z-99999
G30 P4 X-73.61 Y-42.5 H0 Z-99999
G30 P5 X-73.61 Y42.5 H0 Z-99999
G30 P6 X0 Y41.05 H0 Z-99999
G30 P7 X29.84 Y-17.23 H0 Z-99999
G30 P8 X-36.81 Y-21.25 H0 Z-99999
G30 P9 X0 Y0 H0 Z-99999 S6
; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
config-eoverride.g
; config-override.g file generated in response to M500 at 2021-08-18 16:20
; This is a system-generated file - do not edit
; Delta parameters
M665 L288.065:288.065:288.065 R127.923 H292.702 B85.0 X-0.103 Y0.529 Z0.000
M666 X0.321 Y0.093 Z-0.414 A0.00 B0.00
; Heater model parameters
M307 H0 R0.256 C213.522:213.522 D3.59 S1.00 V12.1 B0 I0
M307 H1 R3.286 C260.834:260.834 D9.98 S1.00 V12.1 B0 I0
; Workplace coordinates
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
config.g
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est)
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"MiniKossel" ; set printer name
M665 R133.565 L288.065 B95 H292 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 A0 B0 ; X,Y,Z endstop adjustments and X,Y Bed tilt(% per 100mm), or let auto calibration find them
; Network
M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet
; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X100.00 Y100.00 Z100.00 E358 ; set steps per mm E0386.02
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E12000.00 ; set maximum speeds (mm/min)
M201 X2400.00 Y2400.00 Z2400.00 E2400.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E500 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 Z0 S1 ; set minimum Z
; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y2 S1 P"ystop" ; configure active-high endstop for high end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure active-high endstop for high end on Z via pin zstop
; Z-Probe
M558 P8 R0.4 C"zprobe.in+zprobe.mod" H5 F1200 T2400 ; disable Z probe but set dive height, probe speed and travel speed
G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height
M557 R85 S20 ; define mesh grid
; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat 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 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B3950 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0.01 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S0.5 H-1 ; set fan 1 value. Thermostatic control is turned off
; Tools
M563 P0 D0 H1 F0 ; 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
M575 P1 S1 B57600 ; enable support for PanelDue
M501
T0 ; select first tool
; Scale Cartesian Axes
M579 X0.000 Y0.000 Z0.000
heightmap.csv
RepRapFirmware height map file v2 generated at 2021-08-17 21:08, min error -0.052, max error 0.043, mean -0.010, deviation 0.022
xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum
-80.00,80.10,-80.00,80.10,85.00,20.00,20.00,9,9
0, 0, 0, 0.001, -0.032, -0.007, 0, 0, 0
0, -0.002, -0.007, -0.031, -0.020, -0.032, -0.028, 0.012, 0
0, -0.016, -0.013, -0.029, -0.037, -0.003, 0.011, 0.009, 0
0.003, 0.008, 0.010, -0.024, -0.023, -0.032, -0.020, -0.020, 0.009
0.002, -0.013, -0.032, -0.040, -0.023, -0.017, -0.012, -0.003, 0.043
0.000, -0.018, -0.024, -0.023, -0.021, -0.021, -0.032, -0.041, -0.002
0, 0.002, 0.020, 0.021, 0.011, 0.039, 0.032, 0.030, 0
0, 0.013, -0.020, -0.049, -0.052, -0.029, -0.020, 0.040, 0
0, 0, 0, -0.007, -0.031, -0.027, 0, 0, 0
homedelta.g
; homedelta.g
; called to home all towers on a delta printer
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est)
G91 ; relative positioning
;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
G1 H1 X309 Y309 Z309 F1800 ; move all towers to the high end stopping at the endstops (first pass)
G1 H2 X-5 Y-5 Z-5 F1800 ; go down a few mm
;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
G1 H1 X10 Y10 Z10 F180 ; move all towers up once more (second pass)
G1 Z-5 F2400 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F2400 ; move X+Y to the centre
pause.g
resume.g
; resume.g
; called before a print from SD card is resumed
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
G1 R1 X0 Y0 ; go back to the last print move
M83 ; relative extruder moves
G1 E10 F3600 ; extrude 10mm of filament
; pause.g
; called when a print from SD card is paused
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:23 GMT-0400 (heure d’été de l’Est)
M83 ; relative extruder moves
G1 E-10 F3600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z5 F360 ; lift Z by 5mm
G90 ; absolute positioning
G1 X0 Y0 F6000 ; go to X=0 Y=0
sleep.g
; sleep.g
; called when M1 (Sleep) is being processed
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
stop.g
; stop.g
; called when M0 (Stop) is run (e.g. when a print from SD card is cancelled)
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:24 GMT-0400 (heure d’été de l’Est)
tfree0.g
; tfree0.g
; called when tool 0 is freed
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:25 GMT-0400 (heure d’été de l’Est)
tpost0.g
; tpost0.g
; called after tool 0 has been selected
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:26 GMT-0400 (heure d’été de l’Est)
; Wait for set temperatures to be reached
M116 P0
tpre0.g
; tpre0.g
; called before tool 0 is selected
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Mon Jun 28 2021 20:11:25 GMT-0400 (heure d’été de l’Est)
I have deleted resurrect.g file but still have it in my backup if I absolutely need to have it.
Here is everything I have. Anyone know why my printer has become crazy this morning ? Not enough sleep or too much sugar, maybe? lol