- Feb 06, 2018
-
-
Scott Lahteine authored
-
- Feb 04, 2018
-
-
Scott Lahteine authored
-
- Jan 15, 2018
-
-
Morten authored
-
- Dec 15, 2017
-
-
teemuatlut authored
-
- Nov 03, 2017
-
-
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
-
- Oct 11, 2017
-
-
Scott Lahteine authored
-
- Sep 21, 2017
-
-
Scott Lahteine authored
-
- Mar 07, 2017
-
-
Scott Lahteine authored
-
- Feb 17, 2017
-
-
Scott Lahteine authored
-
- Nov 21, 2016
-
-
Moritz authored
-
- Jul 26, 2016
-
-
Scott Lahteine authored
-
- Mar 30, 2016
-
-
esenapaj authored
-
- Mar 25, 2016
-
-
Scott Lahteine authored
Following up on #3231
-
- Mar 24, 2016
-
-
jbrazio authored
-
- Mar 20, 2016
-
-
CoderSquirrel authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
-
- Jun 28, 2015
-
-
Scott Lahteine authored
-
- Mar 14, 2015
-
-
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
-
- Feb 27, 2015
-
-
domonoky authored
- Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed.
-
- Feb 23, 2015
-
-
domonoky authored
-
- Feb 05, 2014
-
-
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
-
- Sep 29, 2013
-
-
Alex Borro authored
Check the Readme for instruction how to enable and configure the feature
-
- Jun 06, 2013
-
-
Scott Lahteine authored
Diffed and merged, preserving my updates
-
- May 22, 2013
-
-
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.
-
- May 06, 2013
-
-
kiyoshigawa authored
-
- Apr 29, 2013
-
-
Robert F-C authored
-
- Mar 24, 2013
-
-
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.
-
- Mar 19, 2013
-
-
Dirk Eichel authored
-
- Feb 28, 2013
-
-
Robert F-C authored
Refactor configuration to try to make items clearer (what defines a panel vs what is user changeable).
-
- Feb 27, 2013
-
-
Robert F-C authored
Also fix compile time check in Marlin.pde
-
Robert F-C authored
This includes refactoring the buttons code to remove a large amount of non-pin dependent duplication from pins.h.
-
- Feb 25, 2013
-
-
Bob Clough authored
-
- Dec 05, 2012
-
-
daid303 authored
-
- Dec 04, 2012
-
-
daid303 authored
-
- Nov 21, 2012
-
-
Erik vd Zalm authored
-
Erik vd Zalm authored
-
- Nov 06, 2012
-
-
daid303 authored
First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
-
- Oct 09, 2012
-
-
Mark Finn authored
-
- Sep 18, 2012
-
-
Mark Finn authored
-
- Sep 17, 2012
-
-
Mark Finn authored
-