resuming job
-
When I try to resume a part on power lost here is what I have after I enter M916 into the console:
Error: Attempting to extrude with no tool selected.
I don't understand why?
Thanks
-
It would seem you don't have a tool selected.
Add T0 to the end of your config.g so that your first tool is selected at startup.
You can also add T0 to the start of your resume-prologue that does the homing and preparation for restarting.
Or just manually select the tool by clicking on it's name in the DWC. or send T0 in the gcode console.
-
Like this?
-
yes that is correct.
-
thanks I will try and let you know.
Regards,
-
When I type M916 in the console they start to heat, home and extrude filament and don't move were it stop. Did I have to do something else or it should re-start to print?
-
this is my Resurrect-prologue. Did it miss something?
-
Do you have a resurrect.g file present in the system folder? This file should be created at the power outage event, but it is possible that there wasn't enough power remaining to write it.
I assume you've seen this?
https://duet3d.dozuki.com/Wiki/Setting_up_to_resume_a_print_after_a_power_failure -
After trying and trying some stuff I found the problem. Before trying to restart I have to be sure that my T0 was select. I was assuming that the tool was select because I wrote it down in my config but it wasn't. So I have to be sure that the tool was select and I restart the print as it should.
Regards
-
@Phaedrux said in resuming job:
It would seem you don't have a tool selected.
Add T0 to the end of your config.g so that your first tool is selected at startup.
You can also add T0 to the start of your resume-prologue that does the homing and preparation for restarting.
Or just manually select the tool by clicking on it's name in the DWC. or send T0 in the gcode console.
Adding it to config.g will select it at startup. If it gets deselected afterwards it will need to be reselected again before the tool can be used.