@handyandy Hi, I have just spotted the solution to this at the end of the 'Getting Started' document. I should RTFM more!

Best posts made by handyandy
-
RE: Panel Due 7 from Duet 2 WIFI to Duet 3 mini5+
-
RE: How to pause a program/macro?
Apologies - That does work! I was just putting Z and the line end and not Z1
Thanks alot -
RE: Degree Symbols
Hi, I took on board your comments about my old text editors and looked at Notepad++... I didn't like it. The GUI seems very 'home made in my shed'.
I did however find the 'Atom' editor being recommended so have also tried this. I like it a lot.
It has a really nice and modern looking GUI. It allowed me to load my whole SD card into it as a project. I could then set up my Find/Replace criteria and quickly apply them throughout the project. Brilliant.
I can now also display degree symbols correctly!
Cheers all.
Latest posts made by handyandy
-
RE: Duet 3 mini 5+ vs Prusa Mk4
@gloomyandy Fair point. No one seems to write decent papers with details of settings etc. Apart from this forum you're verymuch on your own.
-
Duet 3 mini 5+ vs Prusa Mk4
Is there any way the Duet 3 mini 5+ board can be programmed to rival the Prusa Mk4 for speed/accuracy?
I have a Prusa Mk4 and a Bear framed Prusa like printer I designed and made myself. on the latest iteration I have installed some of the Mk4 features such as the 10mm Z-axis rods, a Revo Hemera extruder assembly and based the 3d printed parts on the Prusa, but made them a bit stronger.
I would say my printer is easily as stiff and stable as the Prusa, so, would this be possible? -
RE: Error message I can't get rid of
@OwenD
Thanks guys. I must be dyslexic? -
RE: Error message I can't get rid of
@Phaedrux
Thanks for your help. Requestewd files follow... config.g Cura-end.g Cura-Start.g -
Error message I can't get rid of
Whenever I start a print I always get an error message after a couple of minutes. I select start and the program begins with a cold bed levelling routine (in start.g) then running code I have in my Cura start code it heats up the bed to 80C. I then allways get this error message...
"Error: M190: Temperature too high for heater 0" in a red box at the bottom of the display.
This comes just before it heats the nozzle to 175C and repeats the bed levelling in hot mode. Everything in config.g for the bed (110C) and nozzle (300C) max temperatures looks correct.
After the ebd levelling the rest of the program runs perfectly; bed and nozzle temperature increase to the cortrect filament settings and I generally get perfect prints.I just don't know what causes the error message. Help please.
-
DWC does not connect to PC browser
Hi, I hope someone here can help with this, as it's beginning to annoy me! Everything used to work fine when using Chrome, I ran DWC from the browser with no problems. If I used Edge it would very occasionally fail to connect in a similar manner.
The only thing of note that has changed is that in late February I had a dispute with Micosoft re 365, I ended up removing that software and totally re-installing Windows 11 and all my apps.
I am now trying to re-commision my 3d printer that runs via a Duet 3 mini 5 controller and has a PanelDue display connected. There have been no changes at all since before.
My problem is that, now when I try to run DWC from the browser I constantly get the error message 'This site ca't be reached 192.168.1.102 refused to connect'. The PanelDue displays all the correct messages to say it has connected with WiFi to 192.168.1.102
Please, any help with this would be great.
-
Set decimal places
Hi,
I would like to echo the value of 'heat.heaters[1].current' in the following line of code as an integer (i.e. no decimal places). Currently it always displays it with to two decimal places.echo "Heating the nozzle to " ^ global.filamentTemp ^ ", it's currently " ^ heat.heaters[1].current ^ "°C"
It must be easy but I'm feeling a bit thick today!