-
-
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
[BUG] fails to compile skr e3 mini 1.2 #16611
Comments
Possibly related to #16607 |
@sjasonsmith mine is a fresh clone of branch bugfix-2.0.x To ensure nothing weird was going on, I even I also tried with ststm32 v5.7.0 as well as v6.0.0 - same error. I couldn't find a workaround... |
It seems the example configs got merged before the code that supports them.... Try with the code from this PR #16277 and it should function as expected. Otherwise the configs will need to get rolled back. |
You can probably just comment out any mention of |
@thinkyhead, this issue will need your attention. The example configs are referencing the Z4 feature which isn't merged into any branches yet, causing problems for everybody pulling examples. |
Thanks, after commenting on the TMC Z4 , Marlin compiled //#if AXIS_IS_TMC(Z4) |
a side effect of having the example configs in a seperate repo :) |
Yeah - this is quite painful. Seem like just about every config file has this added - which Marlin main repo doesn't handle. Is this a case of reverting a single commit to undo the breakage? |
I am getting the same issue using a Anycubic Kossel Linear Plus, a Bigtreetech SKR 1.3 board and TMC 2208 stepper drivers.
After commenting this as well, as @carterdo said, my version compiled nicely. I am using Visual Studio Code and Platformio. These are also my config files in case they are needed (these files don't have the commented version). |
I uncommented if AXIS_IS_TMC(Z4), but I still get errors. I am using SKR3 mini 1.2 on Ender 3, bugfix 2.0.x release: Error Log
|
After commenting: //#if AXIS_IS_TMC(Z4)
// #define Z4_CURRENT 800
// #define Z4_CURRENT_HOME Z4_CURRENT
// #define Z4_MICROSTEPS 16
// #define Z4_RSENSE 0.11
// #define Z4_CHAIN_POS -1
//#endif
//#if AXIS_IS_TMC(E6)
// #define E6_CURRENT 800
// #define E6_MICROSTEPS 16
// #define E6_RSENSE 0.11
// #define E6_CHAIN_POS -1
//#endif
//#if AXIS_IS_TMC(E7)
// #define E7_CURRENT 800
// #define E7_MICROSTEPS 16
// #define E7_RSENSE 0.11
// #define E7_CHAIN_POS -1
//#endif Compiles, but with default configuration (just enabled bltouch) for this motherboard Auto Home is not working. Separate X, Y, Z homing is working, but If I do G28 printer goes to Ymin, Xmin then Z goes down and nozzle crashes to bed. Weird, because it should go to the center of the bed and then down. |
check if you have uncommented |
@carterdo with latest bigfix 2.0.x do you still have this issue? |
I believe this is fixed now - I can't replicate it anymore with updated configs / bugfix-2.0.x. It should probably be closed. |
@carterdo do you agree? |
Works for me. I just compiled for the SKR E3 Mini v1.2 today using bugfix-2.0.x and the STM32RC6_bigtree Environment |
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. |
Please help with a compilation error of the latest version of bugfix-2.0.x motherboard SKR E3 MINI 1.2
Error Log
The text was updated successfully, but these errors were encountered: