Commit Graph

69 Commits (3c2bfa5e533b9f1d659baec30770f6e274cb539e)

Author SHA1 Message Date
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`
Scott Lahteine 7b4c245de3 Improve existing git helper scripts
Scott Lahteine 06f4776be4 mfprune: fetch remotes, offer checkout option
Scott Lahteine e0e069c6d8 Clean up trailing whitespace
Scott Lahteine 396bd7b377 Update "firstpush" to open branch commits on Github
Scott Lahteine c961dd084d Add hidden option to output Bilinear grids in JSON
Tom Haraldseid 1d65b4b316 Updated CMakeLists
Scott Lahteine 29bc83ead8 Optimize findMissingTranslations.sh
Scott Lahteine b44f06a296 Extend findMissingTranslations, reformat output
AnHardt a0004e7cd3 Change font decent to -1 for tt and gr
For speeding up font drawing unify font decent.
Tr and Gr have ben the only fonts with a font decent of -2.
Sorry for some, a bit compressd, but hopefully still readeble symbols.
Scott Lahteine 7b95918e84 Merge pull request from thinkyhead/rc_cmake_support
Added CMake support
tohara f579ec2e7a Added CMake support