- May 19, 2012
- May 16, 2012
-
-
Erik van der Zalm authored
-
ErikZalm authored
Marlin v1 - BUG FIXES / CORRECTIONS
-
Erik van der Zalm authored
-
ErikZalm authored
Melzi support
-
ErikZalm authored
Fixes #153 for bad call to abs()
-
Erik van der Zalm authored
-
zittix authored
-
- May 11, 2012
- May 09, 2012
-
-
Guan Yang authored
-
Bernhard Kubicek authored
-
- May 04, 2012
-
-
Bernhard Kubicek authored
- May 03, 2012
-
-
MaikStohn authored
This is required when moving the buttons_init() function to the lcd_init() function
-
MaikStohn authored
-
MaikStohn authored
Since the class "MainMenu" was used within a static variable the initialization of the object (constructor call) was done before Arduino library startup. It always caused a crash when using AVRStudio with JTAG debugger (caused from calling the LCD initialization / the lot of I/O work / the stack used during this calls). By moving the LCD_INIT out of the constructor and using an explicit call inside of Arduino setup() implementation immediately fixed all problems and the JTAG debugger runs fine.
-
MaikStohn authored
-
MaikStohn authored
"i" runs from 0 to 4 but "add_homeing" array size is 3 only. On the other hand the calculated value gets overwritten by either one of the if choice.
-
MaikStohn authored
-
- May 02, 2012
-
-
Erik van der Zalm authored
-
- Apr 30, 2012
-
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
Erik van der Zalm authored
-
- Apr 28, 2012
- Apr 27, 2012
- Apr 26, 2012
-
-
Bernhard Kubicek authored
Fix compile error on boards without a bed heater. I could not find why this problem was introduced. Its quite obvious, so I think its in general interest to merge.
-
Logan Bowers authored
Wrap the call to turn off the bed heater in a #if to prevent a compile error on boards that do not have a bed heater
-
- Apr 22, 2012
-
-
Bernhard authored
reinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time. Since a removal or insert of the sd card takes a long time in firmware, just reinitializing the lcd does not hurt. actually, it solves a problem with the UltiControlle
-
Bernhard authored
-