Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. 3D Printing General Chat
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • littlehobbyshopundefined

      Fusion 360 FDM/FFF Slicing

      • • littlehobbyshop
      28
      5
      Votes
      28
      Posts
      3.0k
      Views

      Stu3Dentundefined

      @littlehobbyshop thanks for the update

    • anandchowesundefined

      Integrating AI with 3D printer

      • • anandchowes
      6
      0
      Votes
      6
      Posts
      110
      Views

      o_lampeundefined

      This smells like ChatGPT BS.
      OTOH, a bit more autotuning in some areas (pressure advance and input shaping) coming from a local PC or SBC would be nice....

    • Arminasundefined

      Solved chamber sensor for temperature monitoring

      • • Arminas
      11
      0
      Votes
      11
      Posts
      76
      Views

      droftartsundefined

      @Arminas Like I said, it's a browser-side issue, so refreshing the DWC browser page should fix it.

      Ian

    • 3DPMicroundefined

      Extruder best at extruding?

      • • 3DPMicro
      4
      0
      Votes
      4
      Posts
      89
      Views

      droftartsundefined

      @3DPMicro There's this recent thread that covers the same ground: https://forum.duet3d.com/topic/36820/recommend-an-extruder-hotend

      Ian

    • Oben221undefined

      No layer adhesion after pause/resume

      • • Oben221
      5
      0
      Votes
      5
      Posts
      218
      Views

      Oben221undefined

      @dc42 I dont know why i didn't think about backlash. commented out the extra z movments and perfect!
      Thank you.

    • fcwiltundefined

      Duet 2/Duex5 looking for a good home

      • • fcwilt
      12
      1
      Votes
      12
      Posts
      351
      Views

      droftartsundefined

      @fcwilt send an email to the email address @elmoret gave you, with the details he asked for, and he’ll send you a pre-paid shipping label.

      Ian

    • HebigTundefined

      State of Mixing Hotends?

      • • HebigT
      8
      0
      Votes
      8
      Posts
      1.5k
      Views

      T3P3Tonyundefined

      @arkaboy I think this is still true:

      There are currently no commercially available mixing hot ends that truly mix

      At least in the accessibly priced space for FDM. I am actually not away of that for any FDM hotends.

    • imonseiundefined

      Adaptive mesh probing script for PrusaSlicer & SuperSlicer

      • • imonsei
      5
      6
      Votes
      5
      Posts
      283
      Views

      imonseiundefined

      Anyone care to look this over for glaring errors?
      It does spit out a valid grid for me, and expands toward start of x and/or y if you go beyond bed edge max

      ;--- Start adaptive mesh probing ; this defines a minimum size of 60x60 mm grid for probing if your print is too small, with 20 mm between probes. if you have placed your print items too near the print bed end, we move probe area, so we don't probe outside the print bed. {if first_layer_print_size[0] > 60 and first_layer_print_size[1] > 60 }M557 X{first_layer_print_min[0]}:{first_layer_print_max[0]} Y{first_layer_print_min[1]}:{first_layer_print_max[1]} S20 {else }M557 X{ if first_layer_print_min[0]+60 < print_bed_max[0]}{ first_layer_print_min[0]}:{first_layer_print_min[0]+60}{ else}{ first_layer_print_max[0]-60}:{first_layer_print_max[0]}{ endif} Y{ if first_layer_print_min[1]+60 < print_bed_max[1]}{ first_layer_print_min[1]}:{first_layer_print_min[1]+60}{ else}{ first_layer_print_max[1]-60}:{first_layer_print_max[1]}{ endif}{ endif} G29 S0 ;--- Stop adaptive mesh probing
    • Pyperundefined

      Concept: full color 3d printing with no waste

      • • Pyper
      4
      0
      Votes
      4
      Posts
      208
      Views

      oliofundefined

      @Pyper yeah and you can see a pretty neon-ish/pink leaning light/muted color palette on the print sample (-:

    • vbtalent2undefined

      Hoping for a little print failure guidance...

      • • vbtalent2
      28
      0
      Votes
      28
      Posts
      1.4k
      Views

      mikeabuilderundefined

      @vbtalent2 - You are correct in thinking there are a lot of variables you can control and knowing where to begin can be challenging. With PrusaSlicer, using the Beginner, Normal, and Expert modes can help. If you turn on Expert mode, all of the controls are shown, and they are color coded (Green for beginner, Yellow for normal, and Red for expert) so you can see what available and know which are usually important.

      For making temperature towers, Prusa Slicer lets you insert your own gcode in sliced files in various places. In the Printers tab, under Custom G-code, there is a place where you can put some gcode that will be inserted every time a layer change happens. In this space you can add code that follows the Prusa coding conventions (https://help.prusa3d.com/article/macros_1775) and will change parameters for you. Here's an example I made for a Pressure Advance tower. It looks at a Prusa variable called layer_num and when it hits different values it inserts an M572 command to change the PA value. You can easily put a different gcode in to change the nozzle value (or just about anything else).

      {if layer_num == 0} ;PA_tweaks - START M572 D0 S.028 ; Adjust pressure advance ;PA_tweaks- END {elsif layer_num == 25} ;PA_tweaks- START M572 D0 S0.03 ; Adjust pressure advance ;PA_tweaks- END {elsif layer_num == 50} ;PA_tweaks- START M572 D0 S0.035 ; Adjust Pressure advance ;PA_tweaks- END {elsif layer_num == 75} ;PA_tweaks- START M572 D0 S0.040 ; Adjust Pressure advance ;PA_tweaks- END {elsif layer_num == 100} ;PA_tweaks- START M572 D0 S0.044 ; Adjust Pressure advance ;PA_tweaks- END {elsif layer_num == 125} ;PA_tweaks- START M572 D0 S0.048 ; Adjust Pressure advance ;PA_tweaks- END

      {endif}

    • JRock1966undefined

      Need Network Card for Stratasys UPrint SE Plus

      • • JRock1966
      1
      0
      Votes
      1
      Posts
      113
      Views

      No one has replied

    • Fred55undefined

      How good is this stepper motor for a 3D printer?

      • • Fred55
      2
      0
      Votes
      2
      Posts
      185
      Views

      jay_s_ukundefined

      @Fred55 they look fine as they have low inductance and phase resistance.
      This is a good page to read https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_choosing

    • cosmowaveundefined

      New hotend and delta effector

      • • cosmowave
      4
      4
      Votes
      4
      Posts
      242
      Views

      cosmowaveundefined

      @o_lampe Thanks.
      These aren't brass water connectors. That would be too heavy! 😉
      They are from coated titanium.

      EDIT: I tried to save weight where it is possible. I used aluminium bolts to mount the parts on the effector. Next time it would be suffizient to machine the effector in a "L-shape" instead of a "U-shape". Actually it is more than stiff enough and that would be safing much weight.

    • Aurimasundefined

      AuruMMS - multi colour/material unit running on Duet

      • • Aurimas
      3
      4
      Votes
      3
      Posts
      475
      Views

      Aurimasundefined

      @o_lampe said in AuruMMS - multi colour/material unit running on Duet:

      Hope to see more of your machine in the future.

      Reply

      The cutter is independent - on the extruder in this case similar to Bambu/Voron setups.
      Also have designed actuator activated cutter that can sit just above the extruder 🙂

    • janjohundefined

      Most clever way to to create movement macro.

      • • janjoh
      4
      0
      Votes
      4
      Posts
      181
      Views

      dc42undefined

      @janjoh another way would be to use the M665 XYZ parameters to rotate the XY plane.

    • Arminasundefined

      Overextrusion out of nowhere

      • • Arminas
      8
      0
      Votes
      8
      Posts
      502
      Views

      gloomyandyundefined

      @Arminas A lot of work I know, but try swapping the toolboards over between the two machines? See if the problem moves or not?

    • Arminasundefined

      What could cause this kind of artefacts on surface?

      • • Arminas
      5
      0
      Votes
      5
      Posts
      267
      Views

      o_lampeundefined

      @Arminas said in What could cause this kind of artefacts on surface?:

      Is it safe to use 2.4A for drivers on Duet2?

      I've used 6-wire NEMA23 with Duet2. I wired them to have the highest torque and it was no problem with Duet2.
      A little cooling fan for the back of the board won't hurt.

    • modlundefined

      Troubleshooting print quality issue - frosty effect

      • • modl
      8
      0
      Votes
      8
      Posts
      607
      Views

      modlundefined

      So I should have looked closer at the gcode before but it's actually quite messy so there could be this

      97905788-714c-46b3-a7f5-e6eb8f4afddb-image.png
      de1106f6-476d-4b08-985d-8b43597d5164-image.png

      Anyway I setup a wipe tower for both extruders. Created a 40mm wide, .4mm thick pipe, sliced it in the place i want the wiping to happen with the two extruders separately, extracted the gcode for 1 layer for each, deleting the G1 Zx.xx instructions, and created a macro called wipetower.g executed on every tool changes. In the macro depending on the tool selected it will extrude the corresponding circles (2 lines wide for .2mm nozzle and 1 for .4mm) at the designated place.
      Will test and report

      I also redesigned the cooling system that i was not really happy with, should be much better

      I'll definitely look into having smoother walls for the organic support but I don't think we have much control over this...

    • Candleon261990abxundefined

      flash Forge adventure 3

      • • Candleon261990abx
      3
      0
      Votes
      3
      Posts
      179
      Views

      droftartsundefined

      @Candleon261990abx said in flash Forge adventure 3:

      How do I, make my printer become consistent.

      Add detail. eg https://forum.duet3d.com/post/53522

      Ian

    • nick9one1undefined

      Problems with pre-foamed LW-PLA

      • • nick9one1
      1
      0
      Votes
      1
      Posts
      190
      Views

      No one has replied

    Unless otherwise noted, all forum content is licensed under CC-BY-SA