1049 Commits (efdaf940a557e38a0446421309c862c8d7fccd3e)

Author SHA1 Message Date
Scott Lahteine 95046c9047 Extend SERIAL_CHAR to take multiple arguments 5 years ago
Jamie 022b6b9067 Fix M115 cap with EXTRUDERS == 0 (#16459) 5 years ago
George Fu e593da1c23 Update and fix DGUS (#16317) 5 years ago
Jason Smith 3cade6245e Fix MIN_PROBE_EDGE bug in default ABL G29 (#16367) 5 years ago
Dirk O. Kaar d0e1166cce Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418) 5 years ago
InsanityAutomation 1c9ccce520 Add NOZZLE_AS_PROBE (no probe offsets) (#15929) 5 years ago
randellhodges 0b6c2d893e Fix G34 with Z_DUAL_STEPPER_DRIVERS compile (#16274) 5 years ago
Scott Lahteine deff538909 Fix broken M100_dump_routine 5 years ago
Scott Lahteine b49a0e39d5 HOME_USING_SPREADCYCLE is obsolete
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi>
5 years ago
Scott Lahteine 865071a946 Tweak code formatting 5 years ago
Moshi Binyamini dcdaa2025f Sanity-check Z_STEPPER_AUTO_ALIGN coordinates (#16231) 5 years ago
Scott Lahteine 0400783444 Tweak G34, fix a declaration 5 years ago
danym21 6e8dcba698 Fix G28 debug line, M569 calls (#16213) 5 years ago
Luu Lac e9dadacf7b Fix bad #ifdef (#16227) 5 years ago
Scott Lahteine f3d64b7115 Cardreader read/write open methods 5 years ago
Scott Lahteine 83a4e8559c Followup to "optimize common strings" 5 years ago
Felicia Hummel 690ed531b6 Configurable PSU power-on delay (#16050) 5 years ago
Scott Lahteine 1ee648ecd2 Followup to "optimize common strings" 5 years ago
Scott Lahteine f83bc0aa13 Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
BigTreeTech 441ee3e53f Add 'M114 E' to get E position (M114_DETAIL) (#16026) 5 years ago
Jason Smith 752a1e76ab Float ABL mesh boundaries, no probe position rounding (#16018) 5 years ago
Scott Lahteine 98f83dc756 Add comments to G29 5 years ago
haschtl ff6518c0a8 Add PID_FAN_SCALING option (#15585) 5 years ago
lukasmatena 8ccfdaca02 Add M220 B/R with PRUSA_MMU2 (#15739) 5 years ago
Scott Lahteine 1d150e41b6 Reduce MMU2 code, add test 5 years ago
InsanityAutomation 2142beb2e5 Fix UI compile error in UBL (#15981) 5 years ago
Scott Lahteine b11551c767
Touch UI updates for Cocoa Press (#15986) 5 years ago
Denis Semenov 0fcd1f4a49 Fix HAS_CLASSIC_E_JERK and related issues (#15968) 5 years ago
Jason Smith b904ba0f29 Improve Delta probing / calibration (#15887) 5 years ago
Jason Smith 4ede13e36a Fix G29 for updated meshCount type (#15960) 5 years ago
BigTreeTech ab8b24fdba Power Loss Recovery with a UPS (#15943) 5 years ago
Scott Lahteine ab9f0f2c4f Followup to meshCount patch 5 years ago
InsanityAutomation 798f34abcd Float XY probe offset followup (probe edge) (#15928) 5 years ago
Evgeny-SPB 7116a8645c G34 logic / typo fix (#15938) 5 years ago
InsanityAutomation 4d4e692c81 Match onMeshUpdate() index sign (#15920) 5 years ago
Roxy-3D f19fa64e98
Eliminate multiple settings to extruder_duplication_enabled in G28
If the IDEX mode was previously set (via GCode or the LCD Panel) to a duplication mode...   It was lost after a G28 due to this redundant setting of 'extruder_duplication_enabled'. 

It is very important to the various use cases of IDEX machines that extruder_duplication_enabled is preserved across a G28.   The reason is this allows a person to use the LCD Panel to put the machine into a duplication mode, and then send a 'normal' part file to the printer and get two parts out of the process.
5 years ago
Scott Lahteine 602ca5dea6 No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY 5 years ago
Roman Moravčík e110f5abce M73 R : Set Remaining Time (#15549) 5 years ago
danym21 28e1614c2e Add Sensorless Homing current (#15690) 5 years ago
Jason Smith 770adcfa15 Raise Z before homing X/Y on unknown Z (#15859) 5 years ago
ellensp 7b29c60c46 Fix compile with chamber enabled (#15862) 5 years ago
Scott Lahteine 776632c503
Add and apply REPEAT macro (#15829) 5 years ago
Scott Lahteine ca6d00b862 Save some string flash 5 years ago
Scott Lahteine ad28da7eb4 Patch ABL G29 loop
Followup to e3ddf6e81a
5 years ago
Scott Lahteine e7d9db284e Followup to M240 patch 5 years ago
Raúl Lázaro Sánchez 7c60853219 Fix blocking delay in Photo G-code M240 (#15728) 5 years ago
Scott Lahteine 4e6e02bc3e Include pause.h for M701-702 5 years ago
Scott Lahteine e3ddf6e81a Fix meshCount signed-ness 5 years ago
Scott Lahteine c80eda073f M119 => report_states 5 years ago
Scott Lahteine 7a342ecb93
Show Total E during print (#15703) 5 years ago
Scott Lahteine ab0fe1a7dd Tweak G29 faux point 5 years ago
Scott Lahteine 732bf89878 Get 'cancelable' for gcode.cpp 5 years ago
Scott Lahteine 014b739bac Fix M486 int parameters 5 years ago
Scott Lahteine 93f0012959
Cancel Objects - As seen at ERRF2019 (#15590) 5 years ago
InsanityAutomation 82fb046013 Allow suicide pin inverting (#15586) 5 years ago
Jacob Jordan 9895e6d766 Only use slow homing speed where applicable (#15640) 5 years ago
Robby Candra cf8541a7a7 Fix G92.9 (thus PLR Z position) (#15625) 5 years ago
Scott Lahteine cd3ec5a77b Add error-check to M422 5 years ago
milkpirate 6bcd4eb12d Fix M420 (UBL) undefined variables (#15621) 5 years ago
Scott Lahteine af214ff121 Fix up PSU_CONTROL checks 5 years ago
Scott Lahteine 160c8be191 Fix BABYSTEP_DISPLAY_TOTAL output 5 years ago
Scott Lahteine 0652f19673 Fix M420 for moved probe methods 5 years ago
Scott Lahteine bb381e22b2 Fix left-shift warning 5 years ago
Bo Herrmannsen 0d7736d663 Enable M191 (#15531) 5 years ago
Jason Smith 832cb7e1ac Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195) 5 years ago
Scott Lahteine b7b303f4bf
Spindle/Laser power in planner blocks (#14437) 5 years ago
Scott Lahteine faacfe13c2 Tweak M105 layout 5 years ago
Antti Andreimann d47f29bd4c Give a dummy response to M105 with zero thermistors (#15568) 5 years ago
Robby Candra e79666a82b Followup to "Fix G2/G3 rounding" (#15510) 5 years ago
LinFor b20d5a7cc6 Estimate Remaining Time (graphical display) (#15497) 5 years ago
Ed Williams d8aeeb8ff6 Fix G2/G3 rounding error (#15507) 5 years ago
Marcio Teixeira 6a865a6146 Multi-language support (#15453) 5 years ago
Scott Lahteine c0005e939c
Enable junction deviation by default (#15481) 5 years ago
Scott Lahteine e84389c976
Fix G2/G3 workspace plane parameters (#15475) 5 years ago
LinFor 19b7be067c Allow M73 to override SD position (#15449) 5 years ago
Scott Lahteine 56595a4c9c Improve G2/G3 precision
See https://github.com/MarlinFirmware/Marlin/issues/14745#issuecomment-538781253
5 years ago
Scott Lahteine 519cc1bc67 NUM_AXIS is now obsolete 5 years ago
Scott Lahteine 0322348924 Handle runout in runout.cpp 5 years ago
Oliver Jean Eifler d52b908627 Fix coordinate size for G26 w/out arcs (#15443) 5 years ago
InsanityAutomation 438835f6a5 Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929) 5 years ago
Scott Lahteine e3fd0519b3 Reduce need for UNUSED 5 years ago
Scott Lahteine 139b7196a0
Watchdog cleanup (#15283) 5 years ago
Scott Lahteine f307ff68f7 Multiply by float, not double 5 years ago
Alex Somesan 10bbed7f69 Fix comma/semicolon typo (#15420) 5 years ago
Scott Lahteine 50e4545255
Add custom types for position (#15204) 5 years ago
Scott Lahteine 7c5e6900e1 Tweak comment 5 years ago
InsanityAutomation 0ca6abce72 Add reporting to M290 (#15376) 5 years ago
InsanityAutomation a6b0223eea Revive and improve DELTA probe bounds, LRFB options (#15372) 5 years ago
InsanityAutomation 5221e2d991 Restore Host Prompt Info (#15387) 5 years ago
Scott Lahteine d683f98019 Return buffer in duration.toString 5 years ago
Marcio Teixeira a18d16fb8b Do not implicitly concatenate localized strings (#15383) 5 years ago
Scott Lahteine 665e45e0ba Reduce string storage, use masking 'seen' 5 years ago
Scott Lahteine 455dabb183
Add a feedRate_t data type (#15349) 5 years ago
Scott Lahteine b2e1f77f58 Fix extraneous "Home XYZ First" message 5 years ago
Scott Lahteine 25c4c2f24e Fix bool in M851 5 years ago
Scott Lahteine da1bda493e Apply Marlin conventions to M851 5 years ago
InsanityAutomation e9cf46a9a5 M851 XY 3 point followup (incomplete) (#15361) 5 years ago
Robby Candra 9c288a682d Followup to probe_at_point change (#15342) 5 years ago
Scott Lahteine 5288c399ce Patch probe offset name, defines 5 years ago
Scott Lahteine 4e8d9fe59b zprobe_offset => probe_offset 5 years ago