I have a Kossel XXL delta and I have been trying to get it right for over a week now
but it seems to have a mind of its own
the auto delta calibration won't touch the bed no matter what I set it I now have my Z set to -5 but it still won't go down. the endstop hit just says yes most of the time.
also, the home all option sometimes works then sometimes find the end stops lowers down then shoots off 20mm or so in one direction.
i just can't get it to print anything correctly. if i do manage to get a level and start a print something always messes it up whether it be it starts printing off center or it just doesn't touch the bed. and once it just stopped and stabbed my print.
it seems to have a mind if its own noting is constant
Software Information
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later
Firmware Version: 2.01(RTOS) (2018-07-26b2)
WiFi Server Version: 1.21
Web Interface Version: 1.21.2-dc42
Config.g
*; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 GMT+0100 (British Summer Time)
; General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
M665 R200 L400.30 B120 H413 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X-10 Y-7 Z-10 ; Put your endstop adjustments here, or let auto calibration find them
; Network
M550 PDelta Printer ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M350 X16 Y16 Z16 I1
M350 E8 ; Configure microstepping with interpolation
M92 X80 Y80 Z80 E1900 ; Set steps per mm
M566 X1000 Y1000 Z1000 E6 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E2400 ; Set maximum speeds (mm/min)
M201 X1800 Y1800 Z50 E50 ; Set accelerations (mm/s^2)
M906 X1200 Y800 Z800 E400 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
M579 X0.966 Y0.978
; Axis Limits
M208 Z-5 S1 ; Set minimum Z
; Endstops
M574 X2 Y2 Z2 S0 ; Set active high endstops
; Z-Probe
M558 P5 R0.5 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z-0.256 ; Set Z probe trigger value, offset and trigger height
M557 R140 S20 ; Define mesh grid
; Heaters
M305 P0 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S300 ; Set temperature limit for heater 1 to 300C
; Fans
M106 P0 S1 I0 F500 H-0 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
; Tools
M563 P0 D0 H1 ; 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
; Automatic power saving
M911 S22 R23 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
; Custom settings are not configured*
Bed.g
; bed.g
; called to perform automatic delta calibration via G32
;
; generated by RepRapFirmware Configuration Tool on Thu Jul 19 2018 15:05:44 GMT+0100 (British Summer Time)
M561 ; clear any bed transform
; Probe the bed at 3 peripheral and 0 halfway points, and perform 3-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 Y110 H0 Z-99999
G30 P1 X0 Y-110 H0 Z-99999
G30 P2 X110 Y0 H0 Z-99999
G30 P3 X-110 Y0 H0 Z-99999
G30 P4 X-90 Y20 H0 Z-99999
G30 P5 X-90 Y20 H0 Z-99999
G30 P0 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)