AnHardt
775ea401c8
Delete Documentation/LCDLanguageFont.mf to avoid conflicts with Development
9 лет назад
Bo Herrmannsen
4aa2490099
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
1351e40c72
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
c0b318330b
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
12d0983757
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
7cd7b2e4c8
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
b2b595f8f4
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
2ddace1a84
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
caf15371e2
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
29f4ebf32a
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
b413cf34e9
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
b9b9a2085a
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
6e8f8706b0
moved to http://www.marlinfirmware.org/
9 лет назад
Bo Herrmannsen
86ed55e75c
moved to http://www.marlinfirmware.org/
9 лет назад
Scott Lahteine
44decda00b
Add documentation for MKS BASE 1.0 et. al.
9 лет назад
Scott Lahteine
69655205f5
Demote headers, add TOC
9 лет назад
Scott Lahteine
b492391fa7
Initial Hardware.md to fix 404 error
- Addressing issue #1935
9 лет назад
Scott Lahteine
26c53634e1
Add a TOC
9 лет назад
AnHardt
1d9699be0f
Add some doku
9 лет назад
Bo Herrmannsen
d0b1f70118
Update Compilation.md
9 лет назад
Scott Lahteine
8f164f4c83
Clean up M85 in GCodes.md
9 лет назад
Scott Lahteine
a327d876fe
Document G92 arguments in GCodes.md
9 лет назад
Scott Lahteine
652d59cd80
Spacing of g-codes in GCodes.md
9 лет назад
Scott Lahteine
fe912f44dc
Smaller headings
9 лет назад
Scott Lahteine
93eb63238f
Move G Codes into categories with M Codes
9 лет назад
Scott Lahteine
a3b13eb5ac
Organize M Codes by Category
- In GCodes.md
9 лет назад
Scott Lahteine
3105ebc562
Restore M928, M999
9 лет назад
Scott Lahteine
01654bdec1
Cleanup formatting of some M codes
9 лет назад
Scott Lahteine
907e8e98e5
Add GCodes from Marlin 1.0.3 dev, format as pre
9 лет назад
AnHardt
56fc3a4835
bgr -> bg
+ update in documentation
9 лет назад
AnHardt
6248c93f37
Introduction of Bulgarian - language_bgr.h
Thank you @Nprod !
9 лет назад
Edward Patel
9a093b2e8f
Added #error + mention not to enable ABL and Mesh at the same time
9 лет назад
Edward Patel
6bdebede27
Added description in the documentation for the new parts.
9 лет назад
Edward Patel
92a7260fd0
typos
9 лет назад
Edward Patel
4a78db29eb
Added instructions for Mesh bed leveling
9 лет назад
AnHardt
4beffbca69
Make SMALL_INFOFONT configurable.
Tweak the documentation
9 лет назад
Scott Lahteine
c6df5f4d85
small text correction
9 лет назад
Scott Lahteine
8dd94ccf58
Initial list from perusing the commit logs
9 лет назад
Scott Lahteine
b1a7f74ee4
A logo for the Marlin wiki
9 лет назад
alexborro
5ddb8d94e2
Update Documentation related to M204
10 лет назад
AnHardt
ace3c62a1c
Argh! Did not hit save
10 лет назад
AnHardt
bfb8a53156
Documentation reformating
The last for today - i hope.
10 лет назад
AnHardt
1feb71895b
And an other one
10 лет назад
AnHardt
9518b1c873
And another update for the documentation.
10 лет назад
AnHardt
d9b3232e94
Another update for the documentation.
10 лет назад
AnHardt
09838dc948
reformat documentation
10 лет назад
AnHardt
96f8d20f2f
Change selection logic another time
Automatic selection was to unflexible.
Updated documentation
Updated language files to new logic and documentation.
Updated bdf2u8g.exe
10 лет назад
Bo Herrmannsen
c7067edddf
initial empty change log
10 лет назад
AnHardt
6d575b1bc7
Add some documentation.
10 лет назад
Gina Häußge
63b62d8d4e
Fixed in-line comments and escaping
* "G1 X1 ; test" was not executing "G1 X1" due to never leaving comment mode.
* "M117 Hello \;)" printed "Hello \" to the display due to not replacing serial_char properly.
Tested with the following commands:
* M117 Hello ; test => displays "Hello" on display, ignores "test"
* G1 X1 ; foo => moves 1mm in X, ignores "foo"
* ; test => completely ignored, not even acknowledged
* M117 Hello \;) => displays "Hello ;)" on display
* M117 Hello \\;) => displays "Hello \" on display, ignores ")"
10 лет назад