Skip to content
Snippets Groups Projects
  1. Jul 24, 2020
  2. Jun 20, 2020
  3. Apr 17, 2020
  4. Apr 12, 2020
  5. Aug 02, 2019
  6. Feb 06, 2018
  7. Feb 04, 2018
  8. Jan 15, 2018
  9. Dec 15, 2017
  10. Nov 03, 2017
    • teemuatlut's avatar
      [2.0.x] UltiMachine Archim2 (#8190) · 70be4d20
      teemuatlut authored
      * UltiMachine Archim2 support
      
      * SPI gets included by the library
      
      * Invert TMC2130 diag pin state
      
      * Clean up Archim2 pins
      
      * Update Archim2 config
      
      * FAN2 -> FAN1
      
      * Cleanup
      
      * Add brief Archim installation instructions
      
      * Bring pins into compliance
      
      * Update 1.0 SD Detect pin for 1.1
      
      * Update Configuration.h
      
      * Update pins_ARCHIM2.h
      70be4d20
  11. Oct 11, 2017
  12. Sep 21, 2017
  13. Mar 07, 2017
  14. Feb 17, 2017
  15. Nov 21, 2016
  16. Jul 26, 2016
  17. Mar 30, 2016
  18. Mar 25, 2016
  19. Mar 24, 2016
  20. Mar 20, 2016
  21. Jul 31, 2015
  22. Jun 28, 2015
  23. Mar 14, 2015
    • Scott Lahteine's avatar
      - Rename WRITE_E_STEP for consistency · c37f7d15
      Scott Lahteine authored
      - Add BIT and TEST macros
      - Add _APPLY_ macros to stepper.cpp to help with consolidation
      - Consolidate code in stepper.cpp using macros
      - Apply standards in stepper.cpp
      - Use >= 0 instead of > -1 as a better semantic
      - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
      c37f7d15
  24. Feb 27, 2015
  25. Feb 23, 2015
  26. Feb 05, 2014
    • Jim Morris's avatar
      Add Azteeg X3 Pro as motherboard 68 · b819fc53
      Jim Morris authored
      Add digipot i2c control for MCP4451
      Allow M907 to set i2c digipot currents in amps
      Fix Makefile to allow Azteeg motherboards
      Fix Makefile to allow Wire libraries only
      Add beeper pin for Azteeg X3 Pro
      b819fc53
  27. Sep 29, 2013
  28. Jun 06, 2013
  29. May 22, 2013
    • Robert F-C's avatar
      Revert and extend previous change pin check change · 40eb07ba
      Robert F-C authored
      Reviert previous change of #if BLAH_PIN > 0 to #if defined(BLAH_PIN) &&
      BLAH_PIN > -1. Unfortunately some times pin 0 is used. For my sins I've
      gone through and replaced all unsafe checks of #if BLAH_PIN > -1 with
      the safe version.
      40eb07ba
  30. May 06, 2013
  31. Apr 29, 2013
  32. Mar 24, 2013
    • Robert F-C's avatar
      Updated for LiquidTWI2 library version 1.2.3 · 9322c408
      Robert F-C authored
      The new version of the library means that PANELOLU no longer needs to be
      defined in LiquidTWI.h (the library file can be used as is) and the new
      version of the library also enables the buzzer on the Panucatt VIKI
      panel.
      9322c408
  33. Mar 19, 2013
  34. Feb 28, 2013
  35. Feb 27, 2013
  36. Feb 25, 2013
  37. Dec 05, 2012
  38. Dec 04, 2012
  39. Nov 21, 2012
Loading