mmone / marlintool

A shell script for setting up a standalone Marlin build environment on Raspberry Pi and Linux in general.
GNU Lesser General Public License v3.0
35 stars 20 forks source link

Revise getDependencies and list of dependencies #10

Closed tssva closed 6 years ago

tssva commented 6 years ago

Revised getDependencies to utilize a list of dependencies defined in an array near the beginning of the script. The list of dependencies was updated to include all dependencies required to build any features which can be enabled in Configuration.h or Configuration_adv.h as of the current bugfix-1.1.x branch. The list in the tool is now more accurate than the list in the platformio.ini file in the Marlin repository.

mmone commented 6 years ago

Hi Tim,

I will have a look at it tomorrow.

Have a good week

mmone commented 6 years ago

Hi Tim,

sorry for taking so long to review this. I will merge now and follow this up with a commit that moves the configuration into a separate file and disables some of the less common dependencies for the default config.