- Jun 02, 2012
-
-
Bernhard Kubicek authored
Add M401 - Wait for user to press button on LCD (with optional timeout) minor fix in M115.
-
- May 30, 2012
-
-
Bernhard Kubicek authored
repaired thermistortable_6 by graphcial fitting of the off-slope values. see issue 179. Erik, I know you asked for no changes, but this file probably is not related and hopefully allright.
-
- May 28, 2012
-
-
ErikZalm authored
-
- May 24, 2012
-
-
Daid authored
Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I cannot check the 1.5.6)
-
- May 20, 2012
-
-
Daid authored
-
- 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
-
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
-