Scott Lahteine
3a07b4412d
Asynchronous M114 and (R)ealtime position option (#17032 )
5 years ago
Scott Lahteine
5aa528781f
Fix ambiguous type
Co-Authored-By: Andrew Kroll <xxxajk@gmail.com >
5 years ago
Scott Lahteine
49c5f614c6
Minor motion style changes
5 years ago
Scott Lahteine
edd1b76a9a
Fix set_current_from_steppers_for_axis(E_AXIS) bug
5 years ago
Scott Lahteine
c4db8e49a7
XYZ_CHAR macro
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
72b4d91d2e
Add Z_AFTER_HOMING to raise Z more in G28 (#16755 )
5 years ago
Scott Lahteine
90b6324563
Encapsulate probe as singleton class (#16751 )
5 years ago
chgi
99b6a132bc
Fix G60/G61 slots > 8 and compile error (#16715 )
5 years ago
Hans007a
e2eef1256a
G60/G61 Position Save/Restore (#16557 )
5 years ago
Jason Smith
44d400db83
Fix HOMING_BACKOFF_MM for DELTA (#16657 )
5 years ago
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
5 years ago
FlyingSamson
fbf2f36cae
Only constrain motion on homed axes (#16533 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 years ago
ellensp
669fe74096
Fix compile error w/out LCD (#16502 )
5 years ago
Scott Lahteine
7a342ecb93
Show Total E during print (#15703 )
5 years ago
Scott Lahteine
0f8c3ed29a
Prevent extra "too long/cold" errors
5 years ago
Daniel Callander
475041656c
Reset position_shift on G28 (#15653 )
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
211ff67440
Patch blocking and manual moves
5 years ago
InsanityAutomation
438835f6a5
Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929 )
5 years ago
Frederik Kemner
4564ad2920
Fix build if EXTRUDERS = 0 (#15417 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
81b9c7c6ee
No motion constraint before homing
Sensible approach to soft endstops before the machine is homed.
Ref: https://github.com/MarlinFirmware/Marlin/pull/15027#issuecomment -533301094
Co-Authored-By: comps <comps@nomail.dom >
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 years ago
Scott Lahteine
d49d40f7b0
Home XYZ newline
5 years ago
Scott Lahteine
b2e1f77f58
Fix extraneous "Home XYZ First" message
5 years ago
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 years ago
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets (#15202 )
5 years ago
Scott Lahteine
5e13fe989f
Rename some feedrate-oriented functions
5 years ago
Jason Smith
252f31b6f1
Fix/improve backoff feedrates (#15300 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
6 years ago
kakou-fr
6b1c4dec46
Touch Mi: Add magnet Y position (#15166 )
6 years ago
Luu Lac
081e4506ca
Fix G53 as prefix, G28 with CNC_COORDINATE_SYSTEMS (#15069 )
6 years ago
InsanityAutomation
33f6d77281
Adjust homing backoff feedrate (#14972 )
6 years ago
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing (#14044 )
6 years ago
mekius
7682751646
Fix HOME_BACKOFF_MM type (#14805 )
6 years ago
InsanityAutomation
6f8b8c394d
Homing backoff per-axis / delta Z (#14789 )
6 years ago
Scott Lahteine
1088846cae
Cosmetic updates from 14044
6 years ago
Scott Lahteine
42b5ccafc9
Toss obsolete DEBUG_LEVELING_FEATURE tests
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements (#14647 )
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
6 years ago
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
6 years ago
InsanityAutomation
d44e5b1fde
Fix stepper direction macros, multi-nozzle scope (#13569 )
6 years ago
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
6 years ago
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago