Weird behavior calibrating Delta
-
Hi guys,
I have been trying to tune and tweak my delta for the past week or so, and have seemed to fix most of my dumb mistakes. The only trouble I’m having right now is that when I run G32 my smart effector will not trigger at one point on the bed. It isn’t consistent, but it does happen frequently. I can run a few auto calibrations before it decides to not trigger at this one point.
Here’s a video of what I’m talking about https://imgur.com/gallery/alxkiDI
A little about my system
-duet 2 wifi
-RRF3 3.1.1
-Delta smart effector -
Also, here’s my config.g file
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Nov 14 2020 22:35:13 GMT-0500 (Eastern Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name
M665 R135 L290 B135 H350 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them
M552 S1; Network
M551 P"Delilah0805" ; set password
M552 S1 ; enable network
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 S1 ; physical drive 1 goes forwards
M569 P2 So ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z80.00 E415.00 ; set steps per mm
M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 E800 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 C"zprobe.in+zprobe.mod" P8 R0.4 F1000 B1 H10 T6000 ; set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z-0.1 ; set Z probe trigger value, offset and trigger height/
M557 R130 S10 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4388 ; 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 A119.6 C668.3 D23.8 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 B4725 C7.06e-8 ; 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 A561.1 C164.5 D4.8 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S298; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 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 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P1 S"Extruder" D0 H1 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C; Custom settings are not defined
M501 -
And my bed.g file if it helps
; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 16 points, 6 factors, probing radius: 130, probe offset (0, 0)
G28
G30 P0 X0.00 Y130.00 Z-99999 H0
G30 P1 X65.00 Y112.58 Z-99999 H0
G30 P2 X112.58 Y65.00 Z-99999 H0
G30 P3 X130.00 Y0.00 Z-99999 H0
G30 P4 X112.58 Y-65.00 Z-99999 H0
G30 P5 X65.00 Y-112.58 Z-99999 H0
G30 P6 X0.00 Y-130.00 Z-99999 H0
G30 P7 X-65.00 Y-112.58 Z-99999 H0
G30 P8 X-112.58 Y-65.00 Z-99999 H0
G30 P9 X-130.00 Y-0.00 Z-99999 H0
G30 P10 X-112.58 Y65.00 Z-99999 H0
G30 P11 X-65.00 Y112.58 Z-99999 H0
G30 P12 X0.00 Y65.00 Z-99999 H0
G30 P13 X56.29 Y-32.50 Z-99999 H0
G30 P14 X-56.29 Y-32.50 Z-99999 H0
G30 P15 X0 Y0 Z-99999 S6 -
@dc42 Im hoping you might be able to help me
-
maybe increase the sensitivity by just a bit.
-
I had tried that. It didn’t seem to work and just made other points not trigger when running. I believe what I might have to do is go through the bed.g points and enter their individual trigger heights
-
@BigMoff96 said in Weird behavior calibrating Delta:
M558 C"zprobe.in+zprobe.mod" P8 R0.4 F1000 B1 H10 T6000 ; set Z probe type to effector and the dive height + speeds
then try increasing the F value
and maybe the z acceleration.
M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2) -
You think 1200 or 1500 mm/s for z acceleration?
-
you have to test it. the idea is to increase the force with which the nozzle hits the bed.