Commit Graph

14047 Commits (1ab6f910b630905711203491b6edae39bf8328c1)
 

Author SHA1 Message Date
Steffen Vogel 4e02aff9b5 automatically determine min/max temp for terminator
Steffen Vogel 81363bc441 more cleanups
Steffen Vogel 95f4a55820 refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
Steffen Vogel 21205cc3d8 more cleanups in the termistorTable generation script
Steffen Vogel fb0996b5db improved output aligment and precision
Steffen Vogel 538231edfd cosmetic whitespace cleanup and comments added/updated
wgm4321 067b509479 Re-enable filament menu with recalc fix when enabling/disabling mm3
wgm4321 a19f2f8ae7 Disable volumetric menu item due to missing recalc of of multipliers when enabled/disabled
wgm4321 f24dda9700 Revert "Make sure volumetric multipliers are recalc'ed during menu enable/disable of mm3"
This reverts commit dd7e4ee97f.
wgm4321 ec4681ab6b Revert "Add "Detailed Z Probe" menu item with ABL is defined."
This reverts commit 2b9722f387.
wgm4321 dd7e4ee97f Make sure volumetric multipliers are recalc'ed during menu enable/disable of mm3
wgm4321 2b9722f387 Add "Detailed Z Probe" menu item with ABL is defined.
Bo Herrmannsen 00e4bc9f54 Merge pull request from i-make-robots/Development
issue 968 for dev branch
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.
alexborro d2b6e62996 Merge pull request from philfifi/fix_temp_runaway
temp runaway: proper cast to prevent any overflow.
Philippe L 30248214c7 temp runaway: proper cast to prevent any overflow.
Bo Herrmannsen c5f138ea07 Merge pull request from alhirzel/Development
Define analogInputToDigitalPin only if needed
Bo Herrmannsen efca4afab2 Merge pull request from monkeydave/Travis-CI
Added further tests to Travis CI config
odewdney 652895d656 try different proproc for CI failure
Bo Herrmannsen 3d9f4ac757 Merge pull request from wgm4321/Development
Fix for cant compile when REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER ...
monkeydave 9d57c376db Commented out configs that are failing with no easy fixes for the moment
wgm4321 04fb34c7ff Add English defines for filament menu to non-English to prevent compile errors until translated
wgm4321 f8aa5ff771 Fix for cant compile when REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER defined
odewdney 39fae9e3a3 Fix progmem warning
Borrow code from https://github.com/arduino/Arduino/issues/1793
monkeydave 07b85f8b92 Added compile checks for lots of defines in Configuration.h
monkeydave be81dfa3de Updated .travis.yml so others forks will also compile
Bo Herrmannsen b5c6f11e41 Merge pull request from monkeydave/Readd-Travis-CI
Readd .travis.yml
Bo Herrmannsen 206b7f4e92 Update .gitignore
Bo Herrmannsen 9d9a2d75ef Merge pull request from monkeydave/Re-add_gitignore
Added .gitignore back into repo
monkeydave 21cc188272 Updated .travis.yml for ErikZalm branch pull request
monkeydave 86cc22d639 Readd .travis.yml, change build enviroment to use ino instead of gcc
monkeydave 3f9707aa33 Added .gitignore back into repo
Alexander Hirzel f36fd3ddec Merge branch 'Development' of https://github.com/ErikZalm/Marlin into Development
alexborro 912ed155c5 Merge pull request from thinkyhead/docs_and_scripts
Move scripts and documentation to subfolders
Scott Lahteine b5e50cdd4e Move scripts and documentation to subfolders
Alexander Hirzel eed451e034 rework analogInputToDigitalPin definition
Alexander Hirzel f3209bba34 Merge branch 'Development' of https://github.com/alhirzel/Marlin into Development
Lane Roberts 1f520a5a8c Due to the fix for , 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.
wgm4321 b32be2dc64 Fix syntax error caused by previous changes.
wgm4321 edac64e7d2 Add Filament menu and add Filament/Retract settings to config store.
Alexander Hirzel ecda6cdc0a Fix typo, PID_BED_POWER -> MAX_BED_POWER
David Forrest f3e503e725 temperature.cpp: Fix typo of PID_MAX to MAX_BED_POWER for the bed.
David Forrest 1d5d853c9a temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
Bo Herrmannsen 63da6900b0 Merge pull request from vandarin/Development
Due to the fix for , X and Y probe offsets must not be floats.
Bo Herrmannsen a18b625534 Merge pull request from wgm4321/Development
Add Filament menu and add Filament/Retract settings to config store.
alexborro 975810fb4a Merge pull request from alhirzel/Development
Fix typo, PID_BED_POWER -> MAX_BED_POWER
Alexander Hirzel ae12ad0d6c Fix typo, PID_BED_POWER -> MAX_BED_POWER
alexborro 80b17ab573 Merge pull request from drf5n/PID_CI_v2
temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
David Forrest 625860f086 temperature.cpp: Fix typo of PID_MAX to MAX_BED_POWER for the bed.
David Forrest 6583bb781d temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.