- Jan 08, 2013
-
-
daid303 authored
-
daid authored
Fixes issues # 216 and # 135 for Gen6 and Gen6 Deluxe board
-
daid303 authored
-
daid authored
Power signal control definitions for other power supplies
-
daid303 authored
-
daid303 authored
Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit.
-
- Jan 07, 2013
-
-
Nicolas Rossi authored
-
Nicolas Rossi authored
-
- Jan 04, 2013
-
-
daid authored
Definitions for Sanguino SPI
-
Yuri Valentini authored
-
- Dec 25, 2012
-
-
daid303 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