Duet2 wifi on ender 5
-
I recently picked up an ender 5 with a duet2 wifi board needless to say as I have limited experience I have managed to get it working with reprap and have a working config and the wifi is working .(couple weekends of tinkering)I have a couple issues where the bed temp doesnt heat up fast enough I get an error even after doing m303 h0 s65 it does its learning thing but even after it finishes it still gives the error saying bed temp didnt climb fast enough.I just reset the fault and keep doing that until it reaches 60 where it has no problem maintaining. I have the bl touch working runs quick enough when i do the mesh but when i do the actual print and it does the bed level its quite slow as well as when it prints it is slow and it constantly stops and then after 5 or so seconds it prints. my question is could it be the update delay for settings is set to 500ms and the update for delay for cache changes 1000ms ? my slicer speed is 80mm/s default as i can tweak things after i get it running stable any help would be great
-
@Rob-Holierhoek said in Duet2 wifi on ender 5:
I get an error even after doing m303 h0 s65 it does its learning thing but even after it finishes it still gives the error saying bed temp didnt climb fast enough
Did you save the results of the tuning with M500 and add M501 to the end of your config.g to load those saved values at power up?
@Rob-Holierhoek said in Duet2 wifi on ender 5:
it does the bed level its quite slow as well as when it prints it is slow and it constantly stops and then after 5 or so seconds it prints.
Can you give some more detail about what you mean by slow? The probing is slow, or the printing?
@Rob-Holierhoek said in Duet2 wifi on ender 5:
my question is could it be the update delay for settings is set to 500ms and the update for delay for cache changes 1000ms
Where are you seeing those settings?
-
@Rob-Holierhoek What slicer are you using? Slicers have a bad habit of changing the default speed and acceleration limits, and often send values in mm/s while RRF uses mm/min. Also there's usually a switch to set the Gcode flavour to 'RepRapFirmware'. See https://docs.duet3d.com/en/How_to_guides/Calibration#h-7-suggested-slicer-settings
If you still have issues, post a simple gcode file. Also please post your config.g and the response to M122, so we can see which firmware version you are using.
@Rob-Holierhoek said in Duet2 wifi on ender 5:
my question is could it be the update delay for settings is set to 500ms and the update for delay for cache changes 1000ms
I think you're seeing that in the DWC > Settings > General. No, don't change them, they won't speed up the printer, they're the settings for how DWC communicates with the Duet. Not relevant to your issue.
Ian