- Sep 01, 2012
-
-
Erik vd Zalm authored
-
ErikZalm authored
Added PDF file containing Menu Tree for documentation purposes.
-
- Aug 30, 2012
- Aug 29, 2012
-
-
Blair Thompson authored
-
Blair Thompson authored
-
Erik vd Zalm authored
-
- Aug 28, 2012
-
-
Erik vd Zalm authored
-
- Aug 22, 2012
-
-
ErikZalm authored
Long filename support for LCD display
-
daid authored
-
ErikZalm authored
Implemented support for KILL_PIN / Fixed compilation errors for incomplete/bad translations
-
stohn authored
PLEASE BE MORE CAREFUL WHEN SUBMITTING NEW TRANSLATIONS When you add new menu items / messages always copy them to ALL languages (just use english)
-
stohn authored
The cli(); at the start of the kill() function also stops the internal arduino timer which stops updating of millis() which prevents the display of the "KILLED." message. The new function updates the display directly without checking any timers.
-
daid authored
-
ErikZalm authored
Added new function to the LCD menu. Preheat settings now adjustable and can be stored
-
- Aug 21, 2012
-
-
Blair Thompson authored
Added Menu Options to the Main-> Control->Temperature Submenu that allow the user to set new values for the ABS and PLA preheat function. EEPROM updated so that these settings can also be committed to EEPROM memory.
-
stohn authored
- related bug reports: Issue #201, Issue #213
-
stohn authored
-
stohn authored
- removed several multiple definitions of same message - fixed definition of missing messages in german and spanish - tweaked german translation (a lot) - added note about changing and testing this file
-
- Aug 20, 2012
-
-
ErikZalm authored
Fixed broken Language file and pre-heat ABS and PLA options
-
Blair Thompson authored
Fixes error introduced at commit aee475aa which caused the sketch not to comile for language option 1. Several defines were removed but still referenced in ultralcd.pde
-
Blair Thompson authored
The pre-heat ABS and PLA options in the LCD Menu were broken a while back. The pre-heat worked fine, but the cooling fans were not switching on as intended. This is now fixed.
-
- Aug 12, 2012
-
-
Erik vd Zalm authored
-
ErikZalm authored
Spanish language included in the language.h file
-
elgambitero authored
Spanish language included. It features the LCD screen messages and a small part of the Serial messages.
-
Erik vd Zalm authored
-
- Aug 11, 2012
-
-
Erik vd Zalm authored
-
Erik vd Zalm authored
-
James Adams authored
-
James Adams authored
-
James Adams authored
-
James Adams authored
-
ErikZalm authored
Updated german translations in language.h
-
ErikZalm authored
Added support for dual Z axis stepper drivers
-
ErikZalm authored
Add Duty Cycling to the Heater Bed
-
ErikZalm authored
M206 fixes, and ancillary improvements
-
Dabble63 authored
-
Ian Jackson authored
Really, we should have a way to adjust the XYZ homing of a machine in the eeprom. So as the second stage of this, make the M206 home offset parameters subject to the M500/M501/M502/M503 eeprom commands. Bump the eeprom version to "V06". Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
Replace the large macro HOMEAXIS with a function. This avoids the compiler generating three copies of largely identical code. The saving is 724 bytes of program memory. We make use of XYZ_CONSTS_FROM_CONFIG to provide convenient array-shaped access to MAX_LENGTH, HOME_RETRACT_MM and HOME_DIR. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-
Ian Jackson authored
SERIAL_ECHOPAIR implies, eventually, two calls to MYSERIAL.print. One of these has FORCE_INLINE for a per-character loop, and both involve constructing a method call rather than a simple function call. Produce better and smaller code by providing three specialised functions serial_echopair. This saves 672 bytes of program memory (with EEPROM_SETTINGS and SDSUPPORT enabled). Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-