Scott Lahteine
184c077c58
Correct includes (u8g.h) and spelling
7 years ago
Yunhui Fu
77bc653524
Use X windows 6x12 bitmap font to support western languages.
7 years ago
Scott Lahteine
a51b61b38c
Remove old and obsolete .fon files
7 years ago
Scott Lahteine
9d06d9edc8
Fix up fonts scripts
7 years ago
Yunhui Fu
3f71e951f1
Merge SK,CZ fonts to buildroot/share/fonts/ISO10646-0-2.bdf
7 years ago
Chris Pepper
744bcaee61
[2.0.x] Fix problems compiling with Arduino IDE ( #10441 )
* Fix problems compiling u8glib utf8 support on Arduino
* Change header in auto-generated font data
* Change include in font gen scripts
7 years ago
Yunhui Fu
93273a4c9e
Fix u8g.h search path error ( #10419 )
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
7 years ago
Yunhui Fu
c96412a78f
[2.0.x] UTF-8 language translation support ( #10213 )
7 years ago
Scott Lahteine
72c15a5cc9
Add --no-track to mfnew git script
7 years ago
Scott Lahteine
e74a5829c7
Show .github folder in Sublime Text project
7 years ago
Scott Lahteine
b9303b5577
Enhance github helper scripts ( #9888 )
7 years ago
Scott Lahteine
13940268a2
Fix findMissingTranslations.sh for 2.0.x
7 years ago
Scott Lahteine
0e0f17be30
Sublime Text can ignore .vscode
7 years ago
Petr Zahradník
d81e9ce7cb
Add CHARSIZE to ignorelist
7 years ago
Scott Lahteine
47e56afeeb
Add 'mffp' to quickly push upstream ( #9587 )
7 years ago
Scott Lahteine
e6c32b3a14
Add sublime-project file ( #9526 )
7 years ago
Scott Lahteine
eede8679e7
Fix up git helper scripts
7 years ago
Scott Lahteine
ba8bc7ea80
Cosmetic tweaks
7 years ago
Scott Lahteine
0918dae66e
Add OV() macro for use in thermistor tables
7 years ago
Scott Lahteine
ca21367dde
Update git helper scripts
7 years ago
Scott Lahteine
10a1f07684
Add mfup to mfpub to get upstream changes
7 years ago
Scott Lahteine
3e7b24278f
Fix usage line in temperature table script
7 years ago
Scott Lahteine
bacea22a26
Update thermistor table script for current format
7 years ago
Scott Lahteine
c0382cd8cd
Add UTF-8 mapper for Slovak language
Based on #7862 , #7846 by @rmoravcik
7 years ago
Scott Lahteine
65996e4235
Support file updates
7 years ago
Scott Lahteine
e4fcf460e7
Marlin bugfix-2.0.x Version/README
7 years ago
Scott Lahteine
f713f25fa5
Clean up excess whitespace
7 years ago
Scott Lahteine
28deff01b8
Fix a bug in mfup
7 years ago
Petr Zahradník
8c34233452
UTF-8 mapper for Czech
7 years ago
Scott Lahteine
ab79933d1f
Update Marlin+Github helper scripts
7 years ago
Scott Lahteine
52e20aeab3
Pins-related cleanup, formatting
8 years ago
Scott Lahteine
301958b3e0
Simplify mfdoc, mfpub
8 years ago
Scott Lahteine
60a4ca1182
Better mfpub
8 years ago
Scott Lahteine
6c2e6ea38e
Patch mfqp for use directly with MarlinDocumentation
8 years ago
Scott Lahteine
bef9791ea3
Fix mfrb and mfpub
8 years ago
Scott Lahteine
d14b068147
Tweak git helper scripts
8 years ago
Scott Lahteine
3cd9af2409
bugfix-1.1.x ReadMe, Version, helper scripts
8 years ago
Scott Lahteine
dd436ceeb7
Add 'mfdoc' and 'mfpub' scripts to help with documentation
8 years ago
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`
8 years ago
Scott Lahteine
7b4c245de3
Improve existing git helper scripts
8 years ago
Scott Lahteine
06f4776be4
mfprune: fetch remotes, offer checkout option
8 years ago
Scott Lahteine
e0e069c6d8
Clean up trailing whitespace
8 years ago
Scott Lahteine
396bd7b377
Update "firstpush" to open branch commits on Github
8 years ago
Scott Lahteine
c961dd084d
Add hidden option to output Bilinear grids in JSON
8 years ago
Tom Haraldseid
1d65b4b316
Updated CMakeLists
8 years ago
Scott Lahteine
29bc83ead8
Optimize findMissingTranslations.sh
8 years ago
Scott Lahteine
b44f06a296
Extend findMissingTranslations, reformat output
8 years ago
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.
8 years ago
tohara
f579ec2e7a
Added CMake support
8 years ago
AnHardt
f3eee02596
Introduce endstop interrupts
If ENDSTOP_INTERRUPTS_FEATURE is enabled this tries to set up interrupt routines
for all used endstop pins. If this worked without errors, `endstops.update()` is called
only if one of the endstops changed its state.
The new interrupt routines do not really check the endstops and react upon them. All what they
do, is to set a flag if it makes sense to call the endstop test we are used to.
This can be used on:
* ARM (DUE) based boards - all pins can raise interrupts,
* RAMPS - all 6 endstop pins plus some other on EXT-2 can raise interrupts,
* RAMPS based boards - as long the designers did not change the pins for the endstops or at least left enough,
* all boards, if there are enough pins that can raise interrupts, and you are willing/able to swap with pins dedicated to other purpose.
8 years ago