- Jan 03, 2015
-
-
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
-
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.
-
- Dec 30, 2014
-
-
Bo Herrmannsen authored
Fix regressions affecting compilation
-
Bo Herrmannsen authored
Format Z like XY on LCD
-
Scott Lahteine authored
This fixes two regressions, caused by #1167 and #1191 .
-
Scott Lahteine authored
sp=space-padded, similar to: ns=no-sign
-
Scott Lahteine authored
This is the optimal code for a self-contained formatter, although the original code is crafty in being smaller and simpler, and can be evaluated as using the original output as a scratch pad for state, making the final formatter more straightforward. While this code is longer, all code-paths are minimal.
-
Scott Lahteine authored
-
Scott Lahteine authored
This is the optimal code for a self-contained formatter, although the original code is crafty in being smaller and simpler, and can be evaluated as using the original output as a scratch pad for state, making the final formatter more straightforward. While this code is longer, all code-paths are minimal.
-
Scott Lahteine authored
-
Bernhard Kubicek authored
-
bkubicek authored
-
alexborro authored
Move delta calibration menu to sample delta configuration.
-
Caleb Anderson authored
Turn off by default.
-
- Dec 29, 2014
-
-
Bo Herrmannsen authored
Logic error correction
-
Wurstnase authored
-
Bo Herrmannsen authored
Language Fix - Using the new language implementation wasn't behaving as expected.
-
Caleb Anderson authored
Conflicts: Marlin/language.h
-
Caleb Anderson authored
-
Caleb Anderson authored
No matter what LANGUAGE_CHOICE was set to it would always take the en branch. I revamped it a bit to use a macro to create the language include file name. This required a slight tweak to the RU declaration since it's special-cased in a couple places in code. This is an attempt to pull my changes from #1222 over.
-
Bo Herrmannsen authored
Delta manual calibration menu
-
Caleb Anderson authored
Actual menu change. Moved menu logic to not be shown unless not currently printing. (untested but straight-forward, printer in a bad state currently)
-