You can re-execute the config.g after the board is powered up in order to configure it. Or have the 3HC config in a separate macro you can call after you've executed PSON.

Posts made by Phaedrux
-
RE: External 5V on duet 3HC
-
RE: Scara Arm new to duet3d, i have some doubts please help
-
Have you seen these pages?
https://docs.duet3d.com/en/User_manual/Machine_configuration/Configuration_SCARA
https://docs.duet3d.com/en/User_manual/Machine_configuration/Configuration_five_bar_parallel_scara -
A Duet 3 would be the best choice at this point.
-
You do not need a build plate.
-
You don't say which steppers/drivers/encoders you have, but they will likely be able to work with the Duet. https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_connecting_external
-
At the very least, you would need a computer with a web browser to interact with the Duet Web Control software to control and configure the Duet.
-
-
RE: M425: Backlash compensation has no effect
I don't suppose you could update to 3.5.4 to test, or the recently released 3.6 release candidate?
-
RE: Bed temperature fault
Pressure on a connector causing it to disconnect briefly perhaps?
What was the exact fault? What did the temp graph show?
-
RE: Bed Leveling Plugin (WIP)
NIce work. It would be cool if the rotational arrows actually represented the amount of rotation required. A numeral degree value is fairly abstract compared to a pie chart visual.
-
RE: E3D Roto + Duet Roto Toolboard - Stepper motor stalling
Can you share some photos of the extruder setup to help with context?
-
RE: Homing X triggers before reaching endstop
@sebastianwac said in Homing X triggers before reaching endstop:
Would it be possible to reset the extruder driver via G-code after each extrusion or print to prevent this issue?
You could test with this. https://docs.duet3d.com/User_manual/Reference/Gcodes#m18-disable-motors
-
RE: Problem with X axis going to side and extruder moving too fast
@Duncan said in Problem with X axis going to side and extruder moving too fast:
go for latest stable 3.5.4 or the last 3.6 RC3?
I'd start with 3.5.4 and see if anything changes for you. 3.6 final won't be too long now.
-
RE: When homing Z motors the hotend and heatbed lose temp
Check the options in your M558 command, there is a parameter (B) to pause heaters during the probing move. This is due to the potential for magnetic fields that may affect certain probes.
https://docs.duet3d.com/User_manual/Reference/Gcodes#m558-set-z-probe-type
Bn If 1, turn off all heaters while probing, default (B0) leaves heaters on.
-
RE: M425: Backlash compensation has no effect
Which board and Firmware version?
-
RE: Homing X fails with new Mini5+ board
My next question was going to be, does the endstop show as triggered even when the switch itself isn't pressed. M114 will show you the endstop status.
To unhome, you can power down the motor.
-
RE: Homing X fails with new Mini5+ board
@Triet said in Homing X fails with new Mini5+ board:
Correction, it moves about 3 mm to the right - in the wrong direction. Why?
Does it mark itself as homed at the end of that move? If so, it's detecting the endstop is triggered, either from being misconfigured or picking up interference.
-
RE: G30 during G28 issue
@Leonard03 said in G30 during G28 issue:
G1 H1 Z-405 F240
G92 Z0You also have a z endstop?
Please post your full config.g and the results of M122 and M98 P"config.g"
-
RE: Stall Detection on Duet 2 WiFi and Duet 3 MB6HC
@R006 said in Stall Detection on Duet 2 WiFi and Duet 3 MB6HC:
RepRapFirmware 3.5.0-rc2
The old unsupported 3.5 rc2 or the new in testing 3.6 rc2?
-
RE: 6HC. Pi, tablet or?
@3DPMicro said in 6HC. Pi, tablet or?:
If I use a Pi what version and ram is appropriate
I wouldn't use anything less than a pi4 these days. 2 to 4gb
@3DPMicro said in 6HC. Pi, tablet or?:
would the Pi take any load, like step rate potential, off the 6hc?
I don't think you'll get any hits to performance. You do gain upload speed though, if you have large job files it can make a difference. You also gain display flexibility since you can run a touch screen off the pi and use DWC directly as well as remotely.
-
RE: help with optimizing heater temperature
@engikeneer said in help with optimizing heater temperature:
@jltx in my experience you are better to include the M190 etc lines in the Orca start code, but then comment them out. That way it 'thinks' you already have the temperature commands in there as its notnclever enough to spot that theyre commented out, but they won't mess with your macros etc (e.g. accidentally waiting for the temp to reach 0 if you use M190 S0).
At least that's what I do in PrusaSlicer...Ancient Slicer Wisdom
Same was true in Cura and Slic3r since days yore.
-
RE: Duet2 Wifi, sensorles homing
@mrjoneskod said in Duet2 Wifi, sensorles homing:
Since it works with RRF, I don't see why it can't work with Klipper.
You'd have to ask the Klipper folks.