-
-
Notifications
You must be signed in to change notification settings - Fork 372
Support for SKR Mini E3 v2 #213
Replies: 3 comments · 8 replies
-
Please post your configuration files. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here is the platformio.ini and the entire Marlin folder (configurations and pins have been changed for the SKR but I haven't worked on the heat settings and extra stuff yet) The current error is: c:/users/rikik/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/STM32F103RC_btt/src/src/MarlinCore.cpp.o: in function This persists even after a clear all and deleting the .pio folder |
Beta Was this translation helpful? Give feedback.
All reactions
-
This binary was compiled using your configuration files and my current sources: |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for the firmware. If you wouldn't mind compiling these config files for SKR Mini E3 v2.0 for me until the new sources are released. This is the complete build for my system. No rush. Thank you so much |
Beta Was this translation helpful? Give feedback.
All reactions
-
The new sources have been posted. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I just got back from vacation and tried to recompile, I am still getting the following errors: Marlin\src\lcd\e3v2\proui\custom_gcodes.cpp: In function 'void C108()': I do not know how to resolve this but any suggestions would be appreciated. I have also attached the new Configuration files to look at. Thank you |
Beta Was this translation helpful? Give feedback.
All reactions
-
I was able to reproduce the errors. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Disabling EMERGENCY_PARSER was suggested in the guide I followed. Its enabled now and everything compiles just fine. Still cant get the stock Ender 3v2 screen to work with the new release though. Slowly working on getting that fixed but not a lot of info out yet on the new marlin release. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Please re-download the sources from https://github.com/mriscoc/Ender3V2S1 and try again. |
Beta Was this translation helpful? Give feedback.
-
I’ve been trying to figure out how to get this board working using your firmware for the last month. The v2.0 is basically the same as the V3 but I am getting various errors from variables not declared in scope, to sconsign39.dblite: No such file or directory. What would you need from me to help me get this board running your firmware? I’m new to editing firmware so I’m still learning and would love to know how to fix it.
My system: Ender 3v2
*Stock stepper motors on X,Y,Z
*NEMA14 on extruder (running Voron clockwork2 extruder and stealthburner)
*BIQU Dragon Fly BMO with 24V 50W Thermistor Ceramic Cartridge Heater and HT-NTC100K Thermistor Temperature Sensor - would like 300C for nylon
*Stock bed and heater
*BTT SKR MINI E3 V2 board
*BTT Smart filament sensor
*3 RGB neopixels
*CR Touch
I have got this board to work with Jyers firmware but I really don’t like it. Much rather use your firmware hence I switch back to my 4.2.2 board for now. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions