3.5.0-RC1: Major Issue with Skipped Steps
-
After flashing RC1 on my Maestro and trying a few simple test prints, I did my first actual print last night and it didn't go well. This is a print file I have used many times before.
I heard some strange noises and went to check on the print. Here is what I saw:
I flashed back to B4, made no other changes, and got the successful print behind.
; Configuration file for Duet Maestro ; Drives M569 P0 S0 ; drive 0 goes backwards M569 P1 S1 ; drive 1 goes forwards M569 P2 S0 ; drive 2 goes backwards M569 P3 S0 ; drive 3 goes backwards M569 P0 D2 ;D3 V468 ; X Stealthchop2 till about 10 mm/sec M569 P1 D2 ;D3 V468 ; Y Stealthchop2 till about 10 mm/sec M569 P2 D3 V40 ; Z Stealthchop2 till about 46.9 mm/sec M569 P3 D2 ; Extruder in Spreadcyle M584 X1 Y0 Z2 E3 ; Drive mapping M92 X160.0 Y160.0 Z401.5 E727 ;E695 ; Steps per mm M350 X16 Y16 Z16 E16 I1 ; Microstepping with interpolation M201 X8000.00 Y8000.00 Z230.00 E2500.00 ; Max accelerations (mm/s^2) M203 X18000.00 Y18000.00 Z2100.00 E3000.00 ; Max speeds (mm/min) M204 P2500 T8000 ; Accelerations (mm/s^2) ;M205 X8.55 Y8.55 Z3 E4.5 ; Maximum jerk rates (mm/s) M566 X513 Y513 Z180.0 E300 P1 ; Maximum jerk rates (mm/min) ;M593 P"ZVD" F75 ;M593 P"MZV" F37 if !exists(global.IS_freq) global IS_freq=75 ; Input Shaping Frequency if !exists(global.IS_type) global IS_type="ZVD" ; Input Shaping Type M593 P{global.IS_type} F{global.IS_freq} S0.04 ; Input Shaping M572 D0 S0.030 ; Pressure Advance M906 X1500 Y1500 Z1400 E420 I50 ; Motor currents (mA) and motor idle factor M84 S30 ; Idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; Axis minima M208 X195 Y180 Z220 S0 ; Axis maxima ;Filament Sensor M591 D0 P1 C"e0stop" S1 ; presence sensor connected to E0 endstop for drive 0, enabled ;M950 J1 C"e0stop" ; define logical input for filament auto load ;M581 P1 T2 S0 R0 ; define trigger for filament auto load triggers trigger2.g M950 J2 C"e1stop" ; define logical input for filament unload M581 P2 T3 S0 R0 ; define trigger for filament auto load triggers trigger3.g ; Endstops M574 X1 S1 P"!xstop" ; Active-high endstop for low end on X via pin !xstop M574 Y1 S1 P"!ystop" ; Active-high endstop for low end on Y via pin !ystop ; Z-Probe M574 Z1 S2 ; Z endstop controlled by probe M558 P5 C"^zprobe.in" H5 F500 T6000 A1 ; Z probe type to bltouch and the dive height + speeds M950 S0 C"zprobe.mod" ; create servo pin 0 for BLTouch G31 P25 X19 Y-14 Z.92 ; Z probe trigger value, offset and trigger height ;X20 Y-7.33 Z2.17 ;X14 Y-18.5 Z2.13 ;X12 Y-18.0 Z2.37 M557 X19:195 Y0:166 S18.8 ; define mesh grid M376 H1.5 ; mesh taper ;Accelerometer M955 P0 C"twck0+twd0" R12 ; Heaters M308 S0 P"spi.cs1" Y"rtd-max31865" ; configure sensor 0 as a PT100 sensor in the first position on the Duet 2 daughter board connector M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 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 bed heater 0 M308 S1 P"e0temp" Y"pt1000" ;T100000 B4725 C7.06e-8 ; configure sensor 1 as PT1000 on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M143 H1 S260 ; set temperature limit for nozzle heater 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M308 S2 Y"drivers" A"DRIVERS" ; configure sensor 2 as temperature warning and overheat flags on the TMC2660 on Duet M308 S3 Y"mcu-temp" A"MCU" ; configure sensor 3 as thermistor on pin e1temp for left stepper ; Heater model parameters ;Bed ;M307 H0 R0.194 C896.8 D2.07 S1.00 ;M307 H0 R0.190 K0.196:0.000 D2.03 E1.35 S1.00 B0 M307 H0 R0.190 K0.174:0.000 D1.95 E1.35 S1.00 B0 ;Hotend ;M307 H1 R2.523 C231.0:134.5 D5.90 S1.00 V24.3 ;M307 H1 R2.324 K0.389:0.146 D3.76 E1.35 S1.00 B0 V24.3 M307 H1 R2.459 K0.398:0.160 D3.91 E1.35 S1.00 B0 V24.3 ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 C"Part Cooling" ; 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 B1.5 X180 C"Hotend" ; set fan 1 value. Thermostatic control is turned on M950 F2 C"fan2" ;Q800 ; create fan 2 on pin fan2 and set its frequency M106 P2 H1:2:3 L1 X1 T53 ; set fan 2 value M950 F3 C"e1heat" Q250 ; create fan 3 on pin fan0 and set its frequency M106 P3 S0 H-1 L255 C"AUX" ; set fan 3 value. Thermostatic control is turned off ; Tools M563 P0 S"E0" D0 H1 F0 ; 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 M595 P40 ; Custom settings are not defined ; Miscellaneous T0 ; select first tool ;M501 ; Load config-override.g
-
@CCS86 Are you running input shaping? If so try disabling it and see if that makes any difference. Also capturing and posting the output from M122 after a failed print might provide some more information.
-
@gloomyandy said in 3.5.0-RC1: Major Issue with Skipped Steps:
@CCS86 Are you running input shaping? If so try disabling it and see if that makes any difference. Also capturing and posting the output from M122 after a failed print might provide some more information.
Yes, I am running IS.
I'm not sure when I will get a chance to test again, as I run pretty steady production on this machine.