What hardware version of panel due is it?
What do you mean the colors are incorrect?
Posts made by Phaedrux
-
RE: Paneldue and heat chamber controle
-
RE: Printer goes past endstops
Endstops only stop movement during a homing move.
If you want them to act as a stop during normal opperation you can reconfigure them after homing to act as a trigger that can do an estop, (or whatever actions you want).
https://docs.duet3d.com/en/User_manual/Tuning/Triggers#firmware-configuration
In your homing files at the start you'd want to have the normal endstop configuration so that they work during homing. Then at the end, reconfigure them as a trigger. Or enable the trigger only during a print by putting it in your start gcode after homing is finished.
-
RE: Untimely stop and reversal of movement, SZP sensor reading error
@Esteban said in Untimely stop and reversal of movement, SZP sensor reading error:
I get an error telling me that the points have been skipped
This means your grid has points that are outside of the reachable area of the probe. When choosing the grid extents, take into account any offset your probe has.
For the problem of prints failing, can you gather a diagnostics report using M122 right after it happens?
For the problem with drivers, it's not totally clear what the issue is. Are you saying that motors connected to the mini2 card, don't work?
In general I think it would be beneficial to split up your issues into individual forum posts. It's much easier to tackle one thing at a time.
Also please share your config.g and the results of M122 here so we have a better idea of what you're working with.
-
RE: Duet 2 wifi homing issue
@nicaris said in Duet 2 wifi homing issue:
The probe does deploy. I can home the x and y but the head will move away from the x and Y axis along the x axis (emergency stop triggered !
Can you share a video if what you're seeing during homing?
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.6.0-beta.2
It may be a good idea to go back to firmware version 3.5.3 stable release until everything is working well before testing a beta firmware.
-
RE: Trying to force install plugin
https://github.com/Duet3D/DuetWebControl/wiki/Third-Party-Plugins
It looks like the zip is created during the build process for the plugin. So unzipping, modifying, and re-zipping it doesn't seem possible. You may need to modify the source and rebuild.
-
RE: Trying to force install plugin
Do you have plugin.json in the root?
-
RE: Trying to force install plugin
Question for @chrishamm
What type of zip compression are you trying to use?
-
RE: smart effector v4.0 DOA
Please send an email to warranty@duet3d.com and CC your reseller. Include a link to this forum thread and the details of your original purchase. You'll receive a reply with a form to fill out.
-
RE: smart effector v4.0 DOA
Where did you purchase from?
-
RE: Modix Big meter in duplicate or mirror mode
@lorenjz If the machine was purchased with dual print heads the configuration should already be there for that and the rest would be in the slicer.
Do you have two tools that you can switch between in DWC?
-
RE: User interface not responding.
What firmware and DWC version?
So it works on your phone, but not your desktop?
What error do you get in the browser when it fails to load?
Can you ping the Duet IP address from the desktop when it's not able to connect? -
RE: Duet6HC: 24V and 48V PSU’s for different components
@woody said in Duet6HC: 24V and 48V PSU’s for different components:
I also have some stepper motors that require 24V.
Do they absolutely require 24v? Most accept a wide range.
-
RE: stepper motor synchronization
@chris94 said in stepper motor synchronization:
I thought by synchronizing the stepper motors with a belt I could force both motors to jump to the same step, but it sounds like that is not possible.
If synchronized by a belt, I don't think they are getting out of sync at all.
That setup looks like it would be prone to binding.
-
RE: stepper motor synchronization
@chris94 said in stepper motor synchronization:
My linear guides require a very precise alignment and I just can't imagine that it is due to the chamber heating.
Your motion system sounds overconstrained. Can you show some photos of the printer?
-
RE: Duet 3 Mini 5+ with 1LC, extruder Heater always on
@Adamfilip said in Duet 3 Mini 5+ with 1LC, extruder Heater always on:
GND and +Vout wires
GND is not the PWM pin, and not switchable. You've just connected the heater directly to the power source. Use +VOUT and out1.
Actually, for the heater, you should be using out0, not out1.
https://docs.duet3d.com/en/Duet3D_hardware/Duet_3_family/Duet_3_Toolboard_1LC#wiring-diagram
-
RE: 3.6.0-beta.1 Breaking Homing Sequence
@Charlie said in 3.6.0-beta.1 Breaking Homing Sequence:
Also, I just want to note that for the Gcode Dictionary, for M970, .1, &.2, the "Example" code shows M917 instead of M970.
Something for @droftarts to take a look at.
-
RE: Error: Heater 1 fault: exceeded allowed, when cold booting
I'm still confused. Is this immediately when you turn the printer on, or after you have set a temperature?
Can you take a picture of the temp graph?
-
RE: Mini 5+ 3 deep
I'm not exactly sure what you're asking, but this might help.
-
RE: Error: Heater 1 fault: exceeded allowed, when cold booting
What does your temp graph actually show?
-
RE: Error: Heater 1 fault: exceeded allowed, when cold booting
@TomasL said in Error: Heater 1 fault: exceeded allowed, when cold booting:
Every time I star my printer, I get this message:
"Event Notification"
"Heater 1 fault: exceeded allowed temperature excursion: target 220.0°C actual 53.0°C"Do you mean when you start a print, or when the printer powers up?