Richard Wackerbarth
06906bc1c8
Merge (PR#2295)
2015-06-15 20:18:21 -05:00
Richard Wackerbarth
1418470ae9
Merge PR( #2271 )
2015-06-14 20:01:40 -05:00
Richard Wackerbarth
4061279218
Merge pull request #2260 from Wackerbarth/DropArduino0.x.x
...
Deprecate Support for Arduino IDE < 1.0.5
2015-06-08 17:16:25 -05:00
Richard Wackerbarth
06ae832276
Deprecate Support for Arduino IDE < 1.0.5
...
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
2015-06-08 17:15:28 -05:00
Richard Wackerbarth
4c3ca0b5b6
Deprecate Support for Arduino IDE < 1.0.5
...
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
2015-06-08 17:15:28 -05:00
Richard Wackerbarth
d8e2f5d333
Merge pull request #2167 from thinkyhead/reverse_zoffset_sign
...
Reverse the sign of zprobe_zoffset
2015-06-08 05:10:05 -05:00
Richard Wackerbarth
1ad2c5bfc0
Merge pull request #2257 from fmalpartida/bugFixing
...
Updated SAV MkI extension module header connector.
2015-06-08 05:07:48 -05:00
Richard Wackerbarth
58941e543e
ELB_FULL_GRAPHIC_CONTROLLER_SDCARDDETECTINVERTED removed
...
#defining something just to define something else doesn’t
make sense
If you want SDCARDDETECTINVERTED, just define it yourself.
If the previous code was intended to define, undefined and then again define the term, that code is improper.
2015-06-06 21:44:59 -05:00
Richard Wackerbarth
cf5d64d940
Merge PR #2118
2015-06-06 20:14:50 -05:00
Richard Wackerbarth
5239a4e839
Merge bPR #1882
2015-06-06 19:47:07 -05:00
Richard Wackerbarth
3eea5222cf
Merge PR #1767
2015-06-06 19:00:27 -05:00
Richard Wackerbarth
0c7bdf569c
Merge branch 'ProbeDeployment' into Development
2015-06-06 17:49:20 -05:00
Richard Wackerbarth
303d47228e
Define Probe Path in new format
2015-06-06 17:48:27 -05:00
Richard Wackerbarth
ad09d6a60f
3 Step Allen Key Probe
2015-06-06 17:48:27 -05:00
Richard Wackerbarth
8359cdf01d
Check compatibility for Teensy-based processor
...
The instruction say to set a #define in fastio.h
However, that value is not included before this test.
2015-06-06 17:24:34 -05:00
Richard Wackerbarth
6b095af9b1
Merge branch 'GenerateVersionHeader' into Development
2015-06-06 17:21:35 -05:00
Richard Wackerbarth
b3a3080b4b
Suppress error when on detached head
2015-06-06 17:20:01 -05:00
Richard Wackerbarth
bdf778bec2
Merge SDCARDDETECTINVERTED ( #2144 )
2015-06-06 16:44:13 -05:00
Richard Wackerbarth
ac382cbdaf
Automatic versioning for Travis builds
2015-06-02 08:13:43 -05:00
Richard Wackerbarth
2deb5a8ac5
Temporary Hack
...
REVERT THIS CHANGE
In proper use, we want to force the vendor to update this file to reflect distribution parameters
However, until most users have converted to automatic versioning,
we “grant them a pass”
2015-05-25 15:54:08 -05:00
Richard Wackerbarth
b5743d6927
Use SOURCE_CODE_URL rather than FIRMWARE_URL
2015-05-25 15:53:34 -05:00
Richard Wackerbarth
5ea139fd79
Revised Versioning mechanism
2015-05-25 15:53:14 -05:00
Richard Wackerbarth
b878bc5620
Introducing the Kossel Pro Build Configuration
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
3004359191
Libraries supporting Marlin platform
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
6c86266fb6
Brainwave Bootloaders
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
3eee09cb6c
Brainwave Variants
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
945fd2cf82
Brainwave Core from Arduino 1.0.1 (In 1.5 file structure)
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
1b707a7cf7
Platform and Boards
2015-05-21 11:47:34 -05:00
Richard Wackerbarth
1d8f61ca8a
AT90USB is defined in pins.h
2015-05-21 11:46:54 -05:00
Richard Wackerbarth
735bf2d35f
Describe Custom M Code
2015-05-21 08:06:33 -05:00
Richard Wackerbarth
46474cf2f2
Incorporate @section headers from configurator
2015-04-05 22:39:40 -05:00
Richard Wackerbarth
cf66cb8808
Bring configurator up-to-date
2015-04-05 22:38:15 -05:00
Richard Wackerbarth
4119738e69
Deferring default definition made #undef unnecessary
2015-04-04 05:48:07 -05:00
Richard Wackerbarth
8f620de0ff
Actually activate Automatic Versioning
2015-04-02 09:20:24 -05:00
Richard Wackerbarth
ccdaea51ba
Add KosselPro
2015-04-02 09:20:24 -05:00
Richard Wackerbarth
f4599143eb
Allow M115 to better reflect the build
2015-04-02 09:20:24 -05:00
Richard Wackerbarth
a33e20b27d
Adjust per-project .gitignore
...
Refer to http://git-scm.com/docs/gitignore
to see why this is appropriate
2015-04-02 09:20:24 -05:00
Richard Wackerbarth
34c7d45879
Hook for Auto-generated Build Version
...
The automatic versioning system extracts a
build version number from the SCM system
That versioning information is written to the file
_Version.h, a file that is NOT preserved in the SCM.
If such a file will be present,
we include it here to utilize the parameters
that are defined therein.
2015-04-02 09:20:24 -05:00
Richard Wackerbarth
fd9beb1672
Minor typos in the README
2015-03-05 22:03:21 -06:00