Nico Tonnhofer
bf72cb7f10
python3: pep8 all files.
...
e.g. 4 spaces for identation
using black for this:
https://github.com/ambv/black
2019-04-18 09:10:37 +02:00
Markus Hitter
5a8dcf8e97
ARM: add a board configuration for Gen7-ARM.
...
Wohoo, this is the first ARM board in Configtool. Let's see how
Configtool deals with it :-)
2015-08-12 14:26:36 +02:00
Markus Hitter
a57ce1f046
Configtool: add nanoheart configuration to protected files list.
...
This was forgotten when adding this configuration.
2015-07-10 14:25:10 +02:00
jbernardis
20af64d780
Configtool: convert template for Teensy++ 2.0.
...
Note the "++", it's a Teensy 2.0 with bigger CPU and more I/O pins.
2015-04-21 02:51:31 +02:00
jbernardis
bcf7691bdd
Configtool: convert template for Teensy 2.0.
2015-04-21 02:51:31 +02:00
jbernardis
845804f182
Configtool: convert template for Sanguish.
2015-04-21 02:51:31 +02:00
jbernardis
b491d122b3
Configtool: convert template for 3Drag Controller.
2015-04-21 02:51:30 +02:00
jbernardis
0a848fffc1
Configtool: convert template for RUMBA.
2015-04-21 02:51:30 +02:00
jbernardis
f67ad76b3c
Configtool: convert template for Gen6.
2015-04-21 02:51:30 +02:00
jbernardis
face7c0dc7
Configtool: convert template for Gen3.
2015-04-21 02:51:30 +02:00
jbernardis
342e1c4df7
Configtool: convert template for Sanguinololu v1.2.
2015-04-21 02:51:30 +02:00
jbernardis
821e0c1295
Configtool: convert template for Sanguinololu v1.1.
2015-04-21 02:51:30 +02:00
jbernardis
7ebdb81ce7
Configtool: convert template for RAMPS v1.2.
2015-04-21 02:51:30 +02:00
jbernardis
31858b7082
Configtool: convert template for Gen7 v1.1-v1.3.
...
Also sort printers in config.default.h alphabetically and make
Mendel the default printer.
2015-04-21 02:51:30 +02:00
jbernardis
706ccf0637
Configtool: protect original config files.
...
Likely users don't care too much about the name of the saved file,
so they likely use the default ones. If they mess up, they also
likely want to return to the original, but, d'oh, it's overwritten.
Don't let this happen, enforce a non-original file name for user
saves.
In other words: don't let users shoot themselfs into their foot.
2015-04-21 02:51:27 +02:00