- Dec 12, 2012
- Dec 11, 2012
-
-
daid303 authored
Fix the sensitive pin definitions, there where analogue numbers in the digital pin list. Also made M42 without a P function on the LED_PIN (which was otherwise a useless pin definition)
-
daid303 authored
-
daid authored
Fix endstop pins for Printrboard
-
Johann Rocholl authored
-
Johann Rocholl authored
-
daid303 authored
Added some missing Mxxx comments to M commands. Fixed the unsetting of the timer dividers for the fast PWM fan.
-
- Dec 10, 2012
- Dec 09, 2012
-
-
daid303 authored
-
daid303 authored
-
daid303 authored
Use the disable macros on initialization. Which fixes a bug when there is no pin defined for stepper enabled (motherboard 4)
-
Daid authored
-
Daid authored
-
daid authored
Add Printrboard and Brainwave to pins.h and fastio.h
-
Daid authored
-
daid303 authored
Big temperature code update. No longer converts back and forwards between temperature and raw sample value. Reducing complexity, removing code. Also named some variables better. While keeping the safety intact and functionality the same.
-
Daid authored
-
Johann Rocholl authored
-
Johann Rocholl authored
-
Johann Rocholl authored
Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
-
Johann Rocholl authored
-
Johann Rocholl authored
-
- Dec 08, 2012
-
-
Johann Rocholl authored
-
Johann Rocholl authored
-
https://github.com/lincomatic/MarlinJohann Rocholl authored
Add support for Printrboard (from https://github.com/lincomatic/Marlin) and Brainwave (from https://github.com/metrix/Sprinter).
-
Johann Rocholl authored
-
Daid authored
Small makefile change, posibility to add defines on the commandline, and fix compiling with watchdog enabled when using the Makefile.
-
- Dec 06, 2012
-
-
daid303 authored
Fix the WATCHPERIOD implementation. It did not work correctly in a multi extruder setup, it did not work after 32 seconds after startup (int16 used as millies timestamp). And it did not work if you gave an M104 or M109 when the target was already around the target setpoint. So on average, it did not work at all. The new implementation should be robust in detecting a failure to heat up.
-
daid303 authored
-
- Dec 05, 2012
-
-
daid303 authored
-
daid303 authored
-
daid303 authored
The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.
-
daid303 authored
The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.
-
- Dec 04, 2012
-
-
daid303 authored
-
- Dec 03, 2012
-
-
daid303 authored
Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
-
daid303 authored
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
-
daid303 authored
-