- Jan 09, 2013
-
-
daid authored
+ Finnish translation
-
- Jan 08, 2013
-
-
Henry Palonen authored
-
- Dec 21, 2012
-
-
daid303 authored
Small changes on the LCD panel, let the speed control work better, line up the parameter edit the same as the menu, remove some unused defines, and remove the Z from the 10mm move menu.
-
- Dec 19, 2012
-
-
daid303 authored
-
- Dec 17, 2012
- Dec 16, 2012
-
-
Johann Rocholl authored
-
Johann Rocholl authored
For boards with only one endstop per axis, automatically set *_MIN_PIN and *_MAX_PIN according to *_HOME_DIR.
-
oni303 authored
fixed pwm generation at pin D12 and D13 when one of them is used as FAN_PIN on Sanguino, added soft pwm entry for FAN_PIN in temperature.cpp
-
- Dec 14, 2012
-
-
daid authored
Fix the russian translation.
-
Sergey Taranenko authored
-
Sergey Taranenko authored
-
Sergey Taranenko authored
-
daid303 authored
-
daid303 authored
-
- Dec 13, 2012
-
-
daid303 authored
-
daid303 authored
-
Daid authored
Reverted the patch by KevinOConnor, as it crashes some versions of avr-gcc and caused linking issues.
-
Daid authored
-
Daid authored
-
daid authored
Add additional optimization flags to Makefile
-
daid303 authored
-
daid303 authored
-
Kevin O'Connor authored
Use "whole program" and "link time optimization" features of gcc. The whole-program optimization enables the compiler to evaluate the entire firmware for optimization instead of just one code file at a time. This leads to better overall optimizations.
-
Kevin O'Connor authored
The "relax" option enables the linker to convert certain "call" instructions to the smaller "rcall" instruction. This reduces the size of the resulting binary.
-
- Dec 12, 2012
-
-
daid303 authored
-
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
-