- Jan 05, 2015
- Jan 04, 2015
-
-
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.
-
Philippe L authored
-
- Jan 03, 2015
- Jan 02, 2015
-
-
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
-
Alexander Hirzel authored
-
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.
-
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
-
-
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
-
Caleb Anderson authored
Turn off by default.
-
- Dec 29, 2014
-
-
Wurstnase authored
-
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.
-
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)
-
http://minow.blogspot.com/index.html#4918805519571907051Caleb Anderson authored
To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h
-
Bernhard Kubicek authored
-
Bernhard Kubicek authored
fixed minor typo
-
Wurstnase authored
void manage_inactivity(bool ignore_stepper_queue=false) standard is false so it is not necessary to change additional code. this change should be better, hopefully nophead like this :)
-
Wurstnase authored
more speaking name
-
Wurstnase authored
make a more general solution
-
wgm4321 authored
-