Stephan
713de872ce
Filament Runout handling for Mixing Extruder (#20327 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 yıl önce
Scott Lahteine
dd42831cba
Serial macros cleanup
4 yıl önce
Scott Lahteine
c0870d417a
Move some MarlinCore and MarlinUI code (#20832 )
4 yıl önce
Scott Lahteine
f423edd938
Add probe_switch_activated
4 yıl önce
InsanityAutomation
2963229dfa
Probe Tare, Probe Activation Switch (#20379 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com >
Co-authored-by: Jason Smith <jason.inet@gmail.com >
4 yıl önce
wmariz
58ac815822
Level Corners with Probe option (#20241 )
4 yıl önce
Costas Basdekis
0465e0ae3a
Distinct runout states (#19965 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 yıl önce
LinFor
2da25d67e1
Fix Endstop Interrupts with SPI endstops, sanity checks (#20051 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 yıl önce
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 yıl önce
Scott Lahteine
c2c6a679ea
Rename LCD conditionals (#19533 )
4 yıl önce
Scott Lahteine
76d8d1742c
Add multi-extruder condition
4 yıl önce
Victor Sokolov
e97e6865c3
MarkForged kinematics (#19235 )
4 yıl önce
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 yıl önce
Speaka
2c238e4fc2
Option for extra endstop check (#18424 )
5 yıl önce
Robby Candra
c02451b602
Filament Runout Inverting => State (#18537 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 yıl önce
Scott Lahteine
45a01a3eca
Non-SPI core homing pin tests (#17996 )
5 yıl önce
Scott Lahteine
6ae7a40f99
CoreXY sensorless homing (#17972 )
5 yıl önce
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 yıl önce
Scott Lahteine
22da1b2b31
Rename some "kill" messages
5 yıl önce
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
5 yıl önce
Scott Lahteine
5ebba4b19f
More serial strings
5 yıl önce
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 yıl önce
Scott Lahteine
5071fe82ab
Ensure proper SD print completion (#16967 )
5 yıl önce
Robert Stein
3a3429b1ef
Fix probe with multi-endstops (#16793 )
5 yıl önce
Scott Lahteine
7bf2190f03
Fix CALIBRATION_GCODE pin handling
5 yıl önce
Scott Lahteine
bfad23d3e2
(c) 2020
5 yıl önce
Scott Lahteine
4716dac874
Apply REPEAT, RREPEAT, and loop macros (#16757 )
5 yıl önce
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595 )
5 yıl önce
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
5 yıl önce
Scott Lahteine
95046c9047
Extend SERIAL_CHAR to take multiple arguments
5 yıl önce
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
5 yıl önce
Scott Lahteine
c80eda073f
M119 => report_states
5 yıl önce
Scott Lahteine
c5713b5e98
Clean Endstops::event_handler
5 yıl önce
Piotr
fe4c69b64a
Poll *all* enabled endstop pins (#15525 )
5 yıl önce
Markus Towara
437978d349
Bring SPI_SENSORLESS code up to date (#15560 )
5 yıl önce
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 yıl önce
Marcio Teixeira
a18d16fb8b
Do not implicitly concatenate localized strings (#15383 )
5 yıl önce
Jamie
dbee0e9c54
Analog joystick jogging control (#14648 )
5 yıl önce
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing (#14044 )
5 yıl önce
Scott Lahteine
eae543adf3
Apply HAS_SPI_LCD as needed
5 yıl önce
Scott Lahteine
1088846cae
Cosmetic updates from 14044
6 yıl önce
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 yıl önce
Tanguy Pruvot
52383633e7
STM32F1: M43 PINS_DEBUGGING (#14072 )
6 yıl önce
Scott Lahteine
0ca2073625
ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
6 yıl önce
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
6 yıl önce
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6 yıl önce
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance (#13814 )
6 yıl önce
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 yıl önce
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment -471388743
6 yıl önce
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6 yıl önce