Giuseppe499
df4e022a48
🚸 Fix, extend X Axis Twist Compensation (#23745 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
9665a4434c
🧑💻 Fewer string macros
3 years ago
Scott Lahteine
520b97083e
🎨 Apply F() to serial macros
3 years ago
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 years ago
Jason Smith
331cc5fd6a
🐛 Fix some Simulator on Windows issues (#22516 )
3 years ago
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
4 years ago
Scott Lahteine
dd4990252e
♻️ Refactor Linear / Logical / Distinct Axes (#21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
4 years ago
Scott Lahteine
abbe3f0dc7
🎨 Misc cleanup and fixes
4 years ago
ellensp
02405add76
Support a third serial port (#21784 )
4 years ago
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
4 years ago
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances (#21306 )
4 years ago
Scott Lahteine
dbd28eecc9
Number serial from 1 to match settings
4 years ago
X-Ryl669
ec42be346d
Fix and improve G-code queue (#21122 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
X-Ryl669
3f01b222b2
Refactor serial class with templates (#20783 )
4 years ago
ellensp
c929fb52dd
Meatpack::report_state on serial port init (#20903 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
4 years ago
Scott Lahteine
d33fe2378c
Move common strings (#20846 )
4 years ago
Victor Tseng
b5ece63778
Fix garbled print_xyz output (#18810 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 years ago
Fabio Santos
25c7c43a82
Add SERIAL_FLOAT_PRECISION option (#18367 )
5 years ago
Scott Lahteine
6371782263
Add HAS_MULTI_SERIAL conditional
5 years ago
Gurmeet Athwal
a4c981469e
Extended reporting options (#16741 )
5 years ago
Scott Lahteine
000ec9fc13
Ensure language.h include order
See #17604
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Robby Candra
a0a93e35ae
Fix serial port redirection (index ≠ port num) (#16687 )
5 years ago
Bob Kuhn
1ad53cee1f
Improved STMicro L64XX stepper driver support (#16452 )
5 years ago
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
d63e0f6d98
Pending refactor tweaks
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging (#13577 )
6 years ago
Scott Lahteine
72c7751768
Fix SERIAL_POS in use with DEBUG_OUT
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
6 years ago
Scott Lahteine
fa236e9718
General cleanup ahead of L64XX
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6 years ago
Scott Lahteine
50af1d1e08
Differentiate translated On/Off from Serial ON/OFF
6 years ago
Scott Lahteine
b3b4e6dc45
Change Marlin debug flag names to fix conflicts (#12340 )
In reference to #11000
6 years ago
Scott Lahteine
cb7844c8d4
Save PROGMEM on serial prefixes (#12033 )
With default config and `EEPROM_SETTINGS`, saves over 200 bytes of PROGMEM.
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6 years ago
Scott Lahteine
d4fde91222
Fix serial.h including itself
7 years ago
Scott Lahteine
d7b699ec34
Fewer includes of vector_3.h
7 years ago
Thomas Moore
f7efac57b7
Multi-host support
7 years ago
Thomas Moore
9e699811d2
Make LPC1768 pinmapping not specific to Re-ARM (#8063 )
* Merging early because of build failures. See #8105
* Make LPC1768 pinmapping not specific to Re-ARM
* Add HAL_PIN_TYPE and LPC1768 pin features
* M43 Updates
* Move pin map into pinsDebug_LPC1768.h
* Incorporate comments and M226
* Fix persistent store compilation issues
* Update pin features
* Update MKS SBASE pins
* Use native LPC1768 pin numbers in M42, M43, and M226
7 years ago
Scott Lahteine
142d8aae56
Move debugging to serial.*
7 years ago