Welcome! Log In Create A New Profile

Advanced

warning when building 2.0.9.2

Posted by Nikki81 
warning when building 2.0.9.2
October 16, 2021 08:10AM
I am getting this warning when i build marlin and one of my 4 z axis motors is not working. I've copied my configuration over from v 2.0.9.1 and double checked I've copied everything over correctly.



Marlin\src\inc\Warnings.cpp:199:4: warning: #warning "Auto-assigned Z3 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs." [-Wcpp]
199 | #warning "Auto-assigned Z3 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs."
| ^~~~~~~
Marlin\src\inc\Warnings.cpp:251:4: warning: #warning "Auto-assigned Z4 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs." [-Wcpp]
251 | #warning "Auto-assigned Z4 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs."
Re: warning when building 2.0.9.2
October 16, 2021 09:29AM
That is just a warning that unused E steppers where reallocated as Z3 and Z4 (more transparency of what is going on)

If this is a Octopus or a Spider, Some steppers will have shifted motor positions.

An issue was found that an unused E was incorrectly being skipped when Z2 already existed (such as on the Octopus or the Spider) So Z3 and Z4 where one motor higher then they should have been

Edited 2 time(s). Last edit at 10/16/2021 09:35AM by Dust.
Re: warning when building 2.0.9.2
October 16, 2021 11:02AM
Thank you When I built my machine I did have to wonder why a z driver had to be moved up one place.


Thanks Nikki

Edited 1 time(s). Last edit at 10/16/2021 11:08AM by Nikki81.
Sorry, only registered users may post in this forum.

Click here to login