Scott Lahteine
e4f85e8fbc
โป๏ธ Encapsulate PID in class ( #24389 )
2 years ago
John Lagonikas
c076094fa9
๐ Fix MAX31865 PT1000 normalization ( #24407 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2 years ago
Scott Lahteine
3c482a9ba1
๐งโ๐ป MAP macro for axis lists, etc. ( #24191 )
3 years ago
Scott Lahteine
d56731cd07
๐๏ธ Extend AXIS_CHAR to include E
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
3 years ago
Scott Lahteine
fd13a928c1
โจ Support for up to 9 axes ( #23112 , #24036 , #24231 )
3 years ago
Scott Lahteine
1d8d8dccf4
๐ฅ Num Axes / Multi-Stepper based on Driver Types ( #24106 , #24120 )
3 years ago
Scott Lahteine
1e127a93c4
๐งโ๐ป Extend LCD string substitution ( #24278 )
2 years ago
Pauli Jokela
3443a9e18b
โจ SOUND_ON_DEFAULT option ( #24102 )
3 years ago
Scott Lahteine
a7d40ec654
โจ Add BOARD_CREALITY_V24S1_301F4
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
3 years ago
Scott Lahteine
cb4ad020af
๐งโ๐ป Misc. LCD cleanup
3 years ago
Scott Lahteine
ceb99e89a0
๐จ Prevent build attribute define conflicts
3 years ago
Ludy
071e5c336a
๐ Fix MMU2 buzz ( #23950 )
Followup to #23943
3 years ago
Scott Lahteine
2ee4a667e1
๐ก Misc. cleanup, comments
3 years ago
Scott Lahteine
c49f26a7ae
๐งโ๐ป Add standard BUZZ types
3 years ago
Giuseppe499
c6f4b38877
๐ธ Fix, extend X Axis Twist Compensation ( #23745 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Scott Lahteine
8a02646f52
๐ Update Toolchange FS comments
3 years ago
John Robertson
428b67db31
โจ More Nozzle Park move options ( #23158 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
John Lagonikas
cdcf31453b
๐ Fix dual MAX31865 initialization issues ( #23496 )
3 years ago
John Lagonikas
7b4f5108ac
๐ Fix conditional M81 suicide ( #23549 )
3 years ago
Scott Lahteine
b9cef2e2e3
๐ธ 12345.6 num-to-string
3 years ago
Scott Lahteine
eb8d819325
๐งโ๐ป Fewer string macros
3 years ago
Scott Lahteine
9956e62674
๐งโ๐ป Apply axis conditionals
3 years ago
Scott Lahteine
5b9f3bd4b1
๐งโ๐ป Remove extraneous 'inline' hints
3 years ago
John Lagonikas
f2ca70e232
๐ Fix and improve MAX31865 ( #23215 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
MrAlvin
d034a9c295
๐ธ Show mm'ss during first hour ( #23335 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
Scott Lahteine
8d4e4ac115
๐จ Rename MAX31865 elements
3 years ago
Scott Lahteine
b77a5d4c8d
โ๏ธ MAX31856 => MAX31865
3 years ago
Jin
f32e19e1c6
๐ป Preliminary fix for Max31865 SPI ( #22682 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
3 years ago
somehibs
0f2c4fc40b
๐ Fix serial PORT_RESTORE (and BUFFER_MONITORING) ( #23022 )
3 years ago
Scott Lahteine
aa198e41dd
๐จ Pragma GCC cleanup
3 years ago
Stuart Pittaway
f3be03da20
โจ M261 S I2C output format ( #22890 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
3 years ago
Scott Lahteine
24dbeceb45
๐จ Apply F() to various reports
3 years ago
Scott Lahteine
ab9609146f
๐ก Adjust headers, formatting
3 years ago
Scott Lahteine
b661795ae5
๐จ Fewer serial macros
3 years ago
ellensp
19353fc98c
โช ๏ธ Revert MAX31865 recent changes ( #22660 )
3 years ago
Jin
a0ebe7c8ff
๐ฉน Use <SoftwareSPI.h> in MAX31865 lib ( #22618 )
3 years ago
Scott Lahteine
30665737dc
๐จ Fix some formatting, F() versus PSTR()
3 years ago
Scott Lahteine
eb0d80cb19
๐จ Update MKSPWC, some other pins ( #22557 )
3 years ago
luzpaz
c612b56bc1
๐ Spellcheck comments ( #22496 )
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
3 years ago
Roxy-3D
e190684fe6
๐ Fix UBL G29 J - Vector3 regression
3 years ago
Katelyn Schiesser
5054dc6ea2
๐ Redundant Temp Sensor followup ( #22196 )
3 years ago
Scott Lahteine
3f103c91f0
๐จ Laser Ammeter followup ( #22079 )
Followup to #21835
3 years ago
Mike La Spina
2fd9971f41
Add Laser Based I2C Ammeter Feature ( #21835 )
3 years ago
DerAndere
c1fca91103
๐๏ธ Support for up to 6 linear axes ( #19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
3 years ago
ellensp
d13ffa0aba
๐จ 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>
3 years ago
Scott Lahteine
7597b4fb40
๐จ Apply shorthand and cleanups
4 years ago
Scott Lahteine
26a244325b
โป๏ธ Refactor axis counts and loops
4 years ago
Scott Lahteine
db90a180c2
Cleanup, hex formatting, includes
4 years ago
Scott Lahteine
f67cd07328
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.
4 years ago
hartmannathan
888e9cb60b
Comment correction ( #21729 )
4 years ago