Scott Lahteine
24d1d3eb5c
💡 Misc. cleanup, comments
2022-01-12 09:47:44 -06:00
Scott Lahteine
9665a4434c
🧑💻 Fewer string macros
2022-01-10 02:51:50 -06:00
Scott Lahteine
e65c12cf96
🧑💻 Apply axis conditionals
2022-01-02 09:26:34 -06:00
Scott Lahteine
6fb2d8a25f
🧑💻 Remove extraneous 'inline' hints
2021-12-28 06:07:55 -06:00
MrAlvin
df9eb566c7
🚸 Show mm'ss during first hour ( #23335 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 03:47:52 -06:00
John Lagonikas
9e6ded3cdf
🐛 Fix and improve MAX31865 ( #23215 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-08 12:55:09 -06:00
Scott Lahteine
0a64209305
🎨 Rename MAX31865 elements
2021-12-08 12:40:23 -06:00
Scott Lahteine
63d73bfafc
✏️ MAX31856 => MAX31865
2021-12-06 20:18:50 -06:00
Jin
27220f0944
🍻 Preliminary fix for Max31865 SPI ( #22682 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-06 22:53:36 -05:00
somehibs
3f6c8d5dc5
🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) ( #23022 )
2021-10-27 15:00:02 -05:00
Scott Lahteine
1f3f9cb68c
🎨 Pragma GCC cleanup
2021-10-19 05:52:41 -05:00
Stuart Pittaway
ad14b5052c
✨ M261 S I2C output format ( #22890 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-10-11 17:42:29 -05:00
Scott Lahteine
1dafd1887e
🎨 Apply F() to various reports
2021-10-04 00:26:29 -05:00
Scott Lahteine
323b38ee88
💡 Adjust headers, formatting
2021-09-16 04:39:43 -05:00
Scott Lahteine
754b31918a
🎨 Fewer serial macros
2021-09-09 05:41:58 -05:00
ellensp
66ded801b7
⏪ ️ Revert MAX31865 recent changes ( #22660 )
2021-08-30 22:40:49 -05:00
Jin
181530db76
🩹 Use <SoftwareSPI.h> in MAX31865 lib ( #22618 )
2021-08-25 17:33:08 -05:00
Scott Lahteine
c161a46112
🎨 Update MKSPWC, some other pins ( #22557 )
2021-08-13 16:32:25 -05:00
luzpaz
afca6e7459
🐛 Spellcheck comments ( #22496 )
...
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
2021-08-03 19:02:34 -05:00
Scott Lahteine
e1907a99e2
🎨 Fix some formatting, F() versus PSTR()
2021-07-24 22:07:26 -05:00
Roxy-3D
154decfc66
Update vector_3.cpp
...
Fix the regression for G29 J in UBL
2021-07-19 18:59:06 -06:00
Katelyn Schiesser
b2f0913083
🐛 Redundant Temp Sensor followup ( #22196 )
2021-07-06 19:36:41 -05:00
Scott Lahteine
d320545066
🎨 Laser Ammeter followup ( #22079 )
...
Followup to #21835
2021-06-08 07:51:28 -05:00
Mike La Spina
002e1d49fe
Add Laser Based I2C Ammeter Feature ( #21835 )
2021-06-07 14:15:09 -05:00
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes ( #19112 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-05 02:18:47 -05:00
ellensp
08155b4875
🔨 Creality v4 with STM32 HAL ( #21999 )
...
- New STM32 env for Creality V4 boards.
- Separate Libmaple targets into their own `ini` file.
- Temporarily remove unusable targets from `pins.h`.
Co-authored-by: ellensp <ellensp@hotmsil.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-02 01:44:55 -05:00
Scott Lahteine
d71b35c24f
🎨 Apply shorthand and cleanups
2021-05-23 03:04:36 -05:00
Scott Lahteine
a6e5492b08
♻️ Refactor axis counts and loops
2021-05-20 00:59:58 -05:00
Scott Lahteine
fccfcfbe5f
Cleanup, hex formatting, includes
2021-05-05 08:04:04 -05:00
Scott Lahteine
dfc906930c
Pause and PLR refinements
...
- Move `pause_print` argument `unload_length` after `show_lcd` so it's next to `DXC_ARGS`.
- Tweak the position and conditions of PLR save in `resume_print`.
- Add `Nozzle::park_mode_0_height` accessor to get the raised Z height.
- Remove extraneous `recovery.save` from `dwin.cpp`.
- Move PLR `info.volumetric...` to `flag`.
- Remove some G-code spaces in PLR code
- Document `pause.h` function declarations.
2021-05-03 20:55:05 -05:00
hartmannathan
eddce4182b
Comment correction ( #21729 )
2021-05-01 03:43:32 -05:00
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
2021-04-01 17:59:57 -05:00
Scott Lahteine
be775ed72d
Move apply_rotation_xyz into matrix_3x3
2021-03-30 23:58:32 -05:00
Scott Lahteine
3b73b115ca
Apply pointer formatting
2021-03-29 20:36:37 -05:00
Mike La Spina
ccdbffbf3f
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
Ramiro Polla
8bf6b190ff
Optimize LSF for size, efficiency ( #21443 )
2021-03-24 22:56:48 -05:00
Scott Lahteine
2d2291d00e
More IntelliSense-friendly declarations
2021-03-24 05:50:47 -05:00
X-Ryl669
55c31fbe9a
Distinguish serial index from mask ( #21287 )
2021-03-09 03:20:37 -06:00
Scott Lahteine
dd42831cba
Serial macros cleanup
2021-02-28 20:02:24 -06:00
deirdreobyrne
468e437390
Allow Zero Endstops (e.g., for CNC) ( #21120 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-25 04:49:34 -06:00
Scott Lahteine
fd2477923c
Minor serial code cleanup
2021-02-12 19:33:19 -06:00
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-08 00:37:24 -06:00
Scott Lahteine
49564e5310
Nybbles & Bits
2021-02-04 19:38:07 -06:00
X-Ryl669
07b4cc145b
Fix AutoReporter implementation ( #20959 )
2021-01-31 18:11:50 -06:00
Scott Lahteine
9d0e64a725
AutoReport class (Temperature, Cardreader) ( #20913 )
2021-01-28 20:40:20 -06:00
ConstantijnCrijnen
b95f5c5bea
Configure / disable PRINTCOUNTER save interval ( #20856 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-01-26 02:30:31 -06:00
Scott Lahteine
d33fe2378c
Move common strings ( #20846 )
2021-01-22 15:01:19 -06:00
Scott Lahteine
49b5e1d9bf
Clean up whitespace, headings
2021-01-18 21:54:23 -06:00
Scott Lahteine
c753fc690f
More MKS UI prelim. cleanup
2021-01-14 00:27:10 -06:00
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI ( #20191 )
2021-01-13 22:41:09 -06:00