- Dec 29, 2012
-
-
Johann Rocholl authored
-
- Dec 16, 2012
-
-
Johann Rocholl authored
-
Johann Rocholl authored
Fix home_all_axis to make QUICK_HOME work with Repetier-Host which sends G28 X0 Y0 Z0 instead of G28. Thanks to Matt Schoenholz for reporting this issue.
-
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.
-
- 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
-
Johann Rocholl authored
Fix typo in MANUAL_HOME_POSITION (plural S missing) and reduce BLOCK_BUFFER_SIZE because 64 wasn't working for some reason.
-
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
-
-
Daid authored
-
daid303 authored
Move the Arduino related stuff out of the Marlin tree, as they are not directly related to Marlin functionality but addons for the Arduino IDE. Also split up the addons for pre 1.0.0 Arduino and post 1.0.0 Arduino.
-
daid303 authored
-
Johann Rocholl authored
-
Johann Rocholl authored
-