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

Extreme VFA in prints..

Scheduled Pinned Locked Moved
Tuning and tweaking
4
7
573
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.
  • undefined
    AQUATICLIFE
    last edited by 8 Aug 2022, 02:50

    Hi all,

    I recently upgraded my FT-5 printer to a duet 3 mini 5+. Since the upgrade, I'm getting an extreme amount of VFA ripples in my prints. Can someone advise the best approach to fixing this? I didn't have this issue before. It feels like the motors are inducing the vibration (which I would expect with VFA). Is stealthchop/spreadcycle enabled on the board by default? How can I check this?

    Thanks

    undefined undefined undefined 3 Replies Last reply 8 Aug 2022, 03:27 Reply Quote 0
    • undefined
      alankilian @AQUATICLIFE
      last edited by 8 Aug 2022, 03:27

      @aquaticlife What's VFA ripples?

      SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

      undefined 1 Reply Last reply 8 Aug 2022, 03:33 Reply Quote 0
      • undefined
        AQUATICLIFE @alankilian
        last edited by 8 Aug 2022, 03:33

        @alankilian It looks like ghosting/ringing but is present at a continuous interval and independent of features in the print.

        1 Reply Last reply Reply Quote 0
        • undefined
          droftarts administrators @AQUATICLIFE
          last edited by 8 Aug 2022, 10:29

          @aquaticlife said in Extreme VFA in prints..:

          Is stealthchop/spreadcycle enabled on the board by default? How can I check this?

          I'd guess it's changing over from stealthChop to spreadCycle at a speed close to your normal printing speed, which is causing the VFAs.

          Post your config.g and response to M115. For each motor, send M569 P[motor driver number] to see each individual motor's settings. The default is spreadCycle for all drivers from RRF 3.4, and stealthChop2 for TMC22xx (ie Mini 5+) in RRF 3.3 and earlier. In stealthChop mode the drivers will switch over to spreadCycle automatically at high speeds, set by the V parameter.

          For configuring stealthChop, see https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_tuning#configuring-stealthchop

          We suggest the use of one of the following configurations:

          1. stealthChop changing over to spreadCycle a very low speed. Compared to running in spreadCycle always, this reduces standstill noise with some motors.
          2. stealthChop changing over to spreadCycle at a little over your normal maximum printing speed. It will switch to spreadCycle for travel moves, except very short ones. This will only be viable if the jerk at switchover is tolerable.
          3. Limit your travel speed so that you can keep the printer in stealthChop mode always.

          I tend to run my Mini 5+ in stealthChop mode always, with M569 P0.0 S0 D3 V0.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          undefined 2 Replies Last reply 10 Aug 2022, 14:20 Reply Quote 0
          • undefined
            AQUATICLIFE @droftarts
            last edited by 10 Aug 2022, 14:20

            @droftarts

            m115
            FIRMWARE_NAME: RepRapFirmware for Duet 3 Mini 5+ FIRMWARE_VERSION: 3.4.1 ELECTRONICS: Duet 3 Mini5plus WiFi FIRMWARE_DATE: 2022-06-01 21:07:06

            ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v3.3.12 on Mon Aug 01 2022 12:37:08 GMT-0500 (Central Daylight Saving Time)

            ; General preferences
            G90 ; send absolute coordinates...
            M83 ; ...but relative extruder moves
            M550 P"FT-5 DUET 3 MINI 5+1.0" ; set printer name

            ; Wait a moment for the CAN expansion boards to start
            G4 S2

            ; Network
            M552 S1 ; enable network
            M586 P0 S1 ; enable HTTP
            M586 P1 S0 ; disable FTP
            M586 P2 S0 ; disable Telnet

            ; Drives
            M569 P0.0 S1 D3 V0 ; physical drive 0.0 goes forwards (MODIFIED TO S1 D3 V0)
            M569 P0.1 S1 D3 V0 ; physical drive 0.1 goes forwards (MODIFIED TO S1 D3 V0)
            M569 P0.3 S0 D3 V0 ; physical drive 0.3 goes backwards (MODIFIED TO S0 D3 V0)
            M569 P121.0 S1 D3 V0 ; physical drive 121.0 goes forwards (MODIFIED TO S1 D3 V0)
            M584 X0.0 Y0.1 Z0.3 E121.0 ; set drive mapping
            M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
            M92 X80.00 Y80.00 Z400.00 E415.00 ; set steps per mm
            M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
            M203 X18000.00 Y18000.00 Z300.00 E1500.00 ; set maximum speeds (mm/min)
            M201 X800.00 Y800.00 Z200.00 E10000.00 ; set accelerations (mm/s^2)
            M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
            M84 S30 ; Set idle timeout

            ; Axis Limits
            M208 X0 Y0 Z0 S1 ; set axis minima
            M208 X300 Y300 Z400 S0 ; set axis maxima

            ; Endstops
            M574 X1 S1 P"!io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in
            M574 Y1 S1 P"!io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io1.in
            M574 Z1 S1 P"!io2.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io2.in

            ; Z-Probe
            M558 P0 ;M558 P1 C"121.io0.in" H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds DISABLED FOR MOMENT
            ;G31 P500 X27.783 Y7.7 Z2.5 ; set Z probe trigger value, offset and trigger height DISABLED FOR MOMENT
            ;M557 X15:215 Y15:195 S20 ; define mesh grid DISABLED FOR MOMENT

            ; Heaters
            M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
            M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
            M307 H0 B0 R0.275 C415.4 D8.75 S1.00 V24.2 ; disable bang-bang mode for the bed heater and set PWM limit
            M140 H0 ; map heated bed to heater 0
            M143 H0 S100 ; set temperature limit for heater 0 to 100C
            M308 S1 P"121.temp0" Y"thermistor" T100000 B4267 ; configure sensor 1 as thermistor on pin 121.temp0
            M950 H1 C"121.out0" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1
            M307 H1 B0 R2.114 C255.4:136.0 D6.76 S1.00 V24.2 ; disable bang-bang mode for heater and set PWM limit
            M143 H1 S250 ; set temperature limit for heater 1 to 250C

            ; Fans
            M950 F0 C"121.out1" Q500 ; create fan 0 on pin 121.out1 and set its frequency
            M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
            M950 F1 C"121.out2" Q500 ; create fan 1 on pin 121.out2 and set its frequency
            M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

            ; Tools
            M563 P0 D0 H1 F0 ; define tool 0
            ; M572 D0 S0.25 ; define pressure advance REMOVED - SEE FILAMENT GCODE
            G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
            G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

            ; Custom settings are not defined
            M955 P121.0 I54 ;accelerometer added
            M593 P"zvddd" F24.6 ;input shaping

            1 Reply Last reply Reply Quote 0
            • undefined
              AQUATICLIFE @droftarts
              last edited by 10 Aug 2022, 14:25

              @droftarts Here's a closeup of the VFA. I've set stealthchop to always be on, ran pressure advance and input shaping, changed my belts to new gates belts, cleaned the bearings, etc. Not sure if this is something that can actually be eliminated in your experience.

              298134522_1186610182131962_3571255148569927_n.jpg 297826317_617137839778020_2926424280242681742_n.jpg

              1 Reply Last reply Reply Quote 0
              • undefined
                gloomyandy @AQUATICLIFE
                last edited by 10 Aug 2022, 15:10

                @aquaticlife said in Extreme VFA in prints..:

                I didn't have this issue before.

                Do you have the details of your previous configuration? So acceleration rates, jerk settings, print speeds, motor currents etc? What firmware was used on the FT-5 before you switched to RRF?

                It is hard to tell from the pictures, but do the ripples extend all the way to the end of each side? It looks in the above image as if they start at the left side (or at features in the print), but fade out towards the right side.

                1 Reply Last reply Reply Quote 0
                5 out of 7
                • First post
                  5/7
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA