-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add remaining time parameter to output gcode #9
Comments
Hi drzejkopf. I've spent an evening looking at this, and it seems doable. I got the bare-bones functionality working, but I'll need a couple more days to clean everything up. I'm currently running an older version of Marlin and I'm not too keen on messing with the firmware. Would you be willing to do some beta-testing for this? |
@cesarvandevelde sure I can, I print daily so I can do some testing, and I'm next to printer most time so I can check frequently if everything works fine |
@drzejkopf I've just finished a version that is ready for testing: feature/time_remaining. This version includes two new features:
Both features can be enabled/disabled in Octoprint settings > Plugins > M73 Progress. I've done some quick test prints, and everything seems to be working correctly on my end. It would be really great if you could do more in-depth testing on your setup! |
@cesarvandevelde I've just installed plugin (removed old and installed new one from package), but settings page is blank, have you got any idea what's going on? (I've got OctoPrint 1.3.12 on OctoPi 0.16.0, RPi 3B+) |
This may sound silly, but did you try scrolling up? I noticed on my system that the left-hand side and right-hand side scroll together, and that can obscure the two checkboxes... |
@cesarvandevelde Nope, still nothing, I've also rebooted OctoPrint, then rebooted whole RPi and still nothing. I inspected it using "Inspect element" option in Firefox and it seems to be blank too |
Strange...
|
I attach log and file which was present in given directory (it's the only file that was there) |
The log file does not show any errors, and the template file is correct. I've done an install-from-zip on a blank instance of OctoPrint, and that worked correctly as well... Have you tried clearing your browser cache? |
@cesarvandevelde Hi, I have done ~10 prints with new plugin, everything seems to be working properly. Also, clearing browser cache helped with blank settings page |
The new version has been released. Thanks for the help! |
Hi, is there any chance that M73 R parameter (remaining time) support would be added to this plugin? It is now supported by at least 2 firmwares (Prusa Firmware and Marlin 2.0, see MarlinFirmware/Marlin#15549) and I think it would be a cool feature to have it supported, especially when combined with PrintTimeGenius
The text was updated successfully, but these errors were encountered: