Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. AQUATICLIFE
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    AQUATICLIFE

    @AQUATICLIFE

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    AQUATICLIFE Unfollow Follow

    Latest posts made by AQUATICLIFE

    • RE: Extreme VFA in prints..

      @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

      posted in Tuning and tweaking
      AQUATICLIFEundefined
      AQUATICLIFE
    • RE: Extreme VFA in prints..

      @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

      posted in Tuning and tweaking
      AQUATICLIFEundefined
      AQUATICLIFE
    • RE: Extreme VFA in prints..

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

      posted in Tuning and tweaking
      AQUATICLIFEundefined
      AQUATICLIFE
    • Extreme VFA in prints..

      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

      posted in Tuning and tweaking
      AQUATICLIFEundefined
      AQUATICLIFE
    • RE: RRF config tool won't add expansion boards

      @droftarts it's working now. Super excited to get started!

      posted in Config Tool
      AQUATICLIFEundefined
      AQUATICLIFE
    • RE: RRF config tool won't add expansion boards

      @droftarts Do you know approximately how long it'll be before the bug fix? I have a number of other things to do to my printer in the meantime, just not sure if its a days, weeks, months, kind of thing. Cheers.

      posted in Config Tool
      AQUATICLIFEundefined
      AQUATICLIFE
    • RRF config tool won't add expansion boards

      Hi there, new to RRF. I'm trying to configure a Duet 3 mini 5+ and add in the TOOL1LC expansion board. There are multiple expansion boards listed but it will not allow me to select any of them. Is this a glitch? How do I proceed?

      Thanks!

      posted in Config Tool
      AQUATICLIFEundefined
      AQUATICLIFE