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
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
259115bb3f
Move apply_rotation_xyz into matrix_3x3
4 years ago
Scott Lahteine
2059c6e4d0
Apply pointer formatting
4 years ago
Mike La Spina
f1986545da
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Ramiro Polla
3d70b645b6
Optimize LSF for size, efficiency ( #21443 )
4 years ago
Scott Lahteine
c6774812fa
More IntelliSense-friendly declarations
4 years ago
X-Ryl669
6652c7c435
Distinguish serial index from mask ( #21287 )
4 years ago
Scott Lahteine
fbb30a2570
Serial macros cleanup
4 years ago
deirdreobyrne
e6bf89e82b
Allow Zero Endstops (e.g., for CNC) ( #21120 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
8bca8e5ba0
Minor serial code cleanup
4 years ago
X-Ryl669
77f48d2bad
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
bb5c643dfb
Nybbles & Bits
4 years ago
X-Ryl669
c631fb79d5
Fix AutoReporter implementation ( #20959 )
4 years ago
Scott Lahteine
4b9f2f13b1
AutoReport class (Temperature, Cardreader) ( #20913 )
4 years ago
ConstantijnCrijnen
cdefc19129
Configure / disable PRINTCOUNTER save interval ( #20856 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
0b7de80a6f
Move common strings ( #20846 )
4 years ago
Scott Lahteine
c69f9b9883
Clean up whitespace, headings
4 years ago
Scott Lahteine
86bf374fc4
More MKS UI prelim. cleanup
4 years ago
MKS-Sean
a3d6442d02
MKS WiFi for TFT_LVGL_UI ( #20191 )
4 years ago
wilbur4321
5ef0475dc5
Multi-Z stepper inverting ( #20678 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Victor Oliveira
2c58d0881b
Prefix SD SPI pins (SCK, MISO, MOSI, SS) ( #20606 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
7a748bd565
SPI and pins cleanup
4 years ago
Scott Lahteine
adca49e432
Remove URL scheme
4 years ago
Mike La Spina
f9dd484381
Cutter Power in percent format ( #20410 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Luu Lac <45380455+shitcreek@users.noreply.github.com>
4 years ago
InsanityAutomation
588fec6474
Minimum temp options for Probing and G12 Nozzle Clean ( #20383 )
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
be7aab204f
Update some LCD includes
4 years ago
Scott Lahteine
664e9d6dfe
Reduce warnings, extern "C" cleanup ( #20279 )
4 years ago
Scott Lahteine
7e535022ab
Fix compile warnings, serial alias
4 years ago
Victor Oliveira
2dd1522e30
Standardize Marlin SPI (part 1) ( #19989 )
4 years ago
Lucas Seiki Oshiro
d7d1ef8228
"Sound: ON/OFF" menu item ( #19901 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
6c103b72a2
Clean up comments, USB flash, NULLs
4 years ago
nb-rapidia
3becc3ad63
Fix IDEX layer shift and DIR states ( #19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Earle F. Philhower, III
ea65e10dc7
Add loose soft endstop state, apply to UBL fine-tune ( #19681 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
3516c3f936
Use 0xFF (not 'ff') for byte transfer
4 years ago