Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • arturolazundefined

      E3D Roto + Duet Roto Toolboard - Stepper motor stalling

      Duet Hardware and wiring
      • • • arturolaz
      22
      0
      Votes
      22
      Posts
      515
      Views

      arturolazundefined

      @infiniteloop I hadn't thought of that, I will try a fresh nozzle and upgrade the fan, thanks for the suggestion

    • Tech_Sam03undefined

      Core XY high speed closed loop tuning

      Tuning and tweaking
      • • • Tech_Sam03
      12
      0
      Votes
      12
      Posts
      207
      Views

      dc42undefined

      @Tech_Sam03 you may not need to reduce the P term by as much as that. Try 50 to 70% of the current value.

    • CorvoConVundefined

      More heater for a tool in copy mode

      MultiAxis Printing
      • • • CorvoConV
      6
      0
      Votes
      6
      Posts
      110
      Views

      dwuk3dundefined

      Dual IDEX sounds really interesting, I saw a brief glimpse of your printer on Instagram and it looks really good and congratulations on your award.

      You might want to consider upgrading to a 6hc board - so that you can run different gcode on the two gantries in parallel.

      Would be interested in finding out more about your design - such as the kinematics your are using, bed probing, head alignment etc.

    • o_lampeundefined

      MMU-owners: tip forming or cutting?

      General Discussion
      • • • o_lampe
      2
      0
      Votes
      2
      Posts
      90
      Views

      dwuk3dundefined

      @o_lampe tip forming pretty unreliable in my experience, even if it saves a bit of waste. Cutting pretty reliable and easy with a blade - i've done 10's of 1000s of colour changes on my Bambulab printers and so far have never needed to change the blade.

      Long retractions also an issue with the MMU2/3. The Bambulab approach of rewinding spools much more reliable - although slow and complex, or the shorter multiple PTFE approach of AMS lite quicker for a limited number of colours.

      Separate nozzle (if necessary hot end and extruder) much more preferable than any multiplexing approach both in terms of waste and speed.

    • mickeeyundefined

      smart effector

      Smart effector for delta printers
      • • • mickeey
      24
      0
      Votes
      24
      Posts
      410
      Views

      droftartsundefined

      @mickeey

      the smart effector is original duet and the problem is there. the card was on another printer and never had problems

      I think the fan0 connector failed because you wired the fan backwards. If you want to fix it, try replacing the MOSFET. See https://docs.duet3d.com/en/User_manual/Troubleshooting/Parts#fan-mosfet

      I think you should also check the plug on the Smart Effector that connects to the Duet 2 board. These pins look like they are not fully inserted into the housing. There also looks like there might be some wires poking out, that may cause a short.

      9178fd43-e865-41a2-a068-e377984f2959-image.png

      you had region on fan 2 everything works. thanks for all the support

      Great, glad you got it working. Please check the above.

      Ian

    • RockBundefined

      Bed Heater Unexpected Behaviour

      Duet Hardware and wiring
      • • • RockB
      18
      0
      Votes
      18
      Posts
      383
      Views

      droftartsundefined

      @RockB M106 P2 S1 should turn the LEDs on, and M106 P2 S0 should turn them off. Or disconnect them and test.

      Ian

    • Exerqtorundefined

      "Trad Rack" with "Belay" in RRF

      General Discussion
      • • • Exerqtor
      7
      0
      Votes
      7
      Posts
      359
      Views

      Trietundefined

      Isn't Trad Rack locked to Klipper? I did not see any reference to RRF in their Github page, nor any suggestion of being firmware agnostic.

      OK, your answer would be obviouly "no" since you are doing it in fact. The question translates then to "how".
      I can figure out by myself that the Fysetc StrideMax Dual works with RRF, but more details about the setup and control would be desirable for anyone like me is interested to implement something similar. The Smuff MMU solution is not supported any longer.

    • 3DPMicroundefined

      6HC. Pi, tablet or?

      General Discussion
      • • • 3DPMicro
      3
      0
      Votes
      3
      Posts
      125
      Views

      3DPMicroundefined

      @Phaedrux thank you

    • jltxundefined

      Unsolved resume misses first Z move

      Beta Firmware
      • • • jltx
      6
      0
      Votes
      6
      Posts
      193
      Views

      dc42undefined

      @jltx you should add X0 Y0 to your two G1 R1 commands in resume.g. Also add Z0 to the second one.

    • jltxundefined

      Solved help with optimizing heater temperature

      Tuning and tweaking
      • • • jltx
      21
      0
      Votes
      21
      Posts
      330
      Views

      fcwiltundefined

      @Phaedrux

      While there is nothing wrong with doing that it is not needed, in my experience.

      Here is the start code from Cura 5.10.0:

      T0 M104 S0 M109 S0 M98 P"print_begin.g" M82 ;absolute extrusion mode M82 ;absolute extrusion mode M98 P"print_extrude_begin.g" M83 ;relative extrusion mode M83 ;relative extrusion mode G1 F1500 E-6.5 ;LAYER_COUNT:259 ;LAYER:0 M107

      Note that the M104 and M109 are harmless as the call to user code follows them and there is no unwanted code that follows the call to the user code.

      Here is the start code from Prusa 2.9.2:

      M98 P"print_begin.g" G21 ; set units to millimeters G90 ; use absolute coordinates M83 ; use relative distances for extrusion M98 P"print_filament_begin.g" M107

      Again there is no unwanted code that follows the calls to user code.

      Not big deal, just thought I would mention it.

      Frederick

    • invalidflawundefined

      displaying m73 values on a fsytec smart controller

      General Discussion
      • • • invalidflaw
      3
      0
      Votes
      3
      Posts
      103
      Views

      invalidflawundefined

      I'm using a modified version JadonMillers ultimate duet menu system. I changed the order of buttons to my preference. I am running 3.5.3 currently.

    • mikeabuilderundefined

      Can I start a print job from a macro

      Gcode meta commands
      • • • mikeabuilder
      5
      0
      Votes
      5
      Posts
      95
      Views

      dc42undefined

      @mikeabuilder also look at M32.

    • jltxundefined

      Where can I access persistent state?

      Beta Firmware
      • • • jltx
      11
      0
      Votes
      11
      Posts
      161
      Views

      infiniteloopundefined

      @jltx

      the wave function collapses and the cat is definitely dead.

      Common wisdom: Never bet on a cat, they always know better…

    • JoergS5undefined

      Robotic kinematics

      MultiAxis Printing
      • • • JoergS5
      389
      1
      Votes
      389
      Posts
      46.7k
      Views

      droftartsundefined

      @o_lampe said in Robotic kinematics:

      @jay_s_uk Hmmm,
      like Winter soldier?

      My Bucky cosplay is at 1%.

      bucky.jpg

      Ian

    • marvineerundefined

      Solved BtnCmd not loading after Update from 3.6 rc2 to 3.6-rc3

      Plugins for DWC and DSF
      • • • marvineer
      3
      0
      Votes
      3
      Posts
      82
      Views

      marvineerundefined

      @MintyTrebor perfect, now it starts. Thanks a lot!

    • jltxundefined

      Is less damping factor (larger value) better for input shaping?

      Tuning and tweaking
      • • • jltx
      3
      0
      Votes
      3
      Posts
      81
      Views

      jltxundefined

      @dc42 glad I asked. Would love to see the LaPlace transfer function because I am thinking about this wrong. I ended up with MZV @50 Hz with 0.05 because my X and Y have separate peaks and I can kill both.

    • davidjryanundefined

      Duet 3HC Disconnecting/Resetting from 6HC

      Duet Hardware and wiring
      • • • davidjryan
      3
      0
      Votes
      3
      Posts
      115
      Views

      davidjryanundefined

      @droftarts I can verify that the root cause is not reset button press, metallic debris, shorting of J32, condensation, or missing R30. Which leaves us ESD. We do have 24V brushed vacuum pumps on the system connected to out0 through out4. The odd thing is that the issue does not necessarily happen only when any one of the pumps is on. The issue has occurred with pumps being on or off.

      So here is what we've tried in the past few weeks:

      changed out both 3HC boards reporting the reset - no change in frequency from 1 per hour changed out all 3 3HC boards - issue reduced in frequency to 1 per day changed out 6HC board - issue greatly reduced in frequency to less than 1 per week

      Now that the stoppages are so infrequent, the heat is off for the time being.

      The next thing we are trying will be to get brushless vacuum pumps to replace the brushed units.

      I'll table this issue for now and report back when the brushless pumps arrive.

    • ash100undefined

      Exceeded Position Tolerance

      Tuning and tweaking
      • • • ash100
      5
      0
      Votes
      5
      Posts
      117
      Views

      dc42undefined

      @ash100 I guess you haven't run PID tuning since you were running firmware 3.4.x. I suggest you upgrade to either 3.5.4 or 3.6.0-rc.3 and then run PID tuning again. It has changed a lot since 3.4.x so read https://docs.duet3d.com/en/User_manual/Tuning/Duet_3_1HCL_tuning#manual-tuning for instructions.

    • patrickwjoyceundefined

      Input shaping on mobile

      Duet Web Control
      • • • patrickwjoyce
      2
      1
      Votes
      2
      Posts
      77
      Views

      droftartsundefined

      @patrickwjoyce One for @chrishamm .

      Ian

    • sushrutshendeyundefined

      DWC showing up as blank page after M589 command (Duet WiFi 2)

      Duet Web Control
      • • • sushrutshendey
      3
      0
      Votes
      3
      Posts
      30
      Views

      droftartsundefined

      @sushrutshendey For a more comprehensive guide to set up AP mode, see https://docs.duet3d.com/en/User_manual/Machine_configuration/Networking#configuring-duet-in-wifi-access-point-mode

      Giving us some detail, eg firmware version, commands that you have sent to the Duet, config.g, how you have set your PC, etc, etc, will help us to resolve this more quickly.

      Have you been able to connect to the Duet via WiFi normally, and seen DWC? ie make sure you have the SD card set up correctly, and that there is a /www folder with the matching version of DWC in it. See https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card#sd-card-structure

      Ian