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

    Yveske

    @Yveske

    10
    Reputation
    5
    Profile views
    44
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Yveske Unfollow Follow

    Best posts made by 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: 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: Repository for CNC Config's and Macro's

      @dbruce-ae05
      No need for splitting and recombining (Duet3 6HC firmware 3.2), just assign 2 motors to Y and check 2 endstops

      ;DUAL Y
      M584 X0.0 Y0.1:0.2 Z0.3
      
      ; Drives
      M569 P0.0 S0                                ; physical drive 0.0 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.1 S0                                ; physical drive 0.1 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.2 S0                                ; physical drive 0.2 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.3 S1                                ; physical drive 0.3 direction (0 = backwards, 1 = forwards (default 1))
      
       ; Endstops
      M574 X1 S1 P"!io0.in"                       ; configure active-high endstop for low  end on X via pin io0.in
      M574 Y1 S1 P"!io1.in+!io2.in"               ; configure active-high endstop for low  end on Y via pin io1.in
      M574 Z2 S1 P"!io3.in"                       ; configure active-high endstop for high end on Z via pin io3.in
      
      posted in CNC
      Yveskeundefined
      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: Z homing in wrong direction

      @fcwilt
      Thanks for pointing me in the right direction. Problem solved !!!
      I do wonder how it ever could have worked before...

      posted in CNC
      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

      @cthulhulabs Thanks, wouldn't have caught that !

      posted in CNC
      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

    Latest 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