0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-22 23:11:49 +00:00
Commit graph

174 commits

Author SHA1 Message Date
plampix
6d407767e7
🔧 CONFIGURE_FILAMENT_CHANGE - Optional M603 ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-01-03 09:43:18 -06:00
Scott Lahteine
75da3555ee 🔧 Update CLASSIC_JERK conditionals 2023-12-14 10:06:14 -06:00
Alexander Gavrilenko
065440891b
🚸 UI refresh for some events () 2023-12-04 22:46:39 -06:00
ellensp
b17d3d3e9c
🧑‍💻 More num-to-string digits / precisions ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-12-01 09:25:57 -06:00
Vladimir Sitnikov
cb044d989c
Probe XY Offset value limits ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-11-05 01:46:57 -05:00
Giuliano Zaro
863198a73f
VOLUMETRIC_EXTRUDER_LIMIT_MAX () 2023-08-04 23:56:40 -05:00
Scott Lahteine
9135e3f7d3
🚸 Revert M206 Home Offset behavior () 2023-07-20 21:10:03 -05:00
tombrazier
45f7ebb92b
🩹 Fix Input Shaping "enable" for SHAPING_FREQ_[XY] == 0 () 2023-07-15 20:06:21 -05:00
Scott Lahteine
86c811660e
🧑‍💻 Remove LOOP macros () 2023-06-02 14:30:34 -05:00
Scott Lahteine
2691167afe
🧑‍💻 Dump BOTH and EITHER macros () 2023-06-02 14:26:02 -05:00
ellensp
1f9bfc5c74
🚸 Optional X-Axis ()
Co-authored-by: alextrical <35117191+alextrical@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-05-09 13:59:25 -05:00
Giuliano Zaro
b6a1a6273f
🩹 Fix MPC compile () 2023-04-15 23:59:23 -05:00
jbubik
3156595078
🐛 Fix Polargraph without Z () 2023-03-13 20:19:24 -05:00
ellensp
b7c23631c5
🐛 Fix misc. UI issues ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-01-21 20:08:37 -06:00
Scott Lahteine
6fe387b6f0 🧑‍💻 Adjust PID / MPC / ProUI
Changes to simplify  WIP
2023-01-15 17:23:53 -06:00
Giuliano Zaro
4f7df32b77
🚸 MarlinUI edit steps/mm to 2 decimal places () 2022-12-31 21:03:50 -06:00
ellensp
c7e84e8ef1
Persistent AUTOTEMP settings () 2022-12-30 20:59:13 -06:00
Scott Lahteine
14c8b7b031 🚸 Hide IS menu while busy 2022-12-30 19:43:46 -06:00
tombrazier
89334caa52
️ Input Shaping improvements () 2022-11-27 21:38:15 -06:00
tombrazier
a460b01c87
🚀 ZV Input Shaping () 2022-10-21 16:34:22 -05:00
karliss
52096599b3
🐛 Fix compile without Y/Z ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-10-17 20:01:18 -05:00
InsanityAutomation
ce40836717
🐛 Fix bed/chamber PID P edit () 2022-10-17 14:17:51 -05:00
Dan Royer
5a80fc2617
🐛 Fix and improve Polargraph ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-10-16 00:03:42 -05:00
Giuliano Zaro
efde96131d ADVANCE_K per-extruder ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-10-10 14:55:04 -04:00
Giuliano Zaro
094701cc71
🐛 Fix / refactor shared PID ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-09-03 19:51:53 -05:00
Scott Lahteine
93ffd57383 ♻️ reset_acceleration_rates => refresh_… 2022-06-27 21:28:04 -05:00
Scott Lahteine
975c8f4b77 🎨 Simplify move menus with substitution 2022-06-20 21:22:04 -05:00
Scott Lahteine
8aca38351c
🧑‍💻 Extend LCD string substitution () 2022-06-03 22:56:38 -05:00
Scott Lahteine
a5e1d4c50a
♻️ Apply F() to more LCD code () 2022-05-22 19:56:46 -05:00
Scott Lahteine
c5126de559
🧑‍💻 MAP macro for axis lists, etc. () 2022-05-22 16:08:29 -05:00
Scott Lahteine
b934a4c612 🩹 Fix printer_busy, M73
Followup to "Misc. LCD cleanup"
2022-05-13 00:00:28 -05:00
tombrazier
5b2071448f
🩹 Fix MPC Edit Menu ()
Followup to 

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-22 01:50:38 -05:00
Ludy
3d3898145a
🌐 Update German language, FTDI cleanup ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-18 04:43:34 -05:00
John Lagonikas
c58c5b09ab
🐛 Fix MPC compile ()
Followup to , 

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-17 23:56:52 -05:00
Giuliano Zaro
14603112a4
🩹 Fix MPC_EDIT_DEFS () 2022-04-14 23:22:08 -05:00
Scott Lahteine
f7cb1ce3f4 🩹 Fix PID helper functions 2022-04-10 03:19:07 -05:00
tombrazier
3da29b4a04
🚸 Improve MPC tuning, add menu items ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-10 01:20:05 -05:00
Scott Lahteine
e2353be24f 🎨 Misc. cleanup, string optimization 2022-04-09 22:57:28 -05:00
Giuliano Zaro
1bc9a530bd
🐛 Fix Bed/Chamber PID Autotune with MPCTEMP () 2022-04-03 18:44:45 -05:00
Giuliano Zaro
e4c7c550fc 🐛 Fix PID edit menu for Bed, Chamber () 2022-04-02 18:29:21 -05:00
DerAndere
e5b651f407
Support for up to 9 axes (linear, rotary) ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-04-01 00:10:38 -05:00
Scott Lahteine
a80a303cbe 🧑‍💻 EXTRUDER_LOOP macro 2022-03-23 00:31:13 -05:00
Scott Lahteine
d2c503eea2 ✏️ num-to-string followup 2022-03-04 16:55:01 -06:00
Scott Lahteine
ab46b7e2f2 🧑‍💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU 2022-01-25 15:47:37 -06:00
Scott Lahteine
9665a4434c 🧑‍💻 Fewer string macros 2022-01-10 02:51:50 -06:00
Giuseppe499
a16a059312
X Twist Compensation & Calibration () 2021-12-06 19:53:51 -06:00
Scott Lahteine
7f1286a11f 🎨 Apply F() to status message 2021-10-04 00:26:29 -05:00
Scott Lahteine
417e2530eb 🎨 Apply F() to G-code suite and queue 2021-10-04 00:26:29 -05:00
espr14
228eb9c404
🎨 steps_to_mm => mm_per_step () 2021-09-27 14:05:52 -05:00
Dan Royer
3344071f24 Polargraph / Makelangelo kinematics () 2021-09-20 15:45:00 -05:00