Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Adam - V3D
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 36
    • Best 2
    • Controversial 0
    • Groups 0

    Adam - V3D

    @Adam - V3D

    4
    Reputation
    15
    Profile views
    36
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Adam - V3D Unfollow Follow

    Best posts made by Adam - V3D

    • RE: Advanced nozzle design

      @plasticfactory Increased thermal mass will improve temperature stability over time, but i don' think there were problems with that on standard nozzles, certainly won't be any worse. Your CAD clearly differs quite a lot to the real thing at the tip as nozzles have wide flat ends which aids in keeping the tip warm.

      the conductivity is not changing.

      I think the main change in taking down the diameter of the flow sooner in the path so you have less distance to melt the filament before demanding it to change form. If you just install it straight into a normal v6 you might end up with issues. This is why volcano and super volcano exist, it just increases the surface area to volume ratio to get more energy to the filament per unit of time.

      The advantage you do have is that in the thin area you have significantly changed the surface area to volume ratio. You'll be able to control the temperature better, and will have greater chance of getting consistent temperature right to the core of the filament, but you may be too late in the flow path for that to make a difference.

      Laminar flow may well produce a better extrude from the nozzle, but the higher mixing of turbulent flow makes it better for heat transfer. I think nozzle flow is quite laminar already though, apart from where the filament contracts into the orifice.

      one think I did read in a paper a while back was a suggestion that a large amount of heat transfer into the material actually occurs at the point where the orifice starts, the turbulent flow there and increased pressure cause it. I don't recall the full conclusion of the paper but the smooth change may not necessarily be better.

      To be honest though, all the knowledge in the world won't be able to predict if this nozzle will be better or not. Thermal flow and polymers are both super complex. I think you're approach to testing it to find out is 100% the way to go.

      posted in 3D Printing General Chat
      Adam - V3Dundefined
      Adam - V3D
    • RE: Vector 3D's printer calibration

      Hey, so the right way to implement this for skew is with the M556 command I believe. It will only need the X argument as it's only XY compensation that we are doing with this model. I have a v4 of the calculator that I have sent to one use to test to see if my calculations are working correctly as I don't have a duet printer running at the moment.

      For the shrinkage and step/mm that are either slicer based, or done using the obvious config file modification.

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D

    Latest posts made by Adam - V3D

    • RE: Vector 3D's printer calibration

      Hey, so the right way to implement this for skew is with the M556 command I believe. It will only need the X argument as it's only XY compensation that we are doing with this model. I have a v4 of the calculator that I have sent to one use to test to see if my calculations are working correctly as I don't have a duet printer running at the moment.

      For the shrinkage and step/mm that are either slicer based, or done using the obvious config file modification.

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: 1.2mm³/s minimum extrusion speed?

      @dc42 Perfect, this is exactly the thing. Thankyou!

      posted in Using Duet Controllers
      Adam - V3Dundefined
      Adam - V3D
    • 1.2mm³/s minimum extrusion speed?

      Through recent experiments with extrusion i've come across a strange issue with minimum extrusion rates and unsure which parts of the system causes it.

      As you can see from the chart below. The target extrusion time for all tests was 5 seconds but only tests 7 onwards lasted for 5 seconds as others seem to hit minimum extrusion limits and were sped up to 1.2mm³/s and thus completed faster.

      Seems like its still plenty fast enough for a stepper motor. interpolation is enabled so there are plenty of microsteps available. I'm pretty stuck for ideas where this could be coming from.

      G-code and firmware attached below.
      config.g
      Low Flow Limit Test.gcode

      31479df7-e083-4bfb-a4ed-b91f61131da0-image.png

      posted in Using Duet Controllers
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @mintytrebor Sure. flows.json

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @adam-v3d the node was the DSF monitor node.

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @mintytrebor no sorry that was wifi, i didn't expect wifi to be good.

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @adam-v3d Gave the node red thing a pretty good shot today, spent some time learning how it works and managed to get it working and sending back data. In the current state I have it, on a 200ms request, it take anywhere from 227ms to over 1600ms to get a response when idle and also seems to be crashing the duet quite often too which would make the test void so going to abandon that idea. Currently I can get reading every 25.5ms +-0.5ms with the arduino and would like to keep that kind of rate and precision where possible.

      I got some new level shifters that seem to work a bit better so i'm going to give the direct serial connection another go and also try with the arduino mega if It doesn't go well with the uno.

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @mintytrebor thankyou!

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @mintytrebor I've just installed and had a little look at this. I quite like it and might be more my speed but don't understand it really yet. It looks like it'll be capable of polling the arduino and duet at the same time and just merging them into a single file on the pc which could be useful. Maybe also a powerful option for when i'm adding more features later down the line.

      Are you able to share details on what you showed here?

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D
    • RE: Serials Communication with Arduino Uno?

      @sindarius Oh i did get the thing with pins 8 and 9 after realising what the library was for and that the designated TX and RX pins are basically the same serial i'm using to connect to the laptop.
      For connection, do you connect duet TX to pin 8, and duet RX to pin 9?

      posted in General Discussion
      Adam - V3Dundefined
      Adam - V3D