Ender 3 V2 SKR MINI V3 Configuration Issues #1454
whisko-tangey
started this conversation in
General
Replies: 2 comments 3 replies
-
|
The repositories were just updated, download them and try again. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Thank you so much for the quick response, I'll give it a try tonight and
let you know how it goes!
…On Mon, May 26, 2025, 11:46 PM Miguel Risco-Castillo < ***@***.***> wrote:
The repositories were just updated, download them and try again.
—
Reply to this email directly, view it on GitHub
<#1454 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BS3Z7GBQU4WVWSRP5T2QPO33AP32JAVCNFSM6AAAAAB56RQY5SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMRXHA3TQMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Ender 3 V2 with a BLTouch and Sprite Pro hotend that I'm trying to upgrade with a Bigtree SKR Mini V3 mainboard and I just can't seem to get the custom config tool to work for me.
I'm configuring with the following settings: CreateConfigs.Generate('MyConfiguration',['Ender3V2','SKRME3V3','BLT','UBL','T13'])
I drop the configuration.h, configuration_adv.h and version.h into my Marlin subfolder and the platformio.ini into the root directory, go into VSCode and use the auto build marlin extension to build.
I get two errors to start with saying that I need to add defines for NO_CONTROLLER_CUSTOM_WIRING_WARNING and DIAG_JUMPERS_REMOVED, so I add them to configuration.h and those errors go away. But then I get the following new errors:
/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/STM32G0B1RE_btt/src/src/gcode/gcode.cpp.o: in function
GcodeSuite::process_parsed_command(bool)': C:\mriscoc/Marlin\src\gcode/gcode.cpp:695: undefined reference toGcodeSuite::M92()'eport(bool)':
C:\mriscoc/Marlin\src\module/settings.cpp:3953: undefined reference to `GcodeSuite::M92_report(bool, signed char)'
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\STM32G0B1RE_btt\firmware.elf] Error 1
Does anyone have any ideas on what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions