Skip to content
Snippets Groups Projects
  1. Jan 05, 2015
  2. Jan 04, 2015
  3. Jan 03, 2015
  4. Jan 02, 2015
  5. Dec 31, 2014
    • Lane Roberts's avatar
      Due to the fix for #1248, X and Y probe offsets must not be floats. · 2701dd8a
      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.
      2701dd8a
    • Bo Herrmannsen's avatar
      Merge pull request #1281 from Grogyan/patch-2 · 217186d7
      Bo Herrmannsen authored
      MAX6675 Slave Select pin 
      217186d7
    • Grogyan's avatar
      Update pins.h · 6b82415c
      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.
      6b82415c
Loading