Input shaping, Recording of data doesn't want to be complete
-
Hi, I'm new to the world of Input Shaping and I have a small but annoying problem. Every time I start recording an Input Shaping profile, the DWC popup never finishes. I took this picture 5 minutes after starting the recording. Do you have any idea where I can find my problem?
My Settings:
DiY Printer
E3D Revo Hotend
Duet3 mini5+
Duet3d Accelerometer for Revo Hotend -
@trulm what firmware version and DWC version?
Can you post your config? -
@jay_s_uk
Duet3 mini5+ Firmware: 3.5.1
DWC Firmware: 3.4.0
Input Shaping Firmware: 3.4.7Unfortunately, I have nested my config using M98 commands and therefore cannot upload everything clearly here. If you let me know what might be relevant, I will of course upload the relevant section.
; config.g ; Configuration file for RepRapFirmware on Duet 3 Mini 5+ WiFi ; executed by the firmware on start-up ; Printer: M350pro ; Stand 2025-02-13 if {network.interfaces[0].type = "ethernet"} M552 P192.168.1.14 S1 else M552 S1 ; General G90 ; absolute coordinates M83 ; relative extruder moves M550 P"M350pro" ; set hostname ; Accessories ;M918 P0 E1 F2000000 ; configure direct-connect display ;M98 P"start_wifi.g" ; start and connect Wifi ;M98 P"machine_PanelDue.g" ; configure PanelDue M98 P"machine_accelerometer.g" ; configure accelerometer for input shaping ; Smart Drivers M98 P"machine_drivers.g" ; configure Drivers ; Motor Idle Current Reduction M906 I30 ; set motor current idle factor M84 S30 ; set motor current idle timeout ; Axes M98 P"machine_axisdimension.g" ; configure Axes ; Extruders M98 P"machine_extruder.g" ; configure the Extruder ; Kinematics M669 K0 ; configure Cartesian kinematics ; Probes M98 P"machine_zprobe.g" ; configure the z probes ; Endstops M98 P"machine_endstops.g" ; configure Endstops ; Sensors M98 P"machine_sensors.g" ; configure all sensors ; mesh bed compensation M557 X-105:145 Y-70:110 P12:12 ; define grid for mesh bed compensation with 12x12Points ; Heaters M98 P"machine_heaters.g" ; configure all heaters ; Heated bed M140 P0 H0 ; configure heated bed #0 ; Fans M98 P"machine_fans.g" ; configure all Fans ; Tools M98 P"machine_tools.g" ; configure all tools ; electronics temperature monitor adjustment M912 P0 S-7 ; Set electronics temperature monitor adjustment for mcu```
; machine_accelerometer.g ; 2025-02-06 M955 P0 C"spi.cs2+spi.cs1" I61 ; all wires connected to temp DB connector, no temperature daughterboard
-
@trulm you should be running the same version of DWC as RRF.
I suggest you upgrade to 3.5.4 and try again https://github.com/Duet3D/RepRapFirmware/releases/download/3.5.4/Duet2and3Firmware-3.5.4.zip