Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Categories
    3. My Duet controlled machine
    4. Example setups and prints
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Phaedrux

      Ender 3 Pro and Duet Maestro Guide
      • Phaedrux

      16
      7
      Votes
      16
      Posts
      893
      Views

      Phaedrux

      Part 5 is now available and covers some upgrade options, including swapping the lead screw, adding a BLTouch, adding a buck converter for 12v accessories, adding LED lighting, swapping out the fans, etc.

      https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+5:+Upgrades/54

    • Dad003

      The Mean Machine
      • Dad003

      16
      3
      Votes
      16
      Posts
      512
      Views

      ShaneHooper

      Looks good! I like the electronics enclosure box.

    • FelixH

      Request Cartesian with cyclops system: 2 extruders and 1 hotend
      • FelixH

      23
      0
      Votes
      23
      Posts
      82
      Views

      Phaedrux

      @o_lampe said in Request Cartesian with cyclops system: 2 extruders and 1 hotend:

      Just out of curiosity, now that the drive mapping is added, would it still be necessary to have separate jerk-, acceleration-, etc- setting for the second extruder?
      Is it even possible to have different settings?

      Yes. Extruders are considered as independent axis and should have all settings defined for each extruder and those settings can be different.

      For other axis like XYZ you only need a single value for that axis. You must use identical motors for axis with multiple motors and you cannot have different settings for each motor.

      See the notes here: https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M584_Set_drive_mapping

    • button

      Printing issues, maybe somebody will help with that
      • button

      9
      0
      Votes
      9
      Posts
      163
      Views

      button

      All the time is overextrusion. Think i missed something in prusaslicer, swapped to ideamaker and quality is much better!

      After that I started to checking everything, and when I was printing with infill less then 20% was ok. When increas infill getting worse. I changed infill overlap to 10% and infill flowrate to proper amount and now is perfect!

    • Dodger

      Printing
      • Dodger

      13
      0
      Votes
      13
      Posts
      154
      Views

      Dodger

      @Veti thanks that seems to have done it

    • JLink33

      Dual color direct drive switching extruder.
      • JLink33

      7
      4
      Votes
      7
      Posts
      235
      Views

      fma

      How do you manage the tip when removing filament? I always have troubles... I'm working on such system but with 6 filaments.

    • Slzer

      coreXYU (i think?)
      • Slzer

      9
      0
      Votes
      9
      Posts
      146
      Views

      Haggan90

      @Slzer I found them on probably the same place as you found them, on Hackaday 😃
      As far as I've seen it this kinematics prevents racking very well as the two belt paths constrains it.

    • tracar

      My corexy hbot configurations and build pictures
      • tracar

      32
      0
      Votes
      32
      Posts
      115
      Views

      Veti

      @tracar

      you have to save it manually in the config.g as it is written in the guide (as you have not enabled the M500 command for you config)

    • peirof

      Help with Slic3r PE 2.2
      • peirof

      3
      0
      Votes
      3
      Posts
      36
      Views

      peirof

      @engikeneer said in Help with Slic3r PE 2.2:

      ou tried enabling 'support on

      ey....

      this is, thanks @engikeneer

    • H2B

      Odd artifacts on perimeters
      • H2B

      29
      0
      Votes
      29
      Posts
      395
      Views

      H2B

      So I took a sliced file and randomly chose 3 different points to calculate the steps per mm. The ratio is between 7.3 to 7.5 XY steps to E steps.. Don't think they're lining up too well in terms of pulses. Still have my doubts on what's causing this, as it seems to be the result of several things lining up to create it..

    • Traveler0612

      Want to try Kisslicer 1.6.3, need config for Delta
      • Traveler0612

      6
      0
      Votes
      6
      Posts
      85
      Views

      Traveler0612

      Okay, found a simple solution. Changed the following settings.

      Under:

      Profile settings - Printer G-code - Select New Ext & Warm:

      From:
      ; Head to the start of the next path
      G1 X<NEXTX> Y<NEXTY> F6000

      To:
      ; Head to the start of the next path
      G1 X<NEXTX> Y<NEXTY> Z50 F6000

      Under:

      Profile settings - Printer G-code - Warm Same Ext:

      From:
      ; Move to the start of the next path
      G1 X<NEXTX> Y<NEXTY> F6000

      To:
      ; Move to the start of the next path
      G1 X<NEXTX> Y<NEXTY> Z50 F6000

    • A Former User

      Why I went back to RRF2
      • A Former User

      27
      0
      Votes
      27
      Posts
      269
      Views

      Phaedrux

      @jens55 said in Why I went back to RRF2:

      Moderators .... could we please lock this thread and stop with the negativity please ?

      Yikes. Consider it locked! I take a day to do some yard work and y'all turn to hooliganism!

    • Spargo

      7 Colour RGB Lighting Setup
      • Spargo

      5
      2
      Votes
      5
      Posts
      111
      Views

      Spargo

      Ah right! I'm using some of the colours for different functions such as completed prints, paused prints, cancelled prints etc. I'm not currently planning on using all of the colours though, but at least they're available for future use.

    • tekstyle

      noise between cura and prusaslicer
      • tekstyle

      10
      0
      Votes
      10
      Posts
      133
      Views

      Phaedrux

      Would need to see a full sliced gcode file from each slicer to actually see what's different between them. Even when the settings are largely the same, they will still be different because they use different algorithms and techniques and have different options between them. But rest assured, once tuned, both can produce prints that would be basically identical from outward appearances.

    • monster

      Duet 3 and g-code procedures and slicing
      • monster

      21
      0
      Votes
      21
      Posts
      195
      Views

      Phaedrux

      Yes you could run a slicer on the pi, but it will be a bit slower than on your PC and I don't think it would solve any of your problems.

    • jmjcoke

      First 2 color print on Duet 3.
      • jmjcoke

      2
      1
      Votes
      2
      Posts
      45
      Views

      deckingman

      @jmjcoke Sweet!

    • monster

      Extruder scratching on bed, what do I do wrong?
      • monster

      6
      0
      Votes
      6
      Posts
      64
      Views

      Phaedrux

      https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation

      That's exactly what mesh compensation is good at.. compensating for.

    • Dav

      Stringing problem corexy
      • Dav

      10
      0
      Votes
      10
      Posts
      94
      Views

      imrj

      the max retraction speed for the Dyze is 25mm/s , but i will try the other settings....i can always go higher than 25 but am sure will be clogging time

    • pipersw

      Thin wall cube with multiple thickness
      • pipersw

      15
      0
      Votes
      15
      Posts
      86
      Views

      Phaedrux

      If you're trying to measure wall thickness for extruder calibration, try this method instead: https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40#s165

      Then if you want to measure dimensional accuracy, print a larger complete cube and measure total width on the sides and on the diagonals.

    • H2B

      This topic is deleted!
      • H2B

      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • CoolioX

      Anycubic Predator printing skews in Y direction
      • CoolioX

      7
      0
      Votes
      7
      Posts
      59
      Views

      jay_s_uk

      Glad you got it sorted

    • NEVER LUCKY

      Is G Code file the same for delta and carthesian designs?
      • NEVER LUCKY

      6
      0
      Votes
      6
      Posts
      33
      Views

      NEVER LUCKY

      @Danal said in Is G Code file the same for delta and carthesian designs?:

      incompatibility

      alright, ill get to it then, thanks again!!

    • Beat

      This topic is deleted!
      • Beat

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • Nothing ever works

      Large Delta printer not homing on an original duet Maestro
      • Nothing ever works

      58
      0
      Votes
      58
      Posts
      85
      Views

      Danal

      Wooo Hooo!

    • pauledd

      Laser exposing pcb with Duet
      • pauledd

      10
      1
      Votes
      10
      Posts
      97
      Views

      A Former User

      OP wrote 400nm, presumably 405 or 430nm. I've used 405.

      I did read a blog with someone testing CO2 for stencils and his finding was basically the same as the above, lower the power and do multiple passes for good results. But CO2 lasers are just a tad more expensive than UV, and ultimately a tad more powerful for other things as well.

      I didn't think much about the above image other than to say "someone got UV working" but presumaby by KERS they meant kerf, which would limit the smallest feature and not actually have much to do with cut quality as presented. (But if you're pushing UV lasers I guess its convenient).

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