-
Notifications
You must be signed in to change notification settings - Fork 16
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
Suggestion: New Features - Monitor Printer Life Cycle #14
Comments
Good advice. Life cycle monitoring is an essential feature in 3d printer. In fact, some of parameters you mentioned had been used in our PC client. But there still a lot of error in time/filament consumption calculation. So we would not put that into the printer until we can provide accurate digits. |
or another way, add a count sensor |
In my opinion, it is possible to monitor the operation of the feeder (stepper motor of the extruder). After all, the number of steps needed to move out a 1mm filament is known. You can also count the number of filament serving from Gcode commands. It seems to me that it will be easier and less burdensome to monitor the work of stepper motors and on this basis count the shift of the filament on + and -. I wouldn't build additional gadgets to count the filament when we have such a computing power and hardware background . I mean this powerful microcontroller to supervise the printer. But yes, your new temperature measuring container can be perfected with this function. After all, not everyone has this great printer controller (GTM32Pro). This will be a great feature for users of printers with another controller board, who will purchase this container. counting the time when the printer is powered on is not a complicated function. |
It is certainly easy to count the working time of each heater. |
Monitoring of the next value. |
To measure the working time (printing) of the printer, I suggest to prepare a simple mechanism. Create a 10 second interval. (10s counter) The proposed solution is simple and should not interfere with the operation of the printer. It can be problematic to detect pauses when printing the same object. |
Hi
Let Geeetech printers be the first with this functionality.
I propose to create a functionality that will make it possible:
global counting of the time the printer is on, and current indication, as it was done now,
global work time counting (when the printer is printing), and the current duration of the most recent print,
filament consumption calculation in the last printing process for each extruder and separately for the total of
global filament consumption counting for individual extruders, and additionally together.
These features will allow you to estimate component usage and monitor the printer's life. On this basis, many other useful conclusions can be drawn.
The text was updated successfully, but these errors were encountered: