- Jan 05, 2015
-
-
wgm4321 authored
-
- Jan 04, 2015
-
-
Bo Herrmannsen authored
issue 968 for dev branch
-
Dan Royer authored
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 authored
temp runaway: proper cast to prevent any overflow.
-
Philippe L authored
-
Bo Herrmannsen authored
Define analogInputToDigitalPin only if needed
-
Bo Herrmannsen authored
Added further tests to Travis CI config
-
Bo Herrmannsen authored
Fix for cant compile when REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER ...
-
- Jan 03, 2015
-
-
monkeydave authored
-
wgm4321 authored
-
wgm4321 authored
-
monkeydave authored
-
monkeydave authored
-
Bo Herrmannsen authored
Readd .travis.yml
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
Added .gitignore back into repo
-
monkeydave authored
-
monkeydave authored
-
monkeydave authored
-
- Jan 02, 2015
-
-
alexborro authored
Move scripts and documentation to subfolders
-
Scott Lahteine authored
-
Alexander Hirzel authored
-
Lane Roberts authored
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 authored
-
wgm4321 authored
-
Alexander Hirzel authored
-
David Forrest authored
-
David Forrest authored
-
Bo Herrmannsen authored
Due to the fix for #1248, X and Y probe offsets must not be floats.
-
Bo Herrmannsen authored
Add Filament menu and add Filament/Retract settings to config store.
-
alexborro authored
Fix typo, PID_BED_POWER -> MAX_BED_POWER
-
Alexander Hirzel authored
-
alexborro authored
temperature.cpp: Fix typo of MAX_BED_PID to MAX_BED_POWER.
-
David Forrest authored
-
David Forrest authored
- Dec 31, 2014
-
-
Lane Roberts authored
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.
-
Bo Herrmannsen authored
MAX6675 Slave Select pin
-
Grogyan authored
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.
-