- May 19, 2012
-
-
Daid authored
-
Daid authored
-
Daid authored
-
https://github.com/ErikZalm/MarlinDaid authored
-
- 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
-
Daid authored
-
daid authored
Marlin v1 ultimaker rc3
-
Bernhard Kubicek authored
-
- May 08, 2012
-
-
Erik de Bruijn authored
Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed. Turning off the protection might be beneficial to those who want to do fast and long reversals.
-
Erik de Bruijn authored
-
Erik de Bruijn authored
Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"
-
- 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
-
-
Daid authored
-