Hebezo
4ace02f4c2
Add POWER_OFF_DELAY option (#19987 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 lat temu
Scott Lahteine
7d64de646a
Add power-on/off G-code options (#19837 )
Co-authored-by: Chris <chris@chrisnovoa.com >
4 lat temu
Giuliano Zaro
f205bff2cc
Fix PSU on for PID autotune (#19066 )
5 lat temu
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 lat temu
Markus Towara
f4aba99624
Use safe_delay for PSU_POWERUP_DELAY (#18680 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 lat temu
Scott Lahteine
0eab9fc08c
Fix missing controller fan include
5 lat temu
Scott Lahteine
01c646a892
Apply more HAS_HOTEND
5 lat temu
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 lat temu
Scott Lahteine
5d0deba938
Longer default power-up delay
See MarlinFirmware/Configurations#78
5 lat temu
Scott Lahteine
0e06aaa2bc
Add millis helper macros
5 lat temu
Erkan Colak
83eec683c9
New Controller Fan options and M710 gcode (#17149 )
5 lat temu
Scott Lahteine
b1a50d54e2
HAS_TRINAMIC => HAS_TRINAMIC_CONFIG
5 lat temu
Scott Lahteine
bfad23d3e2
(c) 2020
5 lat temu
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418 )
5 lat temu
ManuelMcLure
c061656659
Use PSU powerup delay for all powerups (#16065 )
5 lat temu
Scott Lahteine
776632c503
Add and apply REPEAT macro (#15829 )
5 lat temu
Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
6 lat temu
Marcio Teixeira
8bdb3d9970
Add CONTROLLERFAN_SPEED_Z_ONLY (#14956 )
6 lat temu
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 lat temu
Tim Moore
8ce84fa44f
Add temperature-based auto power options (#14397 )
6 lat temu
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion (#13837 )
6 lat temu
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 lat temu
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
6 lat temu
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 lat temu
Scott Lahteine
0feeef2604
Update copyright in headers
6 lat temu
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
6 lat temu
Scott Lahteine
95d154a91f
Fans loop macro
6 lat temu
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
6 lat temu
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
7 lat temu
Jeonghwan Roh
59cf217e77
Fix 5 mixing steppers
7 lat temu
Scott Lahteine
e4ecade8d4
Fix AUTO_POWER_CONTROL compile error
Counterpart to #11467
Co-Authored-By: lsellens <lsellens@users.noreply.github.com >
7 lat temu
Scott Lahteine
b337698f96
Additional patch for no heated bed
7 lat temu
Scott Lahteine
3c826e5d05
Prevent delay when power is already on
Fix #10410
7 lat temu
Scott Lahteine
48d7036874
Consolidate smart stepper driver initialization
7 lat temu
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off (#10015 )
Fix #10004
7 lat temu
Bob-the-Kuhn
2d749d490b
Fix / complete USE_CONTROLLER_FAN (#9666 )
7 lat temu
Scott Lahteine
7280fa1e31
Patch Power class
7 lat temu
Scott Lahteine
cc9cef7f7a
Fix HAS_CONTROLLER_FAN in is_power_needed
7 lat temu
Scott Lahteine
b5e92f4f90
[2.0.x] Enable / disable PSU automatically (#9503 )
7 lat temu