bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

Cannot compile firmware #343

Open tk9851 opened 4 years ago

tk9851 commented 4 years ago

Hello all,

I am trying to compile Marlin based on the "Marlin-2.0.x-SKR-mini-E3-V2.0" folder, without any changes, and I am receiving the following error. Any help is appreciated! Screenshot (3)

redgod commented 4 years ago

yo tampoco puedo skr mini 1.2

image

rmacewen1 commented 4 years ago

I was struggling myself. It's all new environment to me. I found that what solved on problem for me that came up, after restarting this project fresh was to make sure I scroll down on left pane, under Platformio, and select the ENVIRONMENT shown as: env: image

I'd scroll upward in your notifications and see if there is a hint as to the error. Actually it looks like you had a correct environment selected. :/

redgod commented 4 years ago

sigo sin poder compilar :(

Sin título

psycor commented 4 years ago

Hello, it would be very helpful if i could download the firmware not only as a ready to use bin-file in different versions, but also as a marlin zipfile. with all setup files, so i only have to activate the filamentsensor and everything works. My problem is that I can't find all settings that are available in the finished firmware to configure it with Marlin completely by myself. e.g. I can't find the setting for the x-y offset for BLTOUCH.

NameOfTheDragon commented 4 years ago

@psycor There are really only 2 files you need to look at: config.h and config_adv.h, everything you would ever need to change is in those 2 files. Just go through them line by line until you find what you need. You can download the Marlin source code as a zip file right from GitHub in the Marlin repository.

psycor commented 4 years ago

@NameOfTheDragon I do it more than 3 times but i can´t find it. Maybe i find it in a while, but today i break with it. Much thanks