- Jun 25, 2015
-
-
Jaime van Kessel authored
-
Jaime van Kessel authored
-
- Jun 23, 2015
-
-
Scott Lahteine authored
Gleaned from https://github.com/MarlinFirmware/Marlin/commit/4ac14a7e5fa8e6e395436664 8976eafd1ae220ae
-
AnHardt authored
at least the lcd independent part from Marlin_main.cpp.
-
AnHardt authored
to MELZI_MAKR3D. Fix for #2288 As the normal MELZI also can have a 1284.
-
- Jun 16, 2015
-
-
schlotzz authored
ZigZag has been disabled by fault due to do_topography_map
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Also clean up some trailing spaces in a few other sources
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Add 3 new lines to `pins.h` to remove 2 redundant tests in `pins_RAMPS_13.h`
-
- Jun 15, 2015
-
-
AnHardt authored
-
AnHardt authored
by: Moving HAS_LCD_BUZZ macro to Coditionals.h Renaming HAS_LCD_BUZZ to HAS_BUZZER to make clear is has nothing to do with the lcd. Removing the ULTRALCD condition. Moving declaration of lcd_buzz() out of the ULTRA_LCD block in ultralcd.h Moving definition of lcd_buzz() out of the ULTIPANEL block in ultralcd.cpp Renaming lcd_buzz() to buzz() to make clear is has nothing to do with the lcd. All buzzing code is now only dependent on the existence of a BEEPER-pin or the definition of a LCD_USE_I2C_BUZZER. To do: Check the conditions for the BEEPER-pin in all pin-files.
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixes the problem of these pins being left in INPUT state, as described in #1497
-
- Jun 14, 2015
-
-
Scott Lahteine authored
Suggest we use the translated strings here. They use (except for German) the phrasing “Move X” instead of just the axis letter, but they should fit the available space. The “Extruder” string would be the same, except it will be translated.
-
- Jun 13, 2015
-
-
Scott Lahteine authored
-
- Jun 12, 2015
-
-
Scott Lahteine authored
-
MagoKimbra authored
Now send only temperature for T or B, but not send OK. Host interprets the line to show the right temperature, but not in response to M105 then stop and send commands until it ends the autotune.
-
AnHardt authored
by avoiding the strncopy()
-
filipmu authored
The volumetric multiplier display needs to be multiplied by 100 in order to make it an integer for display purposes.
-
- Jun 11, 2015
-
-
AnHardt authored
when DEFAULT_STEPPER_DEACTIVE_TIME is over instead of simply turn off all.
-
- Jun 10, 2015
-
-
wurstnase authored
it's disabled by default
-
- Jun 09, 2015
-
-
Scott Lahteine authored
-
- Jun 08, 2015
-
-
Richard Wackerbarth authored
Deprecate Support for Arduino IDE < 1.0.5
-
Richard Wackerbarth authored
Note that newer versions of the IDE can still be made to support compilation for the older boards.
-
Richard Wackerbarth authored
Note that newer versions of the IDE can still be made to support compilation for the older boards.
-
Scott Lahteine authored
More general solution to skip N[0-9]+[ ]* in the parser as in #2218
-