@o_lampe I guess you've missed the but in my answer, a USB stick will be used.
Posts made by Yveske
-
RE: Boot from USB
-
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 -
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.
-
RE: An "hardware" advice for linear rails
@TheDragonLord Would it be an option to add a rail in front of the motors ?
-
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/ -
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 -
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).
-
RE: Slow down before endstop?
@theKM Can't you just jog it close to home before starting a slowed down homing procedure ?
-
RE: Metal milling CNC with Duet 3 6HC
@phaedrux I feel an opportunity coming up for watercooling modders and RGB enthousiasts
-
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 !
-
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 !
-
RE: Duet 3 6HC with Openbuilds XYZ Probe
@cthulhulabs Thanks, wouldn't have caught that !
-
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 -
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
-
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
-
RE: Preview version of CNC optimized DWC.
@sindarius Is it possible to have the probe status back please ?
-
RE: Duet 3 6HC with Openbuilds XYZ Probe
@dc42 Success !!!
It works but only after homing.Thanks a lot !!!
-
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?