Commit Graph

80 Commits (11ef4324762d966c02145e602316da9db93b9f13)

Author SHA1 Message Date
Scott Lahteine dde941cac8 Updates to font scripts and fonts documentation
Scott Lahteine 184c077c58 Correct includes (u8g.h) and spelling
Yunhui Fu 77bc653524 Use X windows 6x12 bitmap font to support western languages.
Scott Lahteine a51b61b38c Remove old and obsolete .fon files
Scott Lahteine 9d06d9edc8 Fix up fonts scripts
Yunhui Fu 3f71e951f1 Merge SK,CZ fonts to buildroot/share/fonts/ISO10646-0-2.bdf
Chris Pepper 744bcaee61 [2.0.x] Fix problems compiling with Arduino IDE ()
* Fix problems compiling u8glib utf8 support on Arduino
* Change header in auto-generated font data
* Change include in font gen scripts
Yunhui Fu 93273a4c9e Fix u8g.h search path error ()
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
Yunhui Fu c96412a78f [2.0.x] UTF-8 language translation support ()
Scott Lahteine 5676b187b4 Move etc/udev to buildroot/etc
Followup to . This is the appropriate place for any system etc folder additions.
Scott Lahteine 72c15a5cc9 Add --no-track to mfnew git script
Scott Lahteine e74a5829c7 Show .github folder in Sublime Text project
Scott Lahteine b9303b5577
Enhance github helper scripts ()
Scott Lahteine 13940268a2 Fix findMissingTranslations.sh for 2.0.x
Scott Lahteine 0e0f17be30 Sublime Text can ignore .vscode
Petr Zahradník d81e9ce7cb Add CHARSIZE to ignorelist
Scott Lahteine 47e56afeeb
Add 'mffp' to quickly push upstream ()
Scott Lahteine e6c32b3a14
Add sublime-project file ()
Scott Lahteine 2690ce7a96 Fix use_example_configs to handle spaces in path
Scott Lahteine eede8679e7 Fix up git helper scripts
Scott Lahteine ba8bc7ea80 Cosmetic tweaks
Scott Lahteine 0918dae66e Add OV() macro for use in thermistor tables
Scott Lahteine ca21367dde Update git helper scripts
Scott Lahteine 817175613a
Merge pull request from thinkyhead/bf2_anet_10_servo
[2.0.x] Define a default SERVO0_PIN for Anet 1.0
Scott Lahteine 7465ede058 Add scripts for .travis.yml to append config options
Scott Lahteine 10a1f07684 Add mfup to mfpub to get upstream changes
Scott Lahteine 3e7b24278f Fix usage line in temperature table script
Scott Lahteine bacea22a26 Update thermistor table script for current format
Scott Lahteine c0382cd8cd Add UTF-8 mapper for Slovak language
Based on ,  by @rmoravcik
Christopher Pepper bea3ec2724 M355 S0, S1 fixes & faster LCD, SD card
fix Travis error
Scott Lahteine f37ed314e0 Friendly layout for Arduino IDE
Scott Lahteine 65996e4235 Support file updates
Christopher Pepper d2fb3215da PlatformIO Travis test
spi.h renamed to avoid conflicts with base libraries
teemuatlut f3e562e46e HAL for 32-bit Teensy (3.5, 3.6) architecture
Scott Lahteine e4fcf460e7 Marlin bugfix-2.0.x Version/README
Scott Lahteine f713f25fa5 Clean up excess whitespace
Scott Lahteine 28deff01b8 Fix a bug in mfup
Petr Zahradník 8c34233452 UTF-8 mapper for Czech
Scott Lahteine ab79933d1f Update Marlin+Github helper scripts
Scott Lahteine 1446b5f01d Allow more avr variants with build_marlin*
Scott Lahteine 19b62c14f0 Add a script so Travis can test for intentional failure
Scott Lahteine 52e20aeab3 Pins-related cleanup, formatting
Scott Lahteine 301958b3e0 Simplify mfdoc, mfpub
Scott Lahteine 60a4ca1182 Better mfpub
Scott Lahteine 6c2e6ea38e Patch mfqp for use directly with MarlinDocumentation
Scott Lahteine bef9791ea3 Fix mfrb and mfpub
Scott Lahteine d14b068147 Tweak git helper scripts
Scott Lahteine 3cd9af2409 bugfix-1.1.x ReadMe, Version, helper scripts
Scott Lahteine dd436ceeb7 Add 'mfdoc' and 'mfpub' scripts to help with documentation
Scott Lahteine 78308b1c0b New git helper scripts 'mfadd' and 'mfqp'
- `mfadd` adds and fetches a user’s fork of Marlin
- `mfqp` invokes `git commit -m`, `mfrb`, `git push -f`