ellensp
13a1c86ae8
✨ M115 flag EXTENDED_M20 ( #22941 )
2021-12-25 01:51:11 -06:00
Mike La Spina
c3b8b3e7e6
🩹 Fix non-PWM cutter compile ( #23169 )
2021-12-25 01:37:21 -06:00
Stuart Pittaway
c0addd1d33
✨ M3426 to read i2c MCP3426 ADC ( #23184 )
2021-12-25 01:36:32 -06:00
Luc Van Daele
656034d2d9
🐛 Fix G33, Delta radii, reachable ( #22795 )
2021-12-25 01:22:50 -06:00
Scott Lahteine
cb1570d162
🐛 Fix SENSORLESS_HOMING for 6-axis
2021-12-25 01:19:21 -06:00
Scott Lahteine
7f4a49cc44
🎨 Misc. issue review patches
2021-12-25 01:18:35 -06:00
Scott Lahteine
1d8941d008
🔨 Port libsdl2_net required for macOS simulator
2021-12-25 01:10:51 -06:00
Evgeniy Zhabotinskiy
489aca03ff
🩹 Fix M503 report ( #23084 )
2021-12-25 00:46:49 -06:00
Andrei M
0d91b07797
⚗️ Use pwm_set_duty over analogWrite to set PWM ( #23048 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-25 00:46:49 -06:00
Keith Bennett
b033da1782
🔧 Endstop / DIAG homing conflict warning ( #23050 )
2021-12-25 00:46:49 -06:00
tombrazier
0b84194127
🚸 More flexible Probe Temperature Compensation ( #23033 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
d29a9014f2
🎨 Standard 'cooldown' method
2021-12-25 00:46:48 -06:00
Scott Lahteine
84f9490149
🎨 Define HAS_PREHEAT conditional
2021-12-25 00:46:48 -06:00
somehibs
0f2c4fc40b
🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) ( #23022 )
2021-12-25 00:46:48 -06:00
tombrazier
8d21ea55a2
🐛 Add USE_TEMP_EXT_COMPENSATION options ( #23007 )
2021-12-25 00:46:47 -06:00
Mike La Spina
e44f2b7d2d
🩹 Fix pragma ignored for older GCC ( #22978 )
2021-12-25 00:45:55 -06:00
Scott Lahteine
af08f16efc
🚸 Tweak MKS UI G-code console
2021-12-25 00:45:05 -06:00
Scott Lahteine
f80bcdcc5c
🎨 Refactor Host Actions as singleton
2021-12-25 00:45:05 -06:00
Stuart Pittaway
f3be03da20
✨ M261 S I2C output format ( #22890 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-12-25 00:45:05 -06:00
Tanguy Pruvot
64128a5bcb
🐛 Queue string followup ( #22900 )
2021-12-25 00:45:05 -06:00
Scott Lahteine
d48cb11537
🐛 Followup to F() in config_line
...
Followup to 1dafd1887e
2021-12-25 00:45:05 -06:00
Scott Lahteine
3d102a77ca
🎨 Apply F() to kill / sendinfoscreen
2021-12-25 00:45:04 -06:00
Scott Lahteine
24dbeceb45
🎨 Apply F() to various reports
2021-12-25 00:45:04 -06:00
Scott Lahteine
cabd538fdd
🎨 Apply F() to G-code report header
2021-12-25 00:45:04 -06:00
Scott Lahteine
c3ae221a10
🎨 Apply F() to some ExtUI functions
2021-12-25 00:31:06 -06:00
Scott Lahteine
7626d859a6
🎨 Apply F() to Host Actions strings
2021-12-25 00:20:45 -06:00
Scott Lahteine
360311f232
🎨 Apply F() to status message
2021-12-25 00:20:45 -06:00
Scott Lahteine
433eedd50f
🎨 Apply F() to serial macros
2021-12-25 00:20:45 -06:00
Scott Lahteine
46c53f6730
🎨 Apply F() to G-code suite and queue
2021-12-25 00:20:45 -06:00
Scott Lahteine
2b9ae0cc33
🎨 Apply F() to G-code subcommands
2021-12-25 00:20:45 -06:00
lukrow80
170f77fada
🐛 Fix homing current for extra axes ( #23152 )
...
Followup to #19112
2021-11-23 15:30:48 -06:00
Robby Candra
1a8583f4fc
🐛 Fix serial_data_available ( #23160 )
2021-11-23 15:20:26 -06:00
tombrazier
ee26fd0e05
🚸 Default T0 for M569, M906, M913 ( #23020 )
2021-10-26 16:07:46 -05:00
Scott Lahteine
59503c6bbb
🎨 Apply F() to E3V2 titles, popups
2021-10-26 16:00:40 -05:00
tombrazier
5b478cd5f6
🐛 Fix probe temp compensation maths ( #23004 )
2021-10-26 15:51:04 -05:00
ellensp
b18aa933d1
🐛 Fix G33 homing current ( #22909 )
2021-10-12 21:20:08 -05:00
Mark
66048a5f27
✨ ESP32 Panda_ZHU and Panda_M4 ( #22644 )
2021-10-12 21:20:08 -05:00
Cytown
3a82b8a251
🎨 Power-off tone followup ( #22222 )
2021-10-02 22:31:17 -05:00
Scott Lahteine
021ceeba0b
⚡ ️ Handle shared enable pins ( #22824 )
2021-10-02 22:31:16 -05:00
espr14
604a01cd1a
🎨 steps_to_mm => mm_per_step ( #22847 )
2021-10-02 22:31:16 -05:00
Giuliano Zaro
060b705dab
🩹 Fix M412_report formatting ( #22834 )
2021-10-02 22:31:16 -05:00
Manuel McLure
bcd2a483da
🐛 Fix M420 / M851 reports ( #22829 )
...
Followup to 79c72ed821
2021-10-02 22:31:16 -05:00
Scott Lahteine
2c30b75268
🎨 Various multi-axis patches ( #22823 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
ea3df94213
🎨 Fix L64xx enable, clean up conditionals
2021-10-02 22:31:16 -05:00
Dan Royer
b3fd03198a
✨ Polargraph / Makelangelo kinematics ( #22790 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
8b818f4ae5
💬 Add non-translated STR_DONE
2021-10-02 22:31:16 -05:00
Scott Lahteine
ab9609146f
💡 Adjust headers, formatting
2021-10-02 22:31:16 -05:00
Miguel Risco-Castillo
89898181bd
🐛 E3V2 Brightness followup ( #22821 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-10-02 22:31:15 -05:00
Dakkaron
1386e78369
✨ M282 - Detach Servo ( #22760 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
de4eed33e4
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
2021-10-02 22:31:15 -05:00
Luc Van Daele
44d54a0d01
🚸 G33 R and O options ( #22707 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
17c9450f0c
🎨 Apply more HAS_DELTA_SENSORLESS_PROBING
2021-10-02 22:31:15 -05:00
Scott Lahteine
64acb9fe78
🩹 Warn about user feedback requirement
2021-10-02 22:31:15 -05:00
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
2021-10-02 22:31:15 -05:00
Scott Lahteine
6d96c221bd
🎨 Standardize G-code reporting
2021-10-02 22:31:15 -05:00
Scott Lahteine
3ee27e7e35
🐛 Followup to JyersUI
2021-10-02 22:31:15 -05:00
Miguel Risco-Castillo
6cf2cf7bd4
✨ Ender-3 V2 CrealityUI Enhanced ( #21942 , #22728 , #22733 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-02 22:31:15 -05:00
Jyers
54416f780d
✨ Ender-3 V2 with Jyers UI ( #22422 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
bbce951666
🎨 Misc. code cleanup
2021-10-02 22:31:15 -05:00
Scott Lahteine
8a4fec9460
🎨 Misc. Spindle/Laser (etc.) cleanup
2021-10-02 22:31:15 -05:00
Tanguy Pruvot
105fd73c28
🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) ( #22631 )
2021-10-02 22:31:14 -05:00
Scott Lahteine
086fa0f0a7
🔨 Fix HAL/STM32 F103Zx builds ( #22610 )
2021-09-12 19:30:13 -05:00
Scott Lahteine
5e97f37a78
🎨 screws_tilt_adjust_pos => tramming_points
2021-09-12 19:30:05 -05:00
Scott Lahteine
c14b162b9e
🌐 MSG_PROBING_MESH => MSG_PROBING_POINT
2021-09-12 19:30:00 -05:00
Scott Lahteine
796309c903
⚡ ️ Improve G2/G3 arc handling ( #22599 )
2021-09-12 19:29:44 -05:00
Scott Lahteine
dc5ae16861
🎨 Misc code and spacing cleanup
2021-09-12 19:17:24 -05:00
Scott Lahteine
caa6ec0519
🐛 Show bed size as 'work:' in M115
...
Fixes #22598
2021-09-12 19:17:01 -05:00
Scott Lahteine
30665737dc
🎨 Fix some formatting, F() versus PSTR()
2021-09-12 19:16:13 -05:00
Scott Lahteine
eb0d80cb19
🎨 Update MKSPWC, some other pins ( #22557 )
2021-08-18 20:39:41 -05:00
charlespick
e62486a610
✨ M76 Host Pause Feature ( #21738 )
2021-08-18 20:39:41 -05:00
chendo
51d954a4fd
✨ D576 Buffer Monitoring ( #19674 )
2021-08-18 20:39:41 -05:00
Katelyn Schiesser
9ddb4de70a
♻️ Consolidate PSU_CONTROL ( #22304 )
2021-08-18 20:39:22 -05:00
Cytown
9741be5966
✨ Power-off confirm / beep options ( #22191 )
2021-08-18 20:39:22 -05:00
Keith Bennett
4219ae9106
⏪ ️ Revert ABL G29 feedrate ( #22574 )
...
Reverts 9130f58
2021-08-18 20:35:58 -05:00
Tanguy Pruvot
0c97a2afdc
🐛 Fix M575 port index output ( #22553 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
9c19d4705e
🎨 Tweak M73 condition
2021-08-18 20:29:56 -05:00
luzpaz
c612b56bc1
🐛 Spellcheck comments ( #22496 )
...
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
2021-08-18 20:29:56 -05:00
Scott Lahteine
c544711f14
🚚 Relocate and adjust DWIN E3V2 ( #22471 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
418743cf6a
🚸 Set M122 interval only with S0 or Pn
2021-08-10 04:07:59 -05:00
mks-viva
e0fa6ed4f8
📌 MKS pins for PSU_CONTROL ( #22528 )
2021-08-09 00:25:31 -05:00
Scott Lahteine
4b2fdbeeb1
✨ M256 LCD brightness ( #22478 )
2021-08-09 00:24:57 -05:00
Tanguy Pruvot
0af762d609
🚸 Prevent M42 unintended pin change to output ( #22493 )
2021-08-09 00:24:57 -05:00
Scott Lahteine
b567717762
🐛 Prevent ABL G29 setting a funky feedrate
...
See #22472
2021-08-09 00:20:42 -05:00
Scott Lahteine
245b6e0884
✅ Custom logging for MBL
2021-08-08 23:59:00 -05:00
Scott Lahteine
3e559d5c1c
🎨 abs => ABS
2021-08-08 23:52:56 -05:00
Scott Lahteine
35df24e1cb
🐛 One-based G35 point index output
2021-07-30 02:41:40 -05:00
Scott Lahteine
12581bcc44
🐛 Fix 3-point leveling position
...
See #22457 . Fixes a G29 regression from #19112 .
2021-07-30 02:41:02 -05:00
Yash
40b99d8084
🐛 Fix G2/G3 angular motion calculation ( #22407 )
2021-07-20 23:56:22 -05:00
vyacheslav-shubin
c944e4fc60
🩹 Init var to suppress invalid warning ( #22396 )
2021-07-20 23:54:57 -05:00
squiddity
95f0970d85
🐛 Fix M913 typos ( #22385 )
2021-07-18 19:26:56 -05:00
Scott Lahteine
31a3cc6278
🐛 No translated serial strings
2021-07-18 00:47:30 -05:00
Katelyn Schiesser
5054dc6ea2
🐛 Redundant Temp Sensor followup ( #22196 )
2021-07-17 02:41:31 -05:00
lujios
ee54cd4bd7
⚡ ️ Improve Sensorless homing/probing for G28, G33 ( #21899 )
2021-07-17 02:41:31 -05:00
Mihai
ee64081696
✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT ( #22271 )
2021-07-17 02:32:25 -05:00
Mike La Spina
5026797310
🏗️ Allow headless Flow Meter ( #22234 )
2021-07-17 02:31:54 -05:00
bilsef
e213246ab9
✨ M115: Axis Count ( #22219 )
2021-07-17 02:31:54 -05:00
Scott Lahteine
f76b063e58
🚸 M666: Fix value filter, add report ( #22337 )
...
In reference to #22325
2021-07-17 01:54:27 -05:00
InsanityAutomation
be13220e32
📺 ExtUI pause state response ( #22164 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
78c2eb6876
🎨 Check flags without ENABLED
2021-07-17 01:54:27 -05:00
ellensp
3e5d867276
🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile ( #22203 )
2021-06-27 11:25:36 -05:00
Scott Lahteine
651f15f833
🎨 Cosmetic cleanup
2021-06-21 16:26:38 -05:00
Katelyn Schiesser
ef41c1f452
🐛 Fix IJK axis references, E stepper indices ( #22176 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-06-21 16:26:38 -05:00
Grumpy
8050813d32
🐛 Fix dual Neopixels ( #22174 )
2021-06-21 16:26:38 -05:00
Scott Lahteine
f2f23e8097
🎨 Cosmetic changes for G28
2021-06-20 16:40:23 -05:00
Ari-SSO
5bfb465ab4
🚸 Include 'H' value in M412 report ( #22138 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-06-18 12:26:12 -05:00
Katelyn Schiesser
ce7bbafb8f
💡 Add G28 L description ( #22144 )
2021-06-18 12:26:10 -05:00
Mike La Spina
3ecc99e95d
🐛 Fix Air Assist ( #22159 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-06-18 12:25:05 -05:00
gjdodd
f22c5d3cc6
🩹 Extruders 0 patch for PWM Motor Current ( #22163 )
2021-06-18 12:24:54 -05:00
ellensp
c8898b5ca0
✨ Redundant Part Cooling Fan ( #21888 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-15 00:12:35 -05:00
qwewer0
dec083dcc1
⚡ ️ Home Z (and maybe XY) at the start of G35 ( #22060 )
2021-06-15 00:12:27 -05:00
InsanityAutomation
d84e2d6e29
🎨 ExtUI "user click" and other tweaks ( #22122 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-06-15 00:11:57 -05:00
Scott Lahteine
ddf8668e16
📝 Describe G12 XYZ
2021-06-15 00:11:06 -05:00
Katelyn Schiesser
d322e495b2
✨ More flexible redundant temp sensor ( #22085 )
2021-06-15 00:09:52 -05:00
Scott Lahteine
c9a3ba99be
🎨 Adjust some conditionals
2021-06-15 00:09:52 -05:00
Marcio T
317afae37c
✏️ Six Linear Axes followup (typos) ( #22094 )
2021-06-15 00:08:32 -05:00
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-06-15 00:05:03 -05:00
Scott Lahteine
d3c56a76e7
♻️ Patches for Zero Extruders (with TMC)
2021-06-15 00:04:47 -05:00
Scott Lahteine
4194cdda5b
♻️ Refactor Linear / Logical / Distinct Axes ( #21953 )
...
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
2021-06-15 00:03:55 -05:00
Scott Lahteine
c90fa530db
✨ Update G34 for 4x Z steppers ( #22039 )
2021-06-14 23:51:40 -05:00
Scott Lahteine
c9a3f41152
📝 Update G61 comment
2021-06-14 23:49:57 -05:00
Taylor Talkington
19521d16cd
🐛 Fix M140 print job timer autostart ( #22046 )
2021-06-04 23:33:19 -05:00
Andy Barratt
4572af2bce
🚸 cap:HOST_ACTION_COMMANDS ( #21987 )
2021-05-29 15:11:57 -05:00
ellensp
3fcf3f69ca
♻️ LEDs refactor and extend ( #21962 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-29 15:11:32 -05:00
Scott Lahteine
e75c3b6c54
🎨 Macros for optional arguments ( #21969 )
2021-05-29 15:09:07 -05:00
ellensp
61f2bb1228
⚡ ️ PIO filters for M117, M300 and M414 ( #21972 )
2021-05-29 15:08:30 -05:00
Scott Lahteine
d1502f74ea
🎨 Null heating message method
2021-05-29 15:07:49 -05:00
Scott Lahteine
7597b4fb40
🎨 Apply shorthand and cleanups
2021-05-23 02:17:41 -05:00
Scott Lahteine
e573611021
🎨 Combine M104/M109 and M140/M190 code
2021-05-22 19:09:51 -05:00
Scott Lahteine
87a943756a
🎨 Move HAS_EXTRUDERS
2021-05-22 16:18:42 -05:00
Scott Lahteine
cdbd438a04
🎨 Rename all/no axis enums
2021-05-22 16:18:42 -05:00
Scott Lahteine
49b05ba989
🎨 Flags for homing directions
2021-05-22 16:09:18 -05:00
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
2021-05-22 16:08:08 -05:00
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
2021-05-22 16:08:03 -05:00
Luu Lac
e3998dc3df
M154 Position Auto-Report ( #18427 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:06:59 -05:00
ondrada
908caba735
Fix G29_RETRY_AND_RECOVER dependency ( #21907 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
121f3b1096
🐛 Fix RR collision with MM ( #21902 )
2021-05-15 15:05:53 -05:00
Alexander D. Kanevskiy
2c15bc5d39
Fix compilation failure in M1001 ( #21897 )
2021-05-15 15:05:53 -05:00
Elton Law
72c28d3462
🐛 Fix G5 IJ with Motion Mode ( #21858 )
2021-05-15 15:05:53 -05:00
vyacheslav-shubin
ed224ca7d8
🩹 G60-G61 Save E position ( #21810 )
2021-05-15 15:05:53 -05:00
Scott Lahteine
02e131b5fd
🎨 Misc. code cleanup
2021-05-15 15:05:53 -05:00
Scott Lahteine
5afb5e03b0
🎨 Additional utility macros
2021-05-15 15:05:53 -05:00
tobuh
31d3a781a8
Fix and improve Power-Loss Recovery ( #21779 , #21894 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
6a1e78e614
Optimize G-code flag parameters ( #21849 )
2021-05-15 15:05:53 -05:00
Antonino Di Guardo
e865cc0249
Always prompt in M125 if host-prompt (as with Ext UI) ( #21828 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
c5c8ef436c
Signal SD completion later ( #21840 )
2021-05-15 15:05:53 -05:00
Scott Lahteine
cca5844ba9
Misc. code cleanup
2021-05-15 15:05:53 -05:00
Scott Lahteine
94edfc0a8f
Let M421 C select any point
...
Fixing #21147
2021-05-15 15:05:53 -05:00
sanek88lbl
d6cb657c85
Patches for CASE_LIGHT_USE_RGB_LED ( #21811 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
d3e902af76
Move ExtUI subfolders up a level ( #21820 )
2021-05-15 15:05:53 -05:00
Vert
0b3420a012
UBL Mesh Wizard ( #21556 , #21791 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:52 -05:00
Scott Lahteine
95230c9792
Use SERIAL_ECHOLNPAIR for resend
2021-05-15 15:05:52 -05:00
Scott Lahteine
a468701511
Cleanup, hex formatting
2021-05-05 07:34:39 -05:00
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.
2021-05-05 07:31:48 -05:00
Scott Lahteine
53fc13ba7f
Fix flush_and_request_resend
2021-05-04 01:48:00 -05:00
Scott Lahteine
5f594ce5d3
Fix parser temperature rounding
2021-05-02 15:55:20 -05:00
Mike La Spina
450f329f05
Laser Cutter Air Assist ( #21753 )
2021-05-02 02:19:42 -05:00
Sebastiaan Dammann
2d9557cf40
Fix Z raise in filament load M701 ( #21762 )
...
Fixes #21750
2021-05-01 20:26:08 -05:00
tobuh
5625ceec7d
Fix Power-Loss Save on Pause ( #21749 )
2021-05-01 20:26:07 -05:00
Scott Lahteine
158b26b875
Fix undefined abl_points
2021-05-01 20:23:33 -05:00
Scott Lahteine
731a018905
Silence warning in gcode_D
2021-04-30 03:32:28 -05:00
Scott Lahteine
e250f6a275
whitespace
2021-04-25 17:17:33 -05:00
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING ( #21692 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-25 03:48:20 -05:00
fedetony
d3a2c6a0b4
Soft Reset via Serial or post-kill button click ( #21652 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-24 02:53:52 -05:00
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
2021-04-23 20:19:23 -05:00
Scott Lahteine
3bddbb1110
Clean up formatting, wrap macros
2021-04-23 19:21:39 -05:00
Scott Lahteine
72e3d2492f
Update temperature types
2021-04-23 19:20:11 -05:00
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser ( #21668 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-22 18:19:41 -05:00
fedetony
b8cf818dac
Fix Realtime Reporting with G-code Motion Modes ( #21630 )
2021-04-17 03:54:43 -05:00
Scott Lahteine
528b9bd872
Revert experimental NAN patch
...
Hold changes from #21575 (24a095c
) for more testing.
2021-04-16 02:43:59 -05:00
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 ( #19330 )
2021-04-16 01:59:28 -05:00
Scott Lahteine
58cc4b7043
Use celsius_t for temperature accessors
2021-04-15 20:18:20 -05:00
gmarsh
a5f0075a60
Fix and improve Power Monitor ( #21551 )
2021-04-13 15:17:52 -05:00
espr14
a5d6f6ac98
Fix Resume Print with UBL ( #21564 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-12 20:10:21 -05:00
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB ( #21575 )
2021-04-12 16:49:53 -05:00
Sola
4cba40f9fd
Fix manual move with MKS H43 ( #21511 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-09 15:29:59 -05:00
Ramiro Polla
1a2cbe100c
Macros to eliminate 'f + 0.0' ( #21568 )
2021-04-08 21:03:34 -05:00
Scott Lahteine
1879eede0d
Fix axis char printing
2021-04-07 15:43:57 -05:00
Marcio T
75b790376d
Touch UI Bed Mesh Screen refactor, enhancements ( #21521 )
...
- Split mesh view and edit screen into two screens
- The editor now live-updates the graphics
- Added Touch UI mesh progress feedback to `G26`
- Show positive / negative mesh values in different colors
2021-04-04 18:58:03 -05:00
InsanityAutomation
98b2b45264
Revert "Optimized string-to-number functions" ( #21532 )
...
This reverts #21484
2021-04-04 17:35:58 -05:00
Marcio T
45c1432946
G26 Hilbert Curve followup ( #21480 )
2021-04-01 19:12:00 -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
8d083eb248
Put ABL state into a class
2021-03-30 23:58:32 -05:00
Ramiro Polla
20d2061f22
Optimized string-to-number functions ( #21484 )
2021-03-30 21:20:33 -05:00
Victor Oliveira
6e0b79a33b
Fix and add STM32 SDIO DMA ( #21476 )
2021-03-29 21:52:30 -05:00
X-Ryl669
139c149486
Flags for MarlinSerial instance features ( #21318 )
2021-03-29 21:36:01 -05:00
Giuliano Zaro
3f7cd45df4
Generalize MMU ( #21469 )
2021-03-29 21:14:11 -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
espr14
e989bf3b0e
Endstops always on in G28 ( #21441 )
2021-03-24 22:39:29 -05:00
Martijn Bosgraaf
30e7e2c276
Extend M106/M107 for better laser module support ( #16082 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 12:21:11 -05:00
Miguel Risco-Castillo
930752d46e
Ender 3 V2 Status Line ( #21369 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 10:12:57 -05:00
kpishere
fd8207dd9a
Misc build fixes ( #21413 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 09:14:11 -05:00
Scott Lahteine
2d2291d00e
More IntelliSense-friendly declarations
2021-03-24 05:50:47 -05:00
Scott Lahteine
da4b6896f7
Group UBL parameters, add comments
2021-03-24 05:50:47 -05:00
Scott Lahteine
e5ff55a1be
Add typedef celsius_t ( #21374 )
2021-03-24 04:11:43 -05:00
Scott Lahteine
cfa6c7d45b
Improve max temp / target
2021-03-23 09:39:09 -05:00
Scott Lahteine
22fc59ab59
Minor process_subcommands_now followup
2021-03-23 01:03:32 -05:00
mihtjel
50a6ffa952
Fix macros that call macros crashing ( #21383 )
...
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
2021-03-23 01:00:22 -05:00
Scott Lahteine
7f1fa0d1ff
Add M207/8/9 reporting ( #21335 )
2021-03-12 09:25:41 -06:00