- Apr 30, 2015
-
-
Scott Lahteine authored
-
- Apr 29, 2015
-
-
Scott Lahteine authored
-
- Apr 28, 2015
-
-
Scott Lahteine authored
Add pin configuration for Brainwave Pro
-
Scott Lahteine authored
language_de.h: updated translation and minor typos
-
Scott Lahteine authored
Fix the M303 S-1 report text
-
Scott Lahteine authored
-
Scott Lahteine authored
Make EEPROM reproducible in GCode
-
Scott Lahteine authored
-
Scott Lahteine authored
Remove obsolete STRING_URL
-
Scott Lahteine authored
Update of servo.h
-
Scott Lahteine authored
Example Configuration for K8200: comments/URL/readme
-
Scott Lahteine authored
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
Allow Y to home before X with option in Configuration_adv.h.
-
Scott Lahteine authored
Disable endstops between homing bumps
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix homing Z position
-
Scott Lahteine authored
Add `sync_plan_position()` after `axis_is_at_home(axis)` to keep the planner position in sync when homing.
-
Scott Lahteine authored
We mark this historic day, when Marlin went to China.
-
Scott Lahteine authored
This makes `M421` more amenable for irregular matrices
-
Scott Lahteine authored
Level Bed in Prepare submenu
-
Bernardo authored
Updated "servo.h" to "Servo.h"
-
Bernardo authored
Corrected "servo.h" to "Servo.h" because of the updated filename.
-
Scott Lahteine authored
- Add “Level Bed” menu item for auto bed leveling - Hide the option if homing has not been done yet - Arrange the Prepare submenu more logically (?) - Add documentation comments, some white-space - Apply some coding standards here and there - Move old encoder multiplier debug option to `ultralcd.cpp`
-
- Apr 27, 2015
-
-
CONSULitAS authored
language_de.h: updated translation and minor typos
-
CONSULitAS authored
-
CONSULitAS authored
K8200 example Configuration.h: * STRING_URL removed: like proposed by thinkyhead in #1917
-
CONSULitAS authored
Conflicts: Marlin/example_configurations/K8200/Configuration.h
-
Steve Kelly authored
This addresses comments in #1956 and #1079. In particular, this is useful when both endstops are stationary on a CoreXY system, and the Y axis needs to be homed before the X so the flags are aligned.
-
AnHardt authored
-
AnHardt authored
-
AnHardt authored
-
AnHardt authored
Edited the European part of 'ISO10646_CN.fon' to match the existing fonts. Added Chinese font to make_fonts.bat Created 'dogm_font_data_ISO10646_CN.h' Added Chinese to 'language.h' Added 'language_cn.h' with some minor edits. Added Chinese font in 'language_en.h' to not fall back to European font. Added cn to 'Configuration.h' Changed WIDTH to LCD_PIXEL_WIDTH and HEIGHT to LCD_PIXEL_HEIGHT to have more descriptive names. In 'dogm_lcd_implementation.h' Added Chinese Font Made 1 pixel more room for the larger Chinese font on the status line. Changed geometry of the 'select bar' by one pixel. Changed the way the position for values and postcars are set.
-
Scott Lahteine authored
-
Scott Lahteine authored
With these changes the output of `M503 S0` is all you need to restore the EEPROM. Building on this it is straightforward to save and restore the EEPROM state using the SD card or external GCode file. - Added `M145` to set “heatup states” for the LCD menu - Added `M420` to toggle Mesh Bed Leveling - Added `M421` to set a single Mesh coordinate - Extended `Config_PrintSettings` with added M codes - Cleaned up some comments here and there
-
Scott Lahteine authored
M111 - Debug Level
-
Scott Lahteine authored
- Add `M111` as a standard option to set the debug level - Implement `DEBUG_ECHO` in `process_commands` - Other debug levels (e.g., `DEBUG_DRYRUN`) need more work
-
- Apr 26, 2015
-
-
Scott Lahteine authored
Rename files to move them in the IDE
-
Scott Lahteine authored
-
Scott Lahteine authored
-