Show Total E during print (#15703)
This commit is contained in:
@ -77,7 +77,7 @@ void GcodeSuite::G92() {
|
||||
#elif HAS_POSITION_SHIFT
|
||||
if (i == E_AXIS) {
|
||||
sync_E = true;
|
||||
current_position.e = v; // When using coordinate spaces, only E is set directly
|
||||
current_position.e = v; // When using coordinate spaces, only E is set directly
|
||||
}
|
||||
else {
|
||||
position_shift[i] += d; // Other axes simply offset the coordinate space
|
||||
|
@ -44,7 +44,7 @@ void GcodeSuite::M76() {
|
||||
* M77: Stop print timer
|
||||
*/
|
||||
void GcodeSuite::M77() {
|
||||
print_job_timer.stop();
|
||||
print_job_timer.stop();
|
||||
}
|
||||
|
||||
#if ENABLED(PRINTCOUNTER)
|
||||
|
Reference in New Issue
Block a user