Steffen Vogel
672f764b4d
replaced ASCII GPL v3 license by markdown version
moved new COPYING file to top-level directory to make it more visible and remove clutter from Marlin subduer
9 years ago
Steffen Vogel
f25e793cff
rename stepper lookup table scipt to be consistent with termistor lookup table script
9 years ago
Steffen Vogel
df17a6a1b4
fix #1305 by proposed workaround (thanks gaby64)
9 years ago
Steffen Vogel
f7e65935fb
make use of power operator
9 years ago
Steffen Vogel
4e02aff9b5
automatically determine min/max temp for terminator
9 years ago
Steffen Vogel
81363bc441
more cleanups
9 years ago
Steffen Vogel
95f4a55820
refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
9 years ago
Steffen Vogel
21205cc3d8
more cleanups in the termistorTable generation script
9 years ago
Steffen Vogel
fb0996b5db
improved output aligment and precision
9 years ago
Steffen Vogel
538231edfd
cosmetic whitespace cleanup and comments added/updated
9 years ago
Bo Herrmannsen
00e4bc9f54
Merge pull request #1311 from i-make-robots/Development
issue 968 for dev branch
9 years ago
Dan Royer
9472bbe51d
issue 968 for dev branch
try, try again.
If 'OK' is garbled on sending PC won't receive it. Both machines will
wait on each other forever. This resends OK if nothing is heard from PC
for a while to avoid this bad case.
9 years ago
alexborro
d2b6e62996
Merge pull request #1309 from philfifi/fix_temp_runaway
temp runaway: proper cast to prevent any overflow.
9 years ago
Philippe L
30248214c7
temp runaway: proper cast to prevent any overflow.
9 years ago
Bo Herrmannsen
c5f138ea07
Merge pull request #1291 from alhirzel/Development
Define analogInputToDigitalPin only if needed
9 years ago
Bo Herrmannsen
efca4afab2
Merge pull request #1304 from monkeydave/Travis-CI
Added further tests to Travis CI config
9 years ago
Bo Herrmannsen
3d9f4ac757
Merge pull request #1303 from wgm4321/Development
Fix for cant compile when REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER ...
9 years ago
monkeydave
9d57c376db
Commented out configs that are failing with no easy fixes for the moment
9 years ago
wgm4321
04fb34c7ff
Add English defines for filament menu to non-English to prevent compile errors until translated
9 years ago
wgm4321
f8aa5ff771
Fix for cant compile when REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER defined
9 years ago
monkeydave
07b85f8b92
Added compile checks for lots of defines in Configuration.h
9 years ago
monkeydave
be81dfa3de
Updated .travis.yml so others forks will also compile
9 years ago
Bo Herrmannsen
b5c6f11e41
Merge pull request #1297 from monkeydave/Readd-Travis-CI
Readd .travis.yml
9 years ago
Bo Herrmannsen
206b7f4e92
Update .gitignore
9 years ago
Bo Herrmannsen
9d9a2d75ef
Merge pull request #1295 from monkeydave/Re-add_gitignore
Added .gitignore back into repo
9 years ago
monkeydave
21cc188272
Updated .travis.yml for ErikZalm branch pull request
9 years ago
monkeydave
86cc22d639
Readd .travis.yml, change build enviroment to use ino instead of gcc
9 years ago
monkeydave
3f9707aa33
Added .gitignore back into repo
9 years ago
Alexander Hirzel
f36fd3ddec
Merge branch 'Development' of https://github.com/ErikZalm/Marlin into Development
9 years ago
alexborro
912ed155c5
Merge pull request #1292 from thinkyhead/docs_and_scripts
Move scripts and documentation to subfolders
9 years ago
Scott Lahteine
b5e50cdd4e
Move scripts and documentation to subfolders
9 years ago
Alexander Hirzel
eed451e034
rework analogInputToDigitalPin definition
9 years ago
Alexander Hirzel
f3209bba34
Merge branch 'Development' of https://github.com/alhirzel/Marlin into Development
9 years ago
Lane Roberts
1f520a5a8c
Due to the fix for #1248 , X and Y probe offsets must not be floats.
The compiler does not support comparing float values: "error: floating constant in preprocessor expression"
The loss in X/Y precision shouldn't matter for Z probes, as most microswitches or inductive sensors are larger than 1mm square anyway.
9 years ago
wgm4321
b32be2dc64
Fix syntax error caused by previous changes.
9 years ago
wgm4321
edac64e7d2
Add Filament menu and add Filament/Retract settings to config store.
9 years ago
Alexander Hirzel
ecda6cdc0a
Fix typo, PID_BED_POWER -> MAX_BED_POWER
9 years ago
David Forrest
f3e503e725
temperature.cpp: Fix typo of PID_MAX to MAX_BED_POWER for the bed.
9 years ago
David Forrest
1d5d853c9a
temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
9 years ago
Bo Herrmannsen
63da6900b0
Merge pull request #1282 from vandarin/Development
Due to the fix for #1248 , X and Y probe offsets must not be floats.
9 years ago
Bo Herrmannsen
a18b625534
Merge pull request #1261 from wgm4321/Development
Add Filament menu and add Filament/Retract settings to config store.
9 years ago
alexborro
975810fb4a
Merge pull request #1286 from alhirzel/Development
Fix typo, PID_BED_POWER -> MAX_BED_POWER
9 years ago
Alexander Hirzel
ae12ad0d6c
Fix typo, PID_BED_POWER -> MAX_BED_POWER
9 years ago
alexborro
80b17ab573
Merge pull request #1285 from drf5n/PID_CI_v2
temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
9 years ago
David Forrest
625860f086
temperature.cpp: Fix typo of PID_MAX to MAX_BED_POWER for the bed.
9 years ago
David Forrest
6583bb781d
temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
9 years ago
Lane Roberts
2701dd8a17
Due to the fix for #1248 , X and Y probe offsets must not be floats.
The compiler does not support comparing float values: "error: floating constant in preprocessor expression"
The loss in X/Y precision shouldn't matter for Z probes, as most microswitches or inductive sensors are larger than 1mm square anyway.
9 years ago
Bo Herrmannsen
217186d7bc
Merge pull request #1281 from Grogyan/patch-2
MAX6675 Slave Select pin
9 years ago
Grogyan
6b82415c81
Update pins.h
Somehow the pin definitions for the MAX6675 Slave Select/Chip Select got changed back to the hardware SPI SS/CS.
Pin 49 cannot be used as that is used by the SD card socket to detect if an SD card is present.
Pin 53 is the Hardware SPI SS, which is dedicated, nicely, to the SD card SS and therefore cannot be used as the MAX6675 SS
Pin 66 is in Aux2 port adjacent to the Hardware SPI interface port on RAMPS 1.4, and is currently not used for anything.
9 years ago
Bo Herrmannsen
692a01b1c7
Merge pull request #1277 from thinkyhead/fix_regressions
Fix regressions affecting compilation
9 years ago