-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging #39
Comments
Hi @paulsgale There's no log as such, but a line is appended to the end of the file with a comment about what slicer was detected. Are you looking for anything else in particular, that isn't already exposed in estimate or move dump modes? Best regards, |
Ok thanks very much. I have it working now but another question if that's ok here? I know you can output the gcode and then run the estimator on that but is there a simpler way to do this? Thanks. |
Hi @pgale SuperSlicer, and all other slicers as far as I'm aware, do not read back gcode after post processing and so can't show the output of the estimation. The slicers either need to change, or integrate the estimation directly. There's an open SuperSlicer issue on this, but I don't believe any progress has been made on it, or if there's even interest in it. Best regards, |
Ok many thanks for clearing that up :) yes I don't expect SS to supoort that as current updates are pretty much non-existent since mid last year :( |
So I have this comment at the end of my file:
Could the time in seconds be added to that comment? The time could be extracted to rename the file by grep or something else. I'm unsure what program or script would do that, but the information would be there. For example, a cron job could run periodically to check for new files in Adding the information could be optional. |
In theory yes, but I'd prefer to keep the tool minimal. One could always use the estimate mode from a script, the run time is pretty fast even for big files so should be okay doing a couple of passes even in the worst case. Moonraker can always extract relevant metadata from the files already, with support for multiple slicers. Best regards |
Hi,
Is the use of Klipper_estimator in post process mode logged anywhere? I’m not sure it’s working on my setup and wanted to check a log to see what’s happening.
Thanks.
The text was updated successfully, but these errors were encountered: