pmjdebruijn / BIGTREETECH-SKR-mini-E3-V1.2

BigTreeTech SKR-mini-E3 V1.2 experimental firmware, use at your own risk!
GNU General Public License v3.0
29 stars 12 forks source link

STM32F103RC_bigtree_512K changed to STM32F103RC_btt_512K #6

Closed codedmind closed 4 years ago

codedmind commented 4 years ago

Hello,

Trying to use the script in OSX to compile the firmware to try linear advance and getting sed errors.

sed: 1: "Marlin/platformio.ini": invalid command code M

codedmind commented 4 years ago

Changing all the sed lines with '' after the -i solve that issue, but raise another

Error: Unknown environment names 'STM32F103RC_bigtree_512K'. Valid names are 'STM32F103RE_btt, STM32F103RE_btt_USB, rambo, STM32F103RC_btt_512K_USB, ARMED, sanguino644p, mks_robin_lite3, STM32F103RC, at90usb1286_cdc, mks_robin, STM32F407VE_black, mega2560, STM32F103RC_fysetc, sanguino1284p, STM32F103RC_btt_USB, mega1280, LPC1769, STM32F401VE_STEVAL, melzi, chitu_f103, rumba32_mks, DUE_USB, STM32F7, teensy31, teensy35, STM32F4, mks_robin_pro, STM32F103VE_GTM32, FLYF407ZG, STM32F103RE, STM32F103RC_btt_512K, at90usb1286_dfu, BIGTREE_BTT002, SAMD51_grandcentral_m4, STM32F103CB_malyan, include_tree, mks_robin_lite, BIGTREE_GTR_V1_0, FYSETC_F6_14, jgaurora_a5s_a1, LPC1768, FYSETC_F6_13, mks_robin_mini, linux_native, esp32, STM32F103RC_btt, BIGTREE_SKR_PRO, rumba32_f446ve, melzi_optiboot, mks_robin_nano, DUE, DUE_debug, FYSETC_S6, STM32F103VE_longer'

codedmind commented 4 years ago

Ok changed to STM32F103RC_btt_512K and everything works

pmjdebruijn commented 4 years ago

Jup, seems to be an upstream change, I'll update my script over the next week or so.

codedmind commented 4 years ago

After upgrade the firmware it appears the printer only use 1/4 of the bed compared to a previous firmware (the one the you provide compiled) :/

pmjdebruijn commented 4 years ago

See either the README or #5 (which I've pinned to remain visible for exactly this reason)

pmjdebruijn commented 4 years ago

Also new build script available which fixes this particular issue.