Scott Lahteine
081bf1f879
Patch #else / #endif comments
преди 8 години
android444
77aa16005d
Polish font
Add polish font for GLCD displays only.
HD44780 work properly without polish character.
Update language_pl.h.
преди 8 години
Scott Lahteine
04050237f0
Header and pins changes to support 5 extruders
преди 8 години
Scott Lahteine
48c6284c91
Immediate commands take precedence
преди 8 години
Bob-the-Kuhn
b31604a492
Message for every KILL and STOP
No more mystery halts & resets
Moved messages to language.h
Added current command to inactive timeout message
преди 8 години
Scott Lahteine
8289ea1316
Use a short name for the filament "endstop"
преди 8 години
Roxy-3D
8bf0b496b9
Improve M600 with timeout, wait for heatup.
преди 8 години
Scott Lahteine
c15b9a6a06
No space after X: or A: in M114 output
преди 8 години
Damien
4e2639942b
Support for M335 case light "no case light"
преди 8 години
Scott Lahteine
6d7b1cdf6c
Add M421 for ABL Bilinear
преди 8 години
Scott Lahteine
2643404ac8
Throw an error in M420 if can't enable
преди 8 години
yhfudev
2dbd38ce16
tag the utf-8 strings
преди 8 години
esenapaj
a298a58684
Remove redundant "E"
преди 8 години
jes
c90191faaf
adding ukrainian laguage support
преди 8 години
Scott Lahteine
aee71c543e
Minor formatting in language.h
преди 8 години
Mehmet Sutas
6fb9c6fe07
Follow-up for #5167 Turkish Language
Add check for Turkish Font before setting better font for graphic displays
преди 8 години
Scott Lahteine
3c9a838651
Extended capabilities report in M115
преди 8 години
esenapaj
be48792e9c
Follow up the PR #5167 (Add Turkish Language), etc
・Remove all the #ifndef
・Follow the PR #4603 (Strip never-translated strings from language
files)
・Follow the PR #4634 (Set language display charset in language.h)
・Follow the PR #4936 (Put max_jerk vars in array, clean up jerk code)
・Adjust spacing
преди 8 години
Scott Lahteine
accabf088a
Add support for Z2 min endstop to M119
преди 8 години
Scott Lahteine
c6dd539c84
Print error for M42 bad pin
преди 8 години
Scott Lahteine
c2744d8a8b
Add support for G2/G3 with R parameter
преди 8 години
Scott Lahteine
788a16fc46
Clean up serial out code
преди 8 години
Scott Lahteine
00cdb15cec
Move invariant LCD strings to language.h
преди 8 години
Scott Lahteine
280534c06f
Add M211: Enable/Disable Software Endstops
преди 8 години
Scott Lahteine
aa30550b21
Keep SIMULATE_ROMFONT only language.h
преди 8 години
Scott Lahteine
cec61c350d
Set language display charset in language.h
преди 8 години
Scott Lahteine
24a1a16e5d
Move versioning to MarlinConfig.h
преди 9 години
Scott Lahteine
c6226bb0aa
Unify config in a single include without nested includes
преди 9 години
Scott Lahteine
cbc7f22ad9
Implement DUAL_NOZZLE_DUPLICATION_MODE
преди 9 години
João Brázio
2f26bc2153
Adds filamentUsed and longestPrint stats to PrintCounter
преди 9 години
Scott Lahteine
928ff6487a
Greek language pack from @psavva
преди 9 години
AnHardt
a129078927
Add an emergency-command parser to MarlinSerial (supporting M108)
Add an emergency-command parser to MarlinSerial's RX interrupt.
The parser tries to find and execute M108,M112,M410 before the commands disappear in the RX-buffer.
To avoid false positives for M117, comments and commands followed by filenames (M23, M28, M30, M32, M33) are filtered.
This enables Marlin to receive and react on the Emergency command at all times - regardless of whether the buffers are full or not. It remains to convince hosts to send the commands. To inform the hosts about the new feature a new entry in the M115-report was made. "`EMERGENCY_CODES:M112,M108,M410;`".
The parser is fast. It only ever needs two switch decisions and one assignment of the new state for every character.
One problem remains. If the host has sent an incomplete line before sending an emergency command the emergency command could be omitted when the parser is in `state_IGNORE`.
In that case the host should send "\ncommand\n"
Also introduces M108 to break the waiting for the heaters in M109, M190 and M303.
Rename `cancel_heatup` to `wait_for_heatup` to better see the purpose.
преди 9 години
Scott Lahteine
bd491818d6
Reduce storage requirements for strings, make some PGM
преди 9 години
Scott Lahteine
400e13d136
Output a message for SD read errors
преди 9 години
Scott Lahteine
02e5dad29a
Include Croatian in language listings
преди 9 години
Scott Lahteine
360adc6a3b
Small reduction in M421 code
преди 9 години
AnHardt
f5a036510f
Extend M421 with I and J parameters
Extend M421 with I and J parameters
преди 9 години
Scott Lahteine
13175ce7da
Fix error checking in M421
преди 9 години
Scott Lahteine
0c11566f42
Replace LANGUAGE_INCLUDE with LCD_LANGUAGE
преди 9 години
Scott Lahteine
259794c0be
Make DISPLAY_CHARSET_HD44780 a single setting
преди 9 години
João Brázio
170f7e8a45
Rework Marlin's versioning system
преди 9 години
Scott Lahteine
ba66336503
Output error for disabled M303
преди 9 години
João Brázio
9240682630
Followup #3326 : Update DEFAULT_SOURCE_URL comment
преди 9 години
Scott Lahteine
56e8e2b0eb
Final tweaks to M111 output
преди 9 години
Scott Lahteine
2b01649533
Move default machine info to pins files
преди 9 години
Scott Lahteine
4f24323817
Split DEFAULT_MACHINE_NAME from DEFAULT_SOURCE_URL
Addressing #3325 – Avoid undefined symbol errors in the compiler.
преди 9 години
Scott Lahteine
4402760739
Echo all debug levels in M111, default to DEBUG_NONE
Redo of #3268 by @jbrazio
преди 9 години
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
преди 9 години
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
преди 9 години
esenapaj
22299c13c1
Change link to the document
documentation/LCDLanguageFont.md moved to http://www.marlinfirmware.org/ at commit 12d0983757 ,
but http://www.marlinfirmware.org/ isn't working.
преди 9 години