Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Yveske
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 44
    • Best 9
    • Controversial 0
    • Groups 0

    Posts made by Yveske

    • RE: Boot from USB

      @o_lampe I guess you've missed the but in my answer, a USB stick will be used.

      posted in General Discussion
      Yveskeundefined
      Yveske
    • RE: Boot from USB

      Thanks all,

      @jay_s_uk The SD card was a Kingston 64GB, but will go with Raspberry Pi in SBC mode.
      @o_lampe The eMMC looks interesting, but I will sacrifice a USB port of the Raspberry Pi.
      @dc42 Going with the SBC mode will solve this one as well.

      Should I wait for the official release of 3.4.2 or would RC3+ be reliable enough ?

      Thanks again,
      Yveske

      posted in General Discussion
      Yveskeundefined
      Yveske
    • Boot from USB

      After yet another corrupt memorycard, I was wondering if it would be possible to boot the Duet 3 6HC from the USB port.

      posted in General Discussion usb port
      Yveskeundefined
      Yveske
    • RE: An "hardware" advice for linear rails

      @TheDragonLord Would it be an option to add a rail in front of the motors ?

      5d0cdcd3-1275-44b2-8ad0-d56b00a411b9-image.png

      posted in 3D Printing General Chat
      Yveskeundefined
      Yveske
    • RE: Just for fun why did I buy this?

      @fcwilt A cheaper, mechanical way of doing things
      https://www.bigbrain3d.com/product/retractable-purge-mechanism/

      posted in My Duet controlled machine
      Yveskeundefined
      Yveske
    • RE: Tired of my delta printer...

      @peirof Have a look at the Rat Rig V-Core 3
      Default: https://www.ratrig.com/3d-printing-cnc/3d-printer-kits/v-core3default.html
      Configurable: https://www.ratrig.com/3d-printing-cnc/3d-printer-kits/v-core3configurable.html

      posted in General Discussion
      Yveskeundefined
      Yveske
    • RE: Large Format Dowell to Duet conversion

      @charles-fraser The power supply is 350W as stated in the name LRS-Wattage-Voltage. You can also calculate the wattage by multiplying the output voltage (24V) by the amperage (14.6A). It should be more than adequate to drive the Duet 3 MB6HC mainboard and a (number of) expansion board(s).

      posted in Duet Hardware and wiring
      Yveskeundefined
      Yveske
    • RE: Slow down before endstop?

      @theKM Can't you just jog it close to home before starting a slowed down homing procedure ?

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Metal milling CNC with Duet 3 6HC

      @phaedrux I feel an opportunity coming up for watercooling modders and RGB enthousiasts 😜

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Preview version of CNC optimized DWC.

      @sindarius Thanks a lot !!!

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @cthulhulabs Love your use of variables, didn't know they were operational already, will definitely start using them also ! Thanks and have a nice one !

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @dc42 & @cthulhulabs Tested old (just for fun) and new and of course the old was plain wrong and the new worked like a charm !

      Thanks guys !

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @cthulhulabs Thanks, wouldn't have caught that !

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Requirements to have a 1000x1000 aluminium build plate

      Have a look at Ivan Miranda on YouTube, he is know for building large
      Here is his large 3D printer: https://www.youtube.com/watch?v=KhBdMpEGH0o&t=277s

      posted in General Discussion
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      Tested 3.3RC2 and the touch probe is still working 👍 👍 👍

      Just wanted to share my final version of my touch probe macro

      ; Touch probe.g
      ; called to find workpiece bottom left corner via G38.2 and M675
      ;
      ; If the printer hasn't been homed, home it
      if !move.axes[0].homed || !move.axes[1].homed || !move.axes[2].homed
        G28
      
      ; Display message without time-out and allow to position the bit
      M291 T-1 S3 X1 Y1 Z1 P"Make sure the bit is positioned in the hole of the touch probe well beneath the top surface" R"Touch probe"
      
      ; Find center of cavity
      M675 X R8 F100 K0                 ; Find center in X axis
      M675 Y R8 F100 K0                 ; Find center in Y axis
      
      ; Set bit above center of probe
      G91                               ; relative positioning
      G0 Z15                            ; rapid move Z axis 15 mm
      G0 X27 Y27                        ; rapid move X and Y axis to middle of probe
      
      ; Probe Z component
      G38.2 Z-25                        ; seek until the probe circuit is closed Z-axis 25 mm
      
      ; Return bit to center of hole
      G0 Z15                            ; rapid move Z axis 15 mm
      G0 X-27 Y-27                      ; rapid move X and Y axis to center of cavity
      G0 Z-10                           ; rapid move Z axis -10 mm
      
      G10 P1 L20 X0 Y0 Z15              ; store relative probe offset for coordinates system 1
      
      
      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 Automatically Adjust Fan Voltage?

      @jordan_miller41 Right above Out4 and Out7 there are hardware jumpers you can use to switch between 12V and 24V voor Out4 - Out5 - Out6 and Out7 - Out8 - Out9

      1a45ed1b-a30b-4b11-a7c7-cdd387c83a1f-afbeelding.png

      posted in Duet Hardware and wiring
      Yveskeundefined
      Yveske
    • RE: Preview version of CNC optimized DWC.

      @sindarius Is it possible to have the probe status back please ?

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @dc42 Success !!!
      It works but only after homing.

      Thanks a lot !!!

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @Sindarius Thanks !!!

      posted in CNC
      Yveskeundefined
      Yveske
    • RE: Duet 3 6HC with Openbuilds XYZ Probe

      @dc42 I don't see the probe on screen with the new (beta) CNC UI.
      Is there a way to revert to the old CNC UI?

      b63f173c-d00c-4aa3-96d8-c426e3fcc1e4-image.png

      posted in CNC
      Yveskeundefined
      Yveske