ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Develop with Eclipse #30

Open damian2340 opened 7 years ago

damian2340 commented 7 years ago

Hi, i'll like use eclipse by develop with it, but i don't know how do it.

Please can you help me? or maybe suggest how ide use for the stm32f411 discovery board.

pd: sorry my english.

ambrop72 commented 7 years ago

Hi, I don't support specific IDEs. The build and configuration system is made independent of any IDE and is based on the Nix package manager. There is enough info in the readme to configure and build for the supported platforms. If you want to build locally all you need is Linux with Nix installed, the readme explains the commands to use then (to run the configurator web interface and to build with command line). If you don't need to make any source code changes you can build with the public service at www.aprinter.eu.

Support for STM32F411 was contributed (see this commit: https://github.com/ambrop72/aprinter/commit/59f660d869b4a35869cff1388a172832d4e3b787) but there is no predefined configuration. I created a sample just now, it is attached. You should import that into the configuration editor (Choose File, then click Import Data) and modify it as you need. Especially fix the pins to be as you need them.

Note that SD card is enabled by default and configured for pins C12, D2, C8, C9, C10, C11. If you don't need SD card and want to use these pins for something else, then disable it (Board --> SD card configuration --> disabled, Board --> Runtime configuration --> configuration storage --> None).

aprinter_config_411.zip

sebastianoscarlopez commented 7 years ago

It's great!!!