Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Input shaping, Recording of data doesn't want to be complete

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    2
    5
    257
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • trulmundefined
      trulm
      last edited by

      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

      6a86b717-2949-4c89-b926-3bd48711c9ea-grafik.png

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @trulm
        last edited by

        @trulm what firmware version and DWC version?
        Can you post your config?

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        trulmundefined 1 Reply Last reply Reply Quote 0
        • trulmundefined
          trulm @jay_s_uk
          last edited by

          @jay_s_uk
          Duet3 mini5+ Firmware: 3.5.1
          DWC Firmware: 3.4.0
          Input Shaping Firmware: 3.4.7

          Unfortunately, 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
          
          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @trulm
            last edited by

            @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

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            trulmundefined 1 Reply Last reply Reply Quote 0
            • trulmundefined
              trulm @jay_s_uk
              last edited by

              @jay_s_uk Thank you for the really helpful information. You were absolutely right, this was the solution.

              1 Reply Last reply Reply Quote 1
              • droftartsundefined droftarts marked this topic as a question
              • droftartsundefined droftarts has marked this topic as solved
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA