-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
M104 & M109 width PRINTJOB_TIMER_AUTOSTART and printcounter #3809
Comments
Good catch I found it for M77 but forgot to check the M104, M109. |
…tch and PrintCounter classes
Fixed, @MagoKimbra please check if it's OK for you. |
it seems ok.. |
Thanks @MagoKimbra and @esenapaj, submitted PR #3819. |
* RCBugFix: (34 commits) set_z parameters marked const EEPROM report uses G29 S3 Propose simpler probe index methods Propose simpler cel index methods Small reduction in M421 code Two index finding functions for MBL Rename CORE_AXIS_3 to NORMAL_AXIS COREYZ stepper, planner, endstop, babysteps COREYZ Conditionals, SanityCheck for only a single kinematic Add option for CoreYZ kinematics Cleanup the Marlin logo with a hires svg version Correct hardware endstops default Followup for MarlinFirmware#3813 Fixes MarlinFirmware#3809 and adds several improvements to the Stopwatch and PrintCounter classes Additional instructions for controller reverse options PID_ADD_EXTRUSION_RATE based on MarlinKimbra Conditionals and Sanity Check for SINGLENOZZLE Add "SINGLENOZZLE" extruder option Extend M421 with I and J parameters Travis CI test for MBL ...
…tch and PrintCounter classes
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In M104 and M109 width printcounter and enabled PRINTJOB_TIMER_AUTOSTART, call routine PrintCounter::start(). This routine increment the value totalPrints whenever...
I suggest you put a check if it is already running..
The text was updated successfully, but these errors were encountered: