Commit graph

19749 commits

Author SHA1 Message Date
Scott Lahteine e570c4cc2e 🧑‍💻 Forward-compatible axis strings 2022-07-23 19:57:43 -05:00
DerAndere 543bbf02fc 💥 Update Motor Current G-codes for extra axes (#23975) 2022-07-23 19:57:43 -05:00
Scott Lahteine 5ccdc9ced7 🏗️ Axis name arrays
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
2022-07-23 19:57:43 -05:00
Scott Lahteine ddb0168e29 ♻️ More updates for multi-axis 2022-07-23 19:57:43 -05:00
GHGiampy 0caf234aa5 🔨 Fix firmware upload (#24499) 2022-07-23 19:57:43 -05:00
Scott Lahteine dddbc4d730 🔨 PlatformIO "--target upload" == "--target exec" 2022-07-23 19:57:43 -05:00
Scott Lahteine 08e6e8b9be ♻️ Encapsulate PID in class (#24389) 2022-07-23 19:57:43 -05:00
Victor Oliveira 12ae80bcec 🔨 Disable stack protector on macOS simulator (#24443) 2022-07-23 19:57:43 -05:00
Eduard Sukharev 9e530cd27b 🐛 Fix MKS TinyBee compile (#24454) 2022-07-23 19:57:43 -05:00
EvilGremlin 0ec1cb58c7 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) 2022-07-23 19:57:43 -05:00
Scott Lahteine b548e21b65 ♻️ reset_acceleration_rates => refresh_… 2022-07-23 19:57:43 -05:00
Scott Lahteine e170460855 ♻️ Planner flags refactor 2022-07-23 19:57:43 -05:00
lujios b7b2286e49 ️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220)
Co-Authored-By: Robby Candra <robbycandra.mail@gmail.com>
Co-Authored-By: ellensp <530024+ellensp@users.noreply.github.com>
2022-07-23 19:57:43 -05:00
elimisback 047d0264c5 🔨 BTT STM32G0B1RE xfer build (#24245) 2022-07-23 19:57:43 -05:00
Scott Lahteine c56fb1c182 🎨 Minimize block->steps.set 2022-07-23 19:57:43 -05:00
DerAndere d5a79c27fe ♻️ More updates for multi-axis
Based on #23112

Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-07-23 19:57:43 -05:00
Scott Lahteine 1e3fe65b9d 🚨 Fix some compiler warnings 2022-07-23 19:57:43 -05:00
Scott Lahteine af4160af6f 🐛 Fix types.h macros and fields
Fixes #24419
2022-07-23 19:57:43 -05:00
Scott Lahteine 53b73bbd7f 🔧 Config parity with 2.1.x 2022-07-23 19:57:42 -05:00
Scott Lahteine 3b37e85949 🚸 Arrange EXP pins in common order (#24525) 2022-07-23 19:57:42 -05:00
Keith Bennett a1881f70a8 MKS Monster8 V2 (#24483) 2022-07-23 19:57:42 -05:00
Christophe Huriaux 6ad7f7ce98 eMotion-Tech eMotronic (Micro-Delta rework) (#24488) 2022-07-23 19:57:42 -05:00
Victor Oliveira 9fe4d2cc6c Creality3D v4.2.5 / CR200B (#24491) 2022-07-23 19:57:42 -05:00
Keith Bennett 5bd0541985 BigTreeTech SKR SE BX V3.0 (#24449)
SKR SE BX V3.0 removes the Reverse Driver Protection feature.
2022-07-23 19:57:42 -05:00
Scott Lahteine 35d5393a3e 📝 Index Mobo Rev03 => Opulo Lumen Rev3 2022-07-23 19:57:42 -05:00
DerAndere 1ffc4ba861 🩹 Fix some parameters w/out values (#24051) 2022-07-23 19:57:42 -05:00
Scott Lahteine 2bf6573098 🐛 Fix SDIO for STM32 (#24470)
Followup to #24271
2022-07-23 19:57:42 -05:00
Scott Lahteine 5e0a39265a 🎨 Clean up extra axes
Followup to #24120
2022-07-23 19:15:22 -05:00
tombrazier 495002e158 🐛 Fix 2d mesh print (#24536) 2022-07-22 23:34:53 -05:00
Scott Lahteine adeca47292 🔨 Fix Warnings.cpp force-recompile 2022-07-14 21:08:50 -05:00
Scott Lahteine 686d1fbb51 🎨 ANY => EITHER 2022-07-13 21:25:12 -05:00
Scott Lahteine 8f84ce72e1 Fix SDIO for STM32
Followup to #24271
2022-07-09 18:19:41 -05:00
Keith Bennett 5bf02e39a9 🚸 MPCTEMP: Home before cooling (#24434) 2022-07-04 00:29:45 -05:00
Keith Bennett a5b076dff7 🩹 Fix MKS TinyBee ADC Vref (#24432) 2022-07-04 00:29:45 -05:00
Scott Lahteine b79231cc59 🩹 Remove poison wchar_t macro 2022-07-04 00:29:45 -05:00
Scott Lahteine 86e6f9e38e 🩹 Remove obsolete split_move 2022-07-01 21:19:06 -05:00
Moonglow b3018da60c 🐛 Fix M149 (#24430) 2022-07-01 08:01:03 -05:00
Scott Lahteine 0d04aa960f 🩹 Fix memset block warning 2022-07-01 08:01:03 -05:00
Keith Bennett 0d34c2e287 🐛 Fix Axis Homing (#24425)
Followup to 4520a51
2022-07-01 08:01:03 -05:00
John Lagonikas 1690f49656 🐛 Fix MAX31865 PT1000 normalization (#24407)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-07-01 08:01:03 -05:00
Scott Lahteine dbdb39f60f 📝 Note about UBL bad splits 2022-07-01 08:01:03 -05:00
Scott Lahteine 843c04baa6 🎨 Misc. shorthand operators 2022-06-26 10:02:24 -05:00
Scott Lahteine a7c58c1fd6 🐛 Fix Manual Move axis selection (#24404) 2022-06-26 06:50:24 -05:00
Shlee 3af5c32ea2 📝 Add STM32F4 example, Ruby (#24399) 2022-06-26 06:39:37 -05:00
Giuliano Zaro 4039075a1d 🌐 Update Italian language (#24398) 2022-06-26 06:39:37 -05:00
Roman Moravčík ed796c8354 🌐 Update Slovak language (#24397) 2022-06-26 06:39:37 -05:00
sgparry f3c64fd397 🩹 Fix LCD contrast with K8800 board 2022-06-26 06:39:37 -05:00
Scott Lahteine b220342b26 🌐 Drop unused delta strings 2022-06-24 22:09:51 -05:00
InsanityAutomation 4dad587188 🐛 Resolve DUE Servo pulse issue (#24305)
Co-authored-by: sjasonsmith <20053467+sjasonsmith@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-06-24 18:02:21 -05:00
tombrazier 1efe48ef65 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) 2022-06-24 18:02:21 -05:00