- Apr 10, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 09, 2015
-
-
Scott Lahteine authored
- Use `line_to_current` in place of `plan_buffer_line`
-
Scott Lahteine authored
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
Catch dangerous extrude before trying several
-
Scott Lahteine authored
Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
-
Scott Lahteine authored
-
Scott Lahteine authored
Moved the definitions of the LCD_STR_* to Conditionals.h
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
Remove Contrast Menu for device U8GLIB_ST7920
-
- Apr 08, 2015
-
-
AnHardt authored
-
AnHardt authored
Resolved some warnings in Marlin_main.cpp regarding compares of signed and unsigned integers by replacing 'int' or 'uint16_t' with 'uint8_t'.
-
AnHardt authored
to avoid errors in Marlin_main.cpp. #1860 In the include tree of Marlin_main.cpp the decision between the display types is not made. To include the right LCD_STR_* ether 'dogm_lcd_implementation.h' or 'ultralcd_implementation_hitachi_HD44780.h' with all their code. A 'dogm_lcd_implementation.h.h' would be a curiosity. So i moved both of the definition blocks to conditionals.h On the long term it could make sense to use the same numbering for the u8glib and the hitachi symbols.
-
Edward Patel authored
-
AnHardt authored
and cleaned typo.
-
AnHardt authored
The other two devices we use in u8glib have more than only dummy code. Checked this in the library code.
-
Scott Lahteine authored
Thermistor values for configurator
-
Scott Lahteine authored
-
Scott Lahteine authored
Set version to "1.0.3 dev"
-
Scott Lahteine authored
IsStopped / IsRunning inline
-
Scott Lahteine authored
Update language_ru.h
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Max authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Squished #1849
-
Scott Lahteine authored
Fix typo in readme
-
Administrator authored
-
Scott Lahteine authored
- Set `de` to 0 when `position[E] = target[E]` - Address regression mention in #1846
-
Scott Lahteine authored
Mesh bed leveling: Added G29 S3 + finer display steps during manual input + bug fix
-
- Apr 07, 2015
-
-
Scott Lahteine authored
Fix G29 not deploying probe in some instances
-
Scott Lahteine authored
-
Edward Patel authored
-
Edward Patel authored
-