Eric Callahan
Eric Callahan
We can't erase all flash after Katapult as it would result in the deployer deleting itself. Generally its probably not a good idea to write to the application area while...
It is possible to [request the serial bootloader](https://www.klipper3d.org/Bootloader_Entry.html#physical-serial). You can't use make to do it, but you could write your own small script. Eventually we'll likely come up with a...
Thanks. This is a regression introduced when object processing support was added for PrusaSlicer forks. It should be fixed in commit 1cb46a8f8fcb0a7970ba93cc73cbaa23fd724c24.
Can you provide the new log on that commit? Thanks. Edit: It also might be helpful if you can upload a sliced gcode file with the log.
Thanks. When I upload that file the metadata processor reports the following: ``` Dec 01 10:48:50 pi-debugger python[841432]: [shell_command.py:run_with_response()] - /home/pi/moonraker-env/bin/python: Object Processing is enabled Dec 01 10:48:50 pi-debugger python[841432]:...
The gcode file you attached was downloaded through Fluidd, and according to your logs it was processed by Moonraker. If it had been processed by the slicer your logs should...
SuperSlicer can be configured to perform the postprocess, I presume it is for your other printers. With regard to the objects not being there, that is likely not an issue...
Yes, that should work. The `preprocess-cancellation` library intentionally inserts the object definitions after the first uncommented line. I believe it does this so the file size calculation isn't thrown off.
There was a change, however it shouldn't have affected the actual processing as that is handed off to the `preprocess-cancellation` library. I'll look into it to see if I can...
Thanks. If you still have an installation that has yet to be updated do you think you could upload a gcode file that allows immediate cancellation without the M117 addition?...