Hello
I have gotten an issue with the bed is very low, in the hight map.
I was not by the printer, and when I came back the printer had stopped and was pressing against the board, maybe for some time.
It was my 3 print and to 2 previous was perfict i anyway.
Yesterday I then started to print the same opjekt again, (ofcause I homed all and al that) but then the printer began to touch the bed.
I started over again, homed all. but it still persist.
Then I made a mesh bed, but the problem still persist.
Then I did it again, but still the same.
The code has not been changed, the only thing was the printer pressing against the bed. And I do not get it. What has changed?
Here are the bed leveling code and the Config.g
Config.g
; Configuration file for Duet 3 (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Sun Mar 27 2022 12:01:23 GMT+0200 (Centraleuropæisk sommertid)
; General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Heides Printer" ; set printer name
M669 K1 ; select CoreXY mode
; Wait a moment for the CAN expansion boards to start
G4 S2
; Network
M552 P192.168.0.110 S1 ; enable network and set IP address
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet
; Drives
M569 P1.0 S1 ; physical drive 1.0 goes forwards A
M569 P1.1 S1 ; physical drive 1.1 goes forwards B
M569 P0.1 S1 ; physical drive 0.1 goes Forwards Z1
M569 P0.0 S1 ; physical drive 0.0 goes forwards E
M569 P0.2 S0 ; physical drive 0.2 goes backwards Z2
M569 P0.3 S1 ; physical drive 0.3 goes forwards Z3
M569 P0.4 S0 ; physical drive 0.1 goes backwards Z4
M584 X1.0 Y1.1 Z0.1:0.2:0.3:0.4 E0.0 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X82.1328 Y82.133 Z400 E397.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 X800 Y800 Z800 E800 I30 ; 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 limits
M208 X275 Y275 Z275 S0 ; set axis maxima limits
; Endstops
M574 X2 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !io1.in
M574 Y2 S1 P"!io2.in" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !io2.in
M574 Z1 S2 ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io5.in
; Z-Probe
M558 P5 C"io4.in" H5 F120 T6000 ; set Z probe type to switch 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 X0 Y0 Z1.50 ; set Z probe trigger value, offset and trigger height
M557 X0:270 Y0:240
; Heaters
M308 S0 P"temp0" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin temp0
M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
M307 H0 R0.753 K0.444:0.000 D3.45 E1.35 S1.00 B0 ; disable bang-bang mode for 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"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 R3.751 K0.520:0.000 D1.88 E1.35 S1.00 B0 V23.8; disable bang-bang mode for heater and set PWM limit
M143 H1 S300 ; set temperature limit for heater 1 to 300C
; Fans
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P1 S1 I0 H1 T150 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
M106 P1 S1 I0 H1 T50 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"out7" Q500 ; create fan 2 on pin out7 and set its frequency
M106 P2 S0.25 H-1 ; set fan 2 value. Thermostatic control is turned off
M950 F3 C"out8" Q500 ; create fan 3 on pin out8 and set its frequency
M106 P3 S0.25 H-1 ; set fan 3 value. Thermostatic control is turned off
; Tools
M563 P0 D0 H1 F-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
T0 ; select first tool
Map Hight
RepRapFirmware height map file v2 generated at 2022-04-06 22:07, min error -4.715, max error -3.112, mean -4.010, deviation 0.285
axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
X,Y,0.00,270.00,0.00,240.00,-1.00,20.00,20.00,14,13
-4.100, -4.090, -4.142, -4.213, -4.245, -4.283, -4.340, -4.395, -4.438, -4.493, -4.537, -4.630, -4.645, -4.715
-4.120, -4.097, -4.137, -4.195, -4.215, -4.235, -4.287, -4.328, -4.363, -4.395, -4.445, -4.528, -4.530, -4.578
-4.108, -4.082, -4.120, -4.162, -4.170, -4.190, -4.230, -4.262, -4.285, -4.318, -4.347, -4.415, -4.403, -4.455
-4.102, -4.080, -4.102, -4.137, -4.137, -4.137, -4.165, -4.195, -4.205, -4.220, -4.245, -4.305, -4.293, -4.332
-4.102, -4.065, -4.080, -4.100, -4.097, -4.095, -4.115, -4.125, -4.132, -4.135, -4.135, -4.205, -4.175, -4.205
-4.118, -4.070, -4.075, -4.090, -4.070, -4.055, -4.060, -4.062, -4.057, -4.060, -4.060, -4.108, -4.065, -4.085
-4.130, -4.075, -4.073, -4.078, -4.055, -4.033, -4.025, -4.010, -4.003, -3.995, -3.983, -4.012, -3.965, -3.965
-4.132, -4.073, -4.047, -4.052, -4.007, -3.970, -3.945, -3.915, -3.888, -3.872, -3.845, -3.875, -3.815, -3.825
-4.132, -4.052, -4.005, -4.017, -3.965, -3.918, -3.888, -3.852, -3.812, -3.775, -3.735, -3.753, -3.688, -3.685
-4.137, -4.055, -4.007, -3.997, -3.940, -3.888, -3.855, -3.818, -3.760, -3.715, -3.665, -3.675, -3.588, -3.557
-4.137, -4.052, -4.005, -3.970, -3.902, -3.840, -3.803, -3.745, -3.682, -3.618, -3.555, -3.543, -3.452, -3.405
-4.135, -4.045, -3.993, -3.953, -3.868, -3.797, -3.743, -3.682, -3.602, -3.535, -3.450, -3.423, -3.325, -3.265
-4.150, -4.035, -3.975, -3.925, -3.832, -3.745, -3.680, -3.608, -3.525, -3.445, -3.367, -3.310, -3.185, -3.112
Homeall and Z=0 datum (I home this is correct, but has worked for the first 2 prints)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X305 Y305 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X305 ; home X axis
G1 H1 Y305 ; home Y axis
G1 X-5 Y-5 F6000 ; go back a few mm
G1 H1 X305 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y305 ; then move slowly to Y axis endstop
G90
G91
G1 X-5 Y-35 F2000 ; put the head wherever you want it to be when you home Z (omit this line if it doesn't matter)
G1 H1 Z-400 F360 ; move Z down stopping at the endstop
G90 ; absolute positioning
G92 Z0 ; set Z position to axis minimum (you may want to adjust this)
G29 S2 ; cancel mesh bed compensation
M290 R0 S0 ; cancel baby stepping
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 X119.5 Y111 ; move probe to bed center
G30 ; do single probe - sets Z to probe trigger height - if trigger height is wrong Z position will be wrong
G29 S1 ; Load height map from file
Regards
Heide