Scott Lahteine
6e658a7c04
Code style and comment tweaks
5 years ago
Scott Lahteine
95046c9047
Extend SERIAL_CHAR to take multiple arguments
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
Jason Smith
9ff2d34bf8
Fix warnings in stepper.cpp ( #16364 )
5 years ago
Luc
24eaf2d7e0
Some ESP32 patches ( #16297 )
5 years ago
Jason Smith
d5bc5547ee
Step timing cleanup and rounding fix ( #16258 )
5 years ago
Jason Smith
1bad8f1b17
Improve pulse timing and step reliability ( #16128 )
5 years ago
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 ( #15655 )
5 years ago
Scott Lahteine
93f0012959
Cancel Objects - As seen at ERRF2019 ( #15590 )
5 years ago
Scott Lahteine
b7b303f4bf
Spindle/Laser power in planner blocks ( #14437 )
5 years ago
Scott Lahteine
a9c259c77a
Patch PrintrboardG2 build (on spec)
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
InsanityAutomation
6a312fae80
Add before/after dir change delays ( #15314 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
5 years ago
Scott Lahteine
c590e8ac05
Improve Power-loss Recovery ( #15135 )
5 years ago
AnHardt
89a2161cac
MINIMUM_STEPPER_DIR_DELAY in LA ( #15154 )
Add missed MINIMUM_STEPPER_DIR_DELAY after dir change in LinearAdvance interrupt.
5 years ago
Marcio Teixeira
8bdb3d9970
Add CONTROLLERFAN_SPEED_Z_ONLY ( #14956 )
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Scott Lahteine
d4415dcf59
Fix analogWrite ambiguity
5 years ago
Tanguy Pruvot
19aafb9050
Fix STM32F1 motor shocks (stepper timer issue) ( #14030 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
InsanityAutomation
06f3273531
Fix DELTA pulse wait bug ( #14028 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Tanguy Pruvot
7da63fa03f
Fix NOMORE() sign warning in stepper ( #13894 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
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
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode ( #13404 )
6 years ago
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment-471388743
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
6 years ago
Scott Lahteine
1f7e220387
Make HAL ISR macros function-like
6 years ago
Robert Mendon
367d392880
Init stepper current after stepper pins are set up ( #13302 )
6 years ago
Vasily Evseenko
71773b128d
Fix stepper use before init. Add Ultimaker2+ Extended clone config ( #13284 )
6 years ago
Bob Kuhn
ddbe4cfa20
Printrboard G2 support ( #13116 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Simon Jouet
5cd0fa3ce1
Basic GPIO expander using the ESP32 I2S peripheral ( #12959 )
6 years ago
Scott Lahteine
1bd9a63049
Add HAS_EXTRA_ENDSTOPS macro
6 years ago
Scott Lahteine
d4d1b28a06
Fix some include paths
6 years ago
Mark Zachmann
4d1093b386
Fix init of last_direction_bits ( #13067 )
6 years ago
jeffstaley
0da636e1a3
Set correct stepper direction on reset ( #13032 )
On a reset steppers were being initialized to incorrect direction. Original code wasn't respecting `INVERT_Z_DIR` define.
6 years ago
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support ( #12895 )
6 years ago
TheLongAndOnly
cb643d87df
Adding missing code for triple Z-stepper auto-align ( #12786 )
6 years ago
Scott Lahteine
6cf8d40f41
Fix some serial echos of pin states
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
6 years ago
Scott Lahteine
edfd106bc5
Rejigger Filament Runout class ( #12428 )
6 years ago
Ryan
052d102ded
UltiMachine Archim 1 support ( #12404 )
6 years ago
Scott Lahteine
9da6809ac3
Adjust some comment spacing
6 years ago
Scott Lahteine
5182eaf661
Fix endstops enable behavior during probing
Fix a bug introduced in #9582
6 years ago
Scott Lahteine
e0956bb572
Drop 'register' storage specifier
6 years ago
Scott Lahteine
6e3caf23b6
IS_DELTA => ENABLED(DELTA)
6 years ago
TheLongAndOnly
5536228359
G34 Auto-align multi-stepper Z axis ( #11302 )
6 years ago