Dual Drive Extruder clicking. Extruder speed too high?
-
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2 on Sat Feb 09 2019 18:37:46 GMT+0000 (GMT); General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder movesM667 S1 ; Select CoreXY mode
; Network
M550 P"TronXY X5SA" ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable/Disable HTTP S0=disable S1=enable
M586 P1 S1 ; Enable/Disable FTP
M586 P2 S1 ; Enable/Disable Telnet; Drives
M569 P0 S0 ; Drive 0 goes backwards
M569 P1 S0 ; Drive 1 goes backwards
M569 P2 S0 ; Drive 2 goes backwards
M569 P3 S1 ; Drive 3 goes backwards
M671 X421:-111.5 Y162:162 S5 ; leadscrews at mid left, and mid right
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X80.00 Y80.00 Z100.00 E800 ;E1025 ; Set steps per mm
M566 X600.00 Y600.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
;M203 X9000.00 Y9000.00 Z180.00 E1500.00 ; -origional- Set maximum speeds (mm/min)
M203 X9000.00 Y9000.00 Z800.00 E400.00 ; Set maximum speeds (mm/min)
;M201 X3000.00 Y3000.00 Z250.00 E12000.00 ; Set accelerations (mm/s^2)
M201 X3000.00 Y3000.00 Z250.00 E400.00
;M906 X1250.00 Y1250.00 Z1250.00 E1250.00 I30 ; -origional- Set motor currents (mA) and motor idle factor in per cent
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30; Axis Limits
M208 X0 Y0 Z-1.0 S1 ; Set axis minima
M208 X330 Y330 Z400 S0 ; Set axis maxima; Endstops
M574 X1 Y1 S0 ; Set active high endstops
M574 Z1 S2 ;Define Z to use Probe. Home to Min.
;M591 D0 P2 C3 S1 ; Filament sensor on for E0 extruder, simple NO switch connected to E0; Z-Probe
M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
M558 P9 H5 F120 T6000 ;last set >H20<, Set Z probe type to bltouch and the dive height + speeds
G31 P25 X-20 Y-45 Z1.50; Set Z probe trigger value, offset and trigger height
M557 X30:315 Y15:315 S130 ; Define mesh grid; Heaters
M305 P0 T100000 B4138 R4700 S"Bed Heater" ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4725 C7.06e-8 R4700 S"Hot End Heater" ; Set thermistor + ADC parameters for heater 1
;M305 P1 T100000 B4138 R4700
M143 H1 S280 ; Set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ;Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 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 saving after power loss is not enabled
; Custom settings are not configured
M501 ; read eeprom parameters
-
To calculate how fast your extruder motor is turning, the layer height, extrusion width, and feedrate are needed inputs.
Also, can you describe clicking? Is the motor stalling? Is the drive gear slipping on the filament?
-
@chriskimbr said in Dual Drive Extruder clicking. Extruder speed too high?:
;M203 X9000.00 Y9000.00 Z180.00 E1500.00 ; -origional- Set maximum speeds (mm/min)
M203 X9000.00 Y9000.00 Z800.00 E400.00 ; Set maximum speeds (mm/min)
;M201 X3000.00 Y3000.00 Z250.00 E12000.00 ; Set accelerations (mm/s^2)
M201 X3000.00 Y3000.00 Z250.00 E400.00Your previous acceleration for E was very high. The speed was fine. Now your speed is too low 400mm/min is only 6.6mm/s which would be very slow for retraction.
Your extruder max speed should be as fast as your retraction speed. 6000mm/min for 100mm/s retraction max.
The acceleration for E should be fine in the 2000-4000 range. 12000 is crazy high.