- Dec 12, 2012
-
-
daid303 authored
-
daid303 authored
-
daid303 authored
The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated.
-
daid303 authored
-
daid303 authored
-
daid303 authored
Add PID functional range setting. With high powered heaters the current functional range of 10 degrees causes high overshoots as the PID needs to kick in before the temperature hits 10 degrees below target.
-
- 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.
-