Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. foehnsturm
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    foehnsturm

    @foehnsturm

    0
    Reputation
    1
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    foehnsturm Unfollow Follow

    Latest posts made by foehnsturm

    • RE: 6 headed printer

      @theBohnanza:

      Hi, well that was a quick reply! Thank you.
      Justine, you're right, the pick and place automation is the hardest part, but it has been done before.
      https://www.youtube.com/watch?v=viX_WLRqxYM

      Thank you.
      Greetings,
      Alex

      Nice being mentioned!
      Curious to see your results.

      posted in General Discussion
      foehnsturmundefined
      foehnsturm
    • RE: Switching between machine and tool coordinate system

      Docking positions are fixed, the upper part of all tools features the same docking geometry. But the position of the tool tip may vary from tool to tool. The offsets are defined with G10. However the docking and undocking procedure is completely independent from theses offsets.

      posted in Firmware wishlist
      foehnsturmundefined
      foehnsturm
    • Switching between machine and tool coordinate system

      Regarding the tool change macros, only tpreX.g runs in machine coordinate system.
      I'm starting to run 2 FFF toolheads and a paste toolhead with a tool changer.
      Every time I change something on the paste thingy which causes a different tool offset I have to take care of readjusting tfree / tpost as well. Otherwise the printhead crashes into the dock during docking / undocking. OMG I watched this quite a few times now 😉
      Would it be possible to have gcode to switch to machine coordinate system (this seems to be somehow related to the CNC coordinate topic)?

      posted in Firmware wishlist
      foehnsturmundefined
      foehnsturm
    • RE: 5 colour printing using a purge "bucket"

      This one http://foehnsturm.com/3dp/P1070095.m4v was actually working reliable but threw the stuff all over the place 😉

      posted in Example setups and prints
      foehnsturmundefined
      foehnsturm
    • RE: 5 colour printing using a purge "bucket"

      Hi Ian,

      Nice!
      What is your experience with reliability. Did a lot of different wiping setups for the magnetic tool changer and most times the single blade would fail like 1 out of 50 times just wiping the filament strand to the other side of the nozzle. Especially if it tends to curl upwards for some reason.

      posted in Example setups and prints
      foehnsturmundefined
      foehnsturm
    • RE: Tool change issues after firmware update 1.19.2

      A little more complicated: multiple toolheads but only one stepper.

      posted in General Discussion
      foehnsturmundefined
      foehnsturm
    • RE: Tool change issues after firmware update 1.19.2

      Great that I could help.
      @dc42, could there be an issue with always completely executing the macro?
      @topiolm@hotmail.com, no yet using a slicer 😉 Just finished the park and pickup sequences.

      posted in General Discussion
      foehnsturmundefined
      foehnsturm
    • RE: Tool change issues after firmware update 1.19.2

      This is probably not closely related but I'm running 1.19.2 (2017-09-01) and noticed that the final line of my tfree macros is not reliably executed (when using the select tool command in the WebUI). It sometimes finishes the macro without performing the last move but will perfectly execute any following command (which ofc could cause a crash into the dock). I ended up with duplicating the final line to safeguard its execution.
      Magnetic tool changer on a corexy.

      [[language]]
      ; tfree0.g
      ; called when tool 0 is freed
      ;
      
      M83
      G0 E-5 F1200
      M82
      G0 X252 Y215 F16000
      G91
      G0 Y47
      G0 X30 F4000
      G0 X4 F2000
      G90
      G0 Y215 F6000
      G0 Y215 F6000
      
      
      posted in General Discussion
      foehnsturmundefined
      foehnsturm
    • RE: M585 under development?

      But isn't this only for Z?
      I'd like to probe for the X and Y offsets as well.

      posted in General Discussion
      foehnsturmundefined
      foehnsturm
    • RE: M585 under development?

      If I'm not totally wrong, it automatically detects the offsets of a toolhead (e.g. nozzle) by moving it while checking a sensor.

      posted in General Discussion
      foehnsturmundefined
      foehnsturm