- Apr 17, 2015
-
-
paclema authored
-
- Apr 16, 2015
-
-
Scott Lahteine authored
Babystep delay 2us
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixed M48 mismatch between n and P parameter on documentation
-
- Apr 15, 2015
-
-
paclema authored
-
paclema authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Scott Lahteine authored
Some minor translations to spanish
-
Scott Lahteine authored
Example Configuration for K8200 back in sync
-
- Apr 14, 2015
-
-
elgambitero authored
-
CONSULitAS authored
example_configurations\K8200\Configuration.h: * merge upstream changes from default Configuration.h manually * add some machine specific comments
-
CONSULitAS authored
-
Scott Lahteine authored
Enable all old_z_*_endstop vars for Z_DUAL_ENDSTOPS
-
Scott Lahteine authored
-
Scott Lahteine authored
- Potentially addressing #1911
-
Scott Lahteine authored
Rename servos[] array in Marlin to servo[]
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix type of code_has_value
-
Scott Lahteine authored
-
Scott Lahteine authored
Naming and code comments
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
Fix Syntax Error Filament Runout Statement
-
Mehmet Sutas authored
-
Scott Lahteine authored
Several fixups
-
Scott Lahteine authored
-
Scott Lahteine authored
- Change some `previous_` time vars to `next_` so an add only happens at intervals - Fix `HEATER_0_USES_MAX6675` polling too frequently, or not at all
-
Scott Lahteine authored
Conflicts: Marlin/ultralcd.cpp
-
Scott Lahteine authored
-
Scott Lahteine authored
Manual bed leveling menu fixes.
-
Scott Lahteine authored
Homing fixes
-
Scott Lahteine authored
-
- Apr 12, 2015
-
-
Scott Lahteine authored
-
Edward Patel authored
lcdDrawUpdate = 2 helped a lot!
-
Scott Lahteine authored
- Prevent `Z_SAFE_HOMING` from homing Z twice in some cases - Allow `G28` with XYZ values of 0 to explicitly set the position - Don’t add `home_offset` when setting XYZ explicitly in `G28` - Add `code_has_value` function to check for the presence of a numeric value (could just test for space or nul to allow other types of values)
-
- Apr 11, 2015
-
-
Scott Lahteine authored
Fix doubled lcd_quick_feedback
-
Scott Lahteine authored
-
Scott Lahteine authored
- MENU_ITEM causes lcd_quick_feedback to be called, so only those calls to `lcd_goto_menu` outside of the `MENU_ITEM` macro need to set the `feedback` flag when calling `lcd_goto_menu`.
-