Okay, I am sloly going crazy..
How can these two prints both be printed at the same settings!!!!?
When printing the cube everything looks absolutely normal.
When printing the bottom of the pyramid everything looks normal.
As soon as the small sections start all shit breaks loose.. I can see that it underextrudes when it begins on a tower, then suddenly the next tower overflows extremely and so on. I sometimes hear the extruder grinding (i have a very low tension on the QR arm of the bondtech - tightening the screw removes grinding but changes nothing on the print)
They where printed at 40 mm/s
200 degrees
0.2 mm layer height
No retraction
No pressure advance
100% colling fans (temeperature is staple +- 1 degree at max.)
S3D is set to relative extrusions, so is the config.g
Temperature seems to be correct-ish. 180 gives grinding when just extruding into the air. 190 -220 works. 230-240 works but clearly to liquid 250 starts to smell burned.
I have absolutely no idea where to look..
Here is my full config.g
[[language]]
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
M665 R147.796 L335 B130 H223.915 X-0.202 Y-0.102 Z0.000 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0.28 Y-0.09 Z-0.20 ; Put your endstop adjustments here, or let auto calibration find them
M208 Z0 S1 ; Set minimum Z
; Endstops
M574 X2 Y2 Z2 S1 ; Set active high endstops
; BlTouch
M307 H3 A-1 C-1 D-1 ; ;?
M558 P5 X0 Y0 Z1 H2 F100 T10000 ; Set Z probe trigger value, offset and trigger height
G31 X0 Y-19 Z2.4 P25 ; Set Z probe offsets, trigger height, and trigger value
M557 R110 S20 ; Define mesh grid
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M569 P4 S1 ; Drive 4 goes forwards
M350 X16 Y16 Z16 E16 I1 ; Configure 16th microstepping with interpolation for all drives
M92 X200 Y200 Z200 E470 ; Set steps per mm (466 from cal 477 from bondtech)
M566 X1200 Y1200 Z1200 E900 ; Set maximum instantaneous speed changes (mm/min)
M203 X40000 Y40000 Z40000 E2700 ; Set maximum speeds (mm/min)
M201 X3000 Y3000 Z3000 E10000 ; Set accelerations (mm/s^2)
M906 X1100 Y1100 Z1100 E900 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S15 ; Set idle timeout
; Heaters
M307 H0 S0.50 A90 C700 D10 B0 ; Use PID on bed heater
M305 P0 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 0 - bed
M143 H0 S120 ; Set max bed temerature
M307 H1 A288.7 C130.7 D3.4 B0 ; Use PID on heater 1
M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set max temerature for heater 1
M307 H2 A288.7 C130.7 D3.4 B0 ; Use PID on bed heater 2
M305 P2 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S280 ; Set max temerature for heater 2
; Tools
M563 P0 D0 H1 F1:2 ; Define tool 0
G10 P0 X9 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 F1:2 ; Define tool 1
G10 P1 X-9 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
; Fans
M106 P0 S0.9 I0 F100 H1:2 T50 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S0 I0 F100 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S0 I0 F100 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
; Custom settings are not configured
Does anyone know where i can start?