- Apr 27, 2015
-
-
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.
-
- Apr 17, 2015
-
-
paclema authored
-
- Apr 14, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 11, 2015
-
-
Scott Lahteine authored
- Replace “Mendel” with “RepRap”
-
- Apr 04, 2015
-
-
Richard Wackerbarth authored
-
- Apr 02, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
The automatic versioning system extracts a build version number from the SCM system That versioning information is written to the file _Version.h, a file that is NOT preserved in the SCM. If such a file will be present, we include it here to utilize the parameters that are defined therein.
-
Chris Roadfeldt authored
Catch unlikely but possible error and head crash when using Z_PROBE_REPEATABILITY_TEST
-
- Mar 28, 2015
-
-
Chris Roadfeldt authored
-
Scott Lahteine authored
- Patched up for most included configurations
-
- Mar 27, 2015
-
-
Scott Lahteine authored
-
- Mar 24, 2015
-
-
alexborro authored
Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z steppers - Let's call them Z stepper and Z2 stepper. That way the machine is capable to align the bed during home, since both Z steppers are homed. There is also an implementation of M666 (software endstops adjustment) to this feature. After Z homing, this adjustment is applied to just one of the steppers in order to align the bed. One just need to home the Z axis and measure the distance difference between both Z axis and apply the math: Z adjust = Z - Z2. If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it is.. think about it) and the Z adjust would be positive. Play a little bit with small adjustments (0.5mm) and check the behaviour. The M119 (endstops report) will start reporting the Z2 Endstop as well.
-
- Mar 20, 2015
-
-
Scott Lahteine authored
- Add `Conditionals.h` with calculated configuration values - Add `SanityCheck.h` with checks for configuration errors - Remove equivalent code from all configurations - Move error checks from some sources to `SanityCheck.h` also - Fix initialization of count_direction in stepper.cpp
-
- Mar 17, 2015
-
-
AnHardt authored
-
- Mar 15, 2015
-
-
AnHardt authored
-
- Mar 13, 2015
-
-
AnHardt authored
Automatic selection was to unflexible. Updated documentation Updated language files to new logic and documentation. Updated bdf2u8g.exe
-
- Mar 10, 2015
-
-
AnHardt authored
-
- Mar 06, 2015
-
-
Scott Lahteine authored
-
- Mar 05, 2015
-
-
AnHardt authored
-
- Mar 03, 2015
-
-
Scott Lahteine authored
-
- Feb 25, 2015
-
-
Scott Lahteine authored
-
- Feb 08, 2015
-
-
AnHardt authored
Include of language_en.h now behind national language. All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
-
AnHardt authored
+ May decrease the workload for feature developers. They may omit to update all the language files but "language_en.h". When loading _en first, all new features give some display, but the new in English. - May throw some additional warnings about redefinition during compile.
-
- Feb 03, 2015
-
-
Scott Lahteine authored
-
- Feb 01, 2015
-
-
AnHardt authored
-
AnHardt authored
Select DOGM-displays automaticly. Give hint where to find charsets. Add '²' and '³' characters.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jan 30, 2015
-
-
AnHardt authored
-
AnHardt authored
Defined the charsets plus a default.
-
Scott Lahteine authored
- Also partial cleanup of Marlin_main.cpp with a smidgen of Doxygen.
- Jan 29, 2015
-
-
Victor Andueza authored
-
Scott Lahteine authored
- Also adds a language string for the error. - Also adds SERIAL_EOL as an alias for SERIAL_ECHOLN(“”)
-
- Jan 28, 2015
-
-
Victor Andueza authored
-