[3.3] E stepper issue
-
Hi,
I upgraded my running setup of the Duet 2 WiFi with 3.2.2 to 3.3 and now my stepper E (extruder) is behaving strange.
it seems to be to "week", like it would not get enough power.
all other steppers seems to work fine (X,Y,Z)is there anything what needs to get changed when changing from FW 3.2.2 to 3.2 in regards to the extruder stepper?
thanks a lot in advance for any help
Matt -
@matt77 I can't think of anything that needs to be changed for 3.3 relating to the strength of extrusion.
Please try the following:
- Run M98 P"config.g" to see if there are any error messages. If there are errors in your config.g file then the way they are handled may have changed between 3.2.2 and 3.3.
- Send the following commands and post the responses:
M584
M906
M913
It may be that your system had developed a poor stepper motor connection (or just possible a partially-failed driver) coincidentally with the firmware upgrade.
-
@dc42
it seems indeed that i have some errors.M98 P"config.g" HTTP is enabled on port 80 FTP is disabled TELNET is disabled Error: Heater 3 not found Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 1086C Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 246C Error: Invalid use of P parameter
M584 Driver assignments: X0 Y1 Z2:4 E3, 3 axes visible
M906 Motor current (mA) - X:1600, Y:1600, Z:1600, E:700, idle factor 30%
M913 Motor current % of normal - X:100, Y:100, Z:100, E:100
my convig.g looks like this:
; General preferences M80 ; Turns on the ATX power supply G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M667 S1 ; Select CoreXY mode ; Network M550 PBLV mgn Cube ; Set machine name M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S1 ; Drive 0 goes backwards blv: its was S1 M569 P1 S1 ; Drive 1 goes backwards blv: its was S1 M569 P2 S0 ; Drive 2 goes forwards M569 P3 S1 ; Drive 3 goes backwards WAS 0 M569 P4 S0 ; Drive 2 goes forwards M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation M92 X200 Y200 Z400 E422,65 ; Set E steps per mm for Bondtech. ;M566 X600 Y600 Z24 E300 ; Set maximum instantaneous speed changes (Jerk) (mm/min) M566 X900 Y900 Z12 E300 ; Set maximum instantaneous speed changes (Jerk) (mm/min) M203 X20000 Y20000 Z600 E2000 ; Set maximum speeds (mm/min) M201 X1200 Y1200 Z250 E120 ; Set accelerations (mm/s^2) ;M201 X1200 Y1200 Z100 E5000 ; Set accelerations (mm/s^2) ;M906 X1000 Y1000 Z1000 E700 I30 ; Set motor currents (mA) and motor idle factor in per cent M906 X1600 Y1600 Z1600 E700 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ;Drive Mapping M584 X0 Y1 Z2:4 E3 ; two Z motors connected to driver outputs Z and E1 M671 X-65:362 Y151:151 S6 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis ; Pressure advance ; M572 D0 S0.05 ; disabled Pressure advance ;Retract ;M207 S1.0 F2400 Z0.075 ; Axis Limits M208 X-23 Y0 Z0 S1 ; Set axis minima M208 X300 Y331 Z340 S0 ; Set axis maxima ; Endstops M574 X1 S1 P"xstop" ; Set active high endstops edit: Y endstop is high(max). M574 Y2 S1 P"ystop" ; Set active high endstops edit: Y endstop is high(max). ;M574 Z1 S2 P"zstop" ; Define Z to use Probe. Home to Min ; Filament sensor ;M591 D0 P1 C3 S1 ; Set Filament sensor Simple type (High) for extruder drive 0, connected to endstop input 3 (E0) ; BLTouch - Heaters ; M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board. M307 H3 A-1 C-1 D-1 ; Disable the 3rd Heater ; PID Tuning ;M307 H1 A648.9 C201.0 D6.7 S1.00 V24.2 B0 ; Set PID for hotend values ;M307 H1 A663.5 C214.7 D6.6 S1.00 V24.1 B0 ; E3D clone Hotend M307 H1 A1061.0 C214.0 D4.9 S1.00 V24.1 B0 ; Copperhead Hotend M307 H0 A221.6 C533.9 D0.8 S1.00 V23.4 B0 ; Set PID for heated bed values ; Z-Probe M574 Z1 S2 P"zstop" ; Set endstops controlled by probe ;M558 P9 C"^zprobe.in" H5 A4 F500 T4000 ; Set Z probe type BLTouch sensor M558 P9 C"^zprobe.in" H5 R0.2 A5 F100 T6000 B1 ; Set Z probe type BLTouch sensor M950 S0 C"exp.heater3" ; create servo/gpio 0 on heater 3 pin on expansion connector ;G31 P25 X28.5 Y-5 Z2.60 ; Set Z probe trigger value, offset and trigger height ;G31 P25 X28.5 Y-5 Z2.55 G31 P25 X28.5 Y-5 Z2.51 M557 X30:270 Y30:270 S80 ; Define mesh grid ; Heaters and Sensors M140 H0 M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0 M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0 M143 H0 S130 ; Set temperature limit for heater 0 to 100C ;M308 S1 P"e0_temp" Y"thermistor" T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 1 M308 S1 P"e0_temp" Y"thermistor"T500000 B4723 C1.196220e-7 ; Set thermistor + ADC parameters for heater 1 (Tool) Mosquito Hotend M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1 M143 H1 S300 ; Set temperature limit for heater 1 to 260C ; Fans M950 F0 C"FAN0" Q500 M106 P0 S0 H-1 C"Part" ; Cooling-Fan,, Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M950 F1 C"FAN1" Q500 M106 P1 S1 H1 T35 C"Tool" ; Tool-Fan, Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on M950 F2 C"FAN2" Q500 M106 P2 S1 H-1 C"Duet" ; Duet-Fan, Set fan 2 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 S21 R22 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 M564 H0 ; Let the Jog buttons work blv: added to allow jog buttons
-
@matt77 said in [3.3] E stepper issue:
M307 H3 A-1 C-1 D-1
This is the source of the heater 3 not found error. That command is no longer valid in RRF3 as you do not need to free up a pin to use it.
@matt77 said in [3.3] E stepper issue:
M92 X200 Y200 Z400 E422,65
I'm not sure it matters, but it looks like you have a comma in the E value instead of a decimal place.
-
@phaedrux
Thanks for the hint. ill correct that and see if its already fixing the problem. -
The heater 3 error is gone, thanks @phaedrux to point this out.
the problem with the extruder stepper still persists.its really strange, with RRF 3.2.2 its all fine.
as soon as i'm migrating to 3.3 and extruding or retracting the stepper is so "week" that i can stop it from moving with my hand. without any force.its like its not getting enough power. but with v3.2.2 its all good.
-
@matt77 said in [3.3] E stepper issue:
M584
You have your drive mapping very late in your config.g. Maybe you've changed that already but:
"M584 must come earlier in config.g than any M350 and M906 commands. If it creates new axes, it must also be earlier than any M92, M201, M203, M208, M350, M566, M574, M667 and M669 commands."
-
@gixxerfast Good catch.
@Matt77 it may be worth getting a fresh config set from the config generator tool to use as a test comparison.