Hi-Temperature Duet3d ethernet
-
@b3nitro
the best way is to replace controller and LCD with openSource hardware. You can leave the original controller and firmware untouched but instead have access to all the latest options for FREE.Duet3D controllers with ReprapFirmware can be adapted to almost any printer.
-
The printer use Duet3d Ethernet, sorry I forgot to put it in the message, was in the title only
M115 FIRMWARE_NAME: RepRapFirmware for Duet Ethernet FIRMWARE_VERSION: Fusionware 1.18.1 RC2 ELECTRONICS: Duet Ethernet 1.0 FIRMWARE_DATE: 2017-05-15
-
@b3nitro can you access the config.g file?
Might be worth dumping the contents of the sys folder.
But ultimately, RRF is open source so if they won't release the source @T3P3Tony should get involved#
https://github.com/Fusion3-Design/1.18.1-Source-Code -
-
Thanks for your help,
This is as really good start !
Any idea on how to compile for high temp the firmware [https://github.com/Fusion3-Design/1.18.1-Source-Code]
Just to try out before I go deeper in updating the firmware ?Thanks!
-
@b3nitro its going to be really really difficult to compile that source as its based on 1.18 (which is ancient) and all the other repo's it depends on weren't tagged at that time so its going to be even harder to try and find the right commit to include up to.
If i were you, I'd dump the files off the SD card, upgrade to 2.05.1 (or even 3.3) and generate a new config using the config tool and then compare and update based on the backed up files.
If you want to keep the custom paneldue firmware you'll need to stick to 2.05.1 but if you aren't bothered, go all the way to 3.3 -
Thanks for your help again, I dont mind having a different screen layout
I dont have SD card as it came second hand, seen on the forum looks complicated to copy the old firmware as backup..
Found the config tool [https://configtool.reprapfirmware.org/Start] went through it and answered my next question wich was how to set max temp
I'm wondering if I should just buy another board to keep the stock one as backup and put new firmware on the new board
-
This link is really usefull:
https://duet3d.dozuki.com/Guide/3.)+Configuration+(General+Cartesian)/10
Is it as simple as it looks like ? I mean save my old values like step /mm/accel etc to make the new firmware and upload through the web interface ?
Where I'm not sure is for the z-probe, configurator said no more 3/4/5step leveling and going to mesh leveling. My printer is wired with probe leveling on z axis with low end stop, then nozzle toutch the bed in 4 corners. Any idea for those settings ?
Thanks!
-
Ok,
So I think I will go to 2.05 first, thought I've found the value to change for max temps in the config tool but actually it just the M143 parameter that you can set to what you want withing the value set in firmware. Now before I install the new firmware I need to know where and how to change the max temp
Any ideas ?
Thank for your help! -
@b3nitro said in Hi-Temperature Duet3d ethernet:
Now before I install the new firmware I need to know where and how to change the max temp
Max temp of which?
I think you've found it with M143 already.
https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M143_Maximum_heater_temperature
-
You are right dont know why it didn't worked before but I think I only tried from panel wich doest seem to work from there.
Did work from web interface right now, just tried 305 in the slicer and looks like its working as well!
Not sure I need to upgrade firmware then!