Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. agz90
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by agz90

    • agz90undefined

      Unsolved RRF to Duet3 6HC

      General Discussion
      • • • agz90
      8
      0
      Votes
      8
      Posts
      241
      Views

      dc42undefined

      @agz90 also make sure that you remove the Erase jumper before you command Bossa to flash the firmware.

    • agz90undefined

      Duet3 6HC with RRF36

      Duet Hardware and wiring
      • • • agz90
      2
      0
      Votes
      2
      Posts
      99
      Views

      gloomyandyundefined

      @agz90 What board are the Z motors connected to? I would have expected them to be connected to the 6HC. What does M122 and M122 b124 (assuming your RRF36 has a can address of 124) report?

    • agz90undefined

      Fly-RRF-36 RP2040 not work second fan

      Other control boards
      • • • agz90
      13
      0
      Votes
      13
      Posts
      499
      Views

      edspedundefined

      @agz90 said in Fly-RRF-36 RP2040 not work second fan:

      @gloomyandy
      Thanks

      Not sure if it will help but here's a RRF-36 Config for one of my tools,

      ;---------------------Tool 0 aka "AMY" With CAN Address 20.0 ------------------------------------------ ;Heater Thermistor M308 S1 P"20.TEMP0" Y"thermistor" T100000 B4725 C7.06e-8 A"Amy" ;"T1" Semtec Thermistor defined ;M308 S6 P"20.temp1" Y"thermistor" A"Amy Fly RRF" T100000 B4092 ; Onboard temperature sensor ; Cooling Fans M950 F0 C"20.out1" ; Fan 0, part cooler fan on Tool 0 M106 P0 C"Amy" ; Set Fan Name M950 F1 C"20.out2" ; Fan 1, hotend fan on Tool 0 M950 H1 C"20.out0" T1 ; Heater 1 "H1" uses the Out0 pin and Temp0 M570 H1 P15 T20 R5 ; An anomaly on "H1" must persist for 15 seconds, and must be greater or less than 20C from the setpoint, to raise a heater fault. M143 H1 S280 ; Maximum H1 (Extruder 1) heater temperature M106 P1 S1.0 T45 H1 ; Tool 0 Hotend Fan to start cooling at 45C Monitoring Heater 1 (H1) M563 P0 S"Amy" D0 H1 F0 ; Define tool 0 "AMY" using H1 heater, F0 cooling ;G10 P0 X0.188 Y32.637 Z-0.345 ; Set tool 0 offset from the bed FOR INITIAL SETUP ONLY SEE VALUES IN CONFIG OVERRIDE G10 P0 S0 R0 ; Set tool 1 operating (S) and standby temperatures (R) (-273 = "off") M572 D0 S0.04 ; Set pressure advance on Extruder Drive 1 ;Turn on tool Lights M950 E0 C"20.rgbled" T2 U2 ; Strip number, Pin ID, type, Max # of LED'S ;M150 E0 U0 R0 B0 W255 S1 F1 P255 ; for RGBW LED Only ;M150 E0 U0 R0 B0 W255 S1 F0 P255 ; for RGBW LED Only M955 P20.0 I52 ; Enable accelerometer on Amy ;---------------------End of Tool 0 aka "AMY" -----------------------------------------------------------
    • agz90undefined

      Fly-RRF-36 fan2 not work

      Tuning and tweaking
      • • • agz90
      10
      0
      Votes
      10
      Posts
      371
      Views

      gtriderundefined

      @agz90 Try changing the PWM frequency next time ( Q ###) . I had a time with Sunon fans with auto-restart circuitry. Those are the ones with the letter A towards the end of the part number. Running them with a diode inline helps a little but ended up changing the fan out to one that was a bit more PWM compliant.

    • agz90undefined

      How to configure filament and everythig file you me needed

      Duet Hardware and wiring
      • • • agz90
      11
      0
      Votes
      11
      Posts
      589
      Views

      agz90undefined

      Thank you, thank you very much for telling me how to write it, in the above posts I wrote what my files contain.