Robert Brenckman
6ee34331b7
🐛 Fix Tool Change priming (#21142 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
il y a 2 ans
Scott Lahteine
6567e0e0aa
🎨 Misc. 9-axis cleanup
il y a 2 ans
DerAndere
e5b651f407
✨ Support for up to 9 axes (linear, rotary) (#23112 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
il y a 2 ans
Scott Lahteine
40481947fc
🧑💻 Misc. updates for extra axes (#23521 )
il y a 2 ans
Scott Lahteine
d7fede3a63
🎨 Apply F() to G-code report header
il y a 3 ans
Scott Lahteine
520b97083e
🎨 Apply F() to serial macros
il y a 3 ans
Scott Lahteine
dc5bef62ba
🎨 Various multi-axis patches (#22823 )
il y a 3 ans
Scott Lahteine
754b31918a
🎨 Fewer serial macros
il y a 3 ans
Scott Lahteine
79c72ed821
🎨 Standardize G-code reporting
il y a 3 ans
Scott Lahteine
dd42831cba
Serial macros cleanup
il y a 3 ans
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
il y a 3 ans
Scott Lahteine
d33fe2378c
Move common strings (#20846 )
il y a 3 ans
Scott Lahteine
76d8d1742c
Add multi-extruder condition
il y a 4 ans
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
il y a 4 ans
Scott Lahteine
dc6d8357a6
Reduce string duplication
il y a 4 ans
InsanityAutomation
c1dcc56a0b
Tool Change Migration fixes and debugging (#18448 )
il y a 4 ans
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
il y a 4 ans
studiodyne
2f6262c27b
Automatic Tool Migration feature (#17248 )
il y a 4 ans
Scott Lahteine
bfad23d3e2
(c) 2020
il y a 4 ans
Scott Lahteine
0e72c315a0
Minor string storage optimization
il y a 4 ans
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
il y a 4 ans
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
il y a 5 ans
InsanityAutomation
ce02c6cee2
Variable tool change purge (#14618 )
il y a 5 ans
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
il y a 5 ans
Scott Lahteine
5e38d70697
Fix M217 report label, general cleanup
il y a 5 ans
Scott Lahteine
3f36a38512
Clean up some pre-serial-redirect includes
il y a 5 ans
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
il y a 5 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 5 ans
Scott Lahteine
5b24ce9024
Hide M217 compile warning
il y a 6 ans
InsanityAutomation
6471a75a22
Combine more tool-change variables (#12137 )
il y a 6 ans
Scott Lahteine
e4cf175163
Synchronize on M204, M205 (#12302 )
* Add parser.seen for multiple parameters
* Fix M666, use !seen for report
* Synchronize on M204, M205
il y a 6 ans
InsanityAutomation
3ec3872730
Single Z raise value for all tool-changing / parking (#12090 )
* Universal tool-change Z lift
* Add TOOLCHANGE_ZRAISE to example configs
* Park/unpark changes to example configs
* Implement DEBUG_DXC_MODE
il y a 6 ans
Scott Lahteine
951b25163e
Extend M217 with configurable park/raise (#12076 )
il y a 6 ans
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
il y a 6 ans
InsanityAutomation
ee253991d4
Various fixups for single-nozzle filament swap (#12036 )
il y a 6 ans
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
il y a 6 ans
Thomas Moore
f7efac57b7
Multi-host support
il y a 7 ans
Scott Lahteine
69b664b6fe
Move M31 to cpp
il y a 7 ans
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
il y a 7 ans
Scott Lahteine
fa5f9c2aec
Move 'feature' files
il y a 7 ans
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
il y a 8 ans
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
il y a 8 ans
Richard Wackerbarth
06ae832276
Deprecate Support for Arduino IDE < 1.0.5
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
il y a 9 ans
Scott Lahteine
0ec444720f
Rename blinkm files
il y a 9 ans
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
il y a 9 ans
Scott Lahteine
f171656f8e
Cleanup of cardreader.*
- Apply standards to cardreader.*
- Fix minor issues with cardreader.cpp
- Apply standards to some other stale regions
il y a 9 ans
fmalpartida
5b3f60ea2e
Corrected LCD only error
If only an LCD is defined and no menu or keyboard defined, there is a
compilation error.
Added conditional compilation.
il y a 11 ans
fmalpartida
b5a964fcc5
Initial SAV MkI (RepRap CloneWars board) integration.
Included support for BT dongle on AT90USB boards.
Added LCD Shift Register LCD control
Included support for RepRap Clone Wars project board (SAV MKI).
il y a 11 ans
Tim Koster
97b0da0c2e
Removed #ifndef BLINKM
il y a 11 ans
Tim Koster
61db046b32
Added #ifdef BLINKM around new code. Also refined BlinkM.h.
il y a 11 ans