Scott Lahteine
1b8973eb1c
Fix up microsteps conditionals
пре 7 година
Scott Lahteine
053438a3aa
Poll all endstops, even when stationary (#11123 )
пре 7 година
Scott Lahteine
7a84b03796
Use MIN/MAX in post-conditionals
пре 7 година
Scott Lahteine
d4795e5b8e
[2.0.x] Tweaks and additions for MAX7219 (#11034 )
пре 7 година
Scott Lahteine
0d79128c8d
Localize stepper-specific defines
пре 7 година
etagle
6f14bcaa3e
Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping
The timing value should be properly set for ALL boards. The compiler will check and set maximum step rate calculations based on those values.
пре 7 година
etagle
39a7e7720d
Adaptive multiaxis step smoothing
- Stepper bugs fixed
- Support MIXING_EXTRUDER with Linear Advance
- Miscellaneous cleanup
пре 7 година
Scott Lahteine
bbf80440bf
Add sanity-check for MOTHERBOARD
пре 7 година
Scott Lahteine
2deff0d9b9
Fix/Improve junction deviation
- Respect axis max acceleration limits instead of forcing a fixed acceleration value.
- The `junction_unit_vec` ensures proper handling of entry and exit speeds even when the axes involved have different limits.
пре 7 година
Scott Lahteine
9713538427
HOTENDS for Switching Nozzle with Switching Extruder
пре 7 година
Scott Lahteine
0ca9db7051
Correct HOTENDS for SWITCHING_EXTRUDER
пре 7 година
Scott Lahteine
1b200f3312
Sanity check SWITCHING_EXTRUDER with SINGLENOZZLE
пре 7 година
Scott Lahteine
931ab4ec40
Rename Junction Deviation options
пре 7 година
Scott Lahteine
aaaf09bda2
BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION
пре 7 година
Scott Lahteine
cf7d5a642a
Fix manual moves for switching tools (#10868 )
пре 7 година
Scott Lahteine
4118199ddd
Tweaks to core headers
пре 7 година
Bob Kuhn
d557c84a71
[2.0.x] Error for FAST_PWM_FAN with 32 bit CPU (#10798 )
пре 7 година
Scott Lahteine
83d42f33e1
Add HAS_HOTEND_OFFSET_Z conditional
пре 7 година
GMagician
3c76bda2d8
Fix switching extruder
`DONT_SWITCH` got lost along the way. Replace it with `DO_SWITCH_EXTRUDER` and adjust the code.
пре 7 година
Jiri Jaburek
43ddb29f9e
Add FAN_MAX_PWM for M106-controlled fans
пре 7 година
Scott Lahteine
b7dfc79988
Disable SERIAL_PORT_2 by default and sanity-check it (#10748 )
пре 7 година
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
пре 7 година
Scott Lahteine
a1062eec5b
Better handling of DELAY_NS and DELAY_US (#10716 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
пре 7 година
Scott Lahteine
325bbbc8c2
[2.0.x] Enable AD595 and AD8495 in concert (#10693 )
* Allow both AD595 and AD8495 in concert
* General temperature code tweaks
пре 7 година
Scott Lahteine
19f189b4e5
Add UBL support for G2/G3 and G5 (#10648 )
пре 7 година
Giuliano
4e16e699c1
Fix sanity checks for dual axes (#10633 )
пре 7 година
Scott Lahteine
e978e6e782
[2.0.x] Arrange LCD options by type (#10630 )
пре 7 година
Scott Lahteine
8c5bc77fb9
Fix the sanity-check for config versions
пре 7 година
Scott Lahteine
81b632c255
Additional temp-oriented improvements
пре 7 година
nightdemonx
e911635fb1
Add thermocouple with AD8495 support
пре 7 година
Scott Lahteine
b7e938a9fb
LCD_BED_LEVELING enables a sub-menu for ABL
пре 7 година
Scott Lahteine
05c33833e7
[2.0.x] Add NO_LCD_MENUS option (#10582 )
пре 7 година
Scott Lahteine
616651ff23
Add sanity check for LED_CONTROL_MENU
Addressing #10569
пре 7 година
Scott Lahteine
f790b4bc0a
Reorganize some conditionals
пре 7 година
Scott Lahteine
df6bc812b5
Fix disable of Z_HOMING_SENSITIVITY for HOMING_Z_WITH_PROBE
As pointed out in #10532
пре 7 година
Scott Lahteine
299c4fed42
Undefine PIDTEMPBED without a bed heater
пре 7 година
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional (#10495 )
пре 7 година
Scott Lahteine
9e07df5c1b
Extra options for LEVEL_BED_CORNERS (#10483 )
пре 7 година
Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
пре 7 година
Scott Lahteine
f0cbf3d432
Correction to sanity check
пре 7 година
Scott Lahteine
80e29492c6
TRIGORILLA => TRIGORILLA_13
пре 7 година
Marcio Teixeira
5cc7916e69
Add G29_RETRY_AND_RECOVER feature
- Add an option to retry G29, optionally executing a G-code procedure after each failed probe.
пре 7 година
Scott Lahteine
4f184ba5da
[2.0.x] Add BOARD_MKS_BASE_15 with digital micro-stepping (#10454 )
* Add BOARD_MKS_BASE_15 with digital micro-stepping
* Rename MKS_13 to MKS_GEN_13
пре 7 година
Scott Lahteine
39c6f65ce7
Ignore LCD_BED_LEVELING with UBL
пре 7 година
Chris Pepper
c9aed73987
Fix missed includes from HAL macro patch (#10416 )
пре 7 година
Chris Pepper
cc6d41e1d3
Use a macro for HAL header redirection (#10380 )
пре 7 година
Luc Van Daele
12785583d0
[2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386 )
пре 7 година
Yunhui Fu
c96412a78f
[2.0.x] UTF-8 language translation support (#10213 )
пре 7 година
Eduardo José Tagle
57a899a412
[2.0.x] 6th-order jerk-controlled motion planning in real-time for AVR (#10373 )
пре 7 година
Sean
2d9b0a66fe
Add Filament Change accelerations
пре 7 година