Scott Lahteine
|
56cec9690a
|
♻️ Refactor HAL as singleton (#23357, #23871, #23897)
|
3 years ago |
Mike La Spina
|
e0c439fe91
|
⚡️ Controller Fan software PWM (etc.) (#23102)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Andrei M
|
0d91b07797
|
⚗️ Use pwm_set_duty over analogWrite to set PWM (#23048)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Mike La Spina
|
555f35d46f
|
🎨 Suppress type warning (#22976)
|
3 years ago |
Scott Lahteine
|
021ceeba0b
|
⚡️ Handle shared enable pins (#22824)
|
3 years ago |
Scott Lahteine
|
416234f43a
|
✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350)
|
3 years ago |
Jason Smith
|
ee48fc6544
|
Fix Arduino DUE compilation (#20058)
|
4 years ago |
Jason Smith
|
53e79224fc
|
Fix Arduino DUE compilation (#20058)
|
4 years ago |
InsanityAutomation
|
2c61e6ba28
|
Add CONTROLLER_FAN_IGNORE_Z (#18735)
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
5 years ago |
Scott Lahteine
|
0e06aaa2bc
|
Add millis helper macros
|
5 years ago |
Scott Lahteine
|
de45ac41ad
|
Implement CONTROLLER_FAN_USE_Z_ONLY
Followup to #17149
|
5 years ago |
Erkan Colak
|
83eec683c9
|
New Controller Fan options and M710 gcode (#17149)
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
InsanityAutomation
|
0fcf2b1110
|
Quad Z stepper support (#16277)
|
5 years ago |
Scott Lahteine
|
dda76e50a9
|
Use bool in pin compare
|
5 years ago |
Scott Lahteine
|
37849969ad
|
Function-like macros
|
5 years ago |
Scott Lahteine
|
776632c503
|
Add and apply REPEAT macro (#15829)
|
5 years ago |
Scott Lahteine
|
586b334c2a
|
Split up stepper indirection (#15111)
|
5 years ago |
Marcio Teixeira
|
8bdb3d9970
|
Add CONTROLLERFAN_SPEED_Z_ONLY (#14956)
|
5 years ago |
Scott Lahteine
|
d4415dcf59
|
Fix analogWrite ambiguity
|
5 years ago |
Scott Lahteine
|
93cd66ac11
|
Tweaky change from (C) to (c)
|
5 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 |
3dlabsio
|
645ca7af7a
|
M141 Heated Chamber, Temperature rework (#12201)
|
6 years ago |
Scott Lahteine
|
2f1e1dcb42
|
Gradual step towards EXTRUDERS 0 support
|
6 years ago |
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
6 years ago |
Scott Lahteine
|
d6b0fbd771
|
Use uint8_t for all fan speeds (#12032)
|
6 years ago |
Scott Lahteine
|
1718eff54a
|
Code changes supporting up to 6 extruders
|
6 years ago |
Holger Müller
|
1a6f2b29b8
|
Add support for Triple-Z steppers/endstops
|
7 years ago |
Scott Lahteine
|
32e38fee74
|
Update Controller Fan for Y2,Z2
|
6 years ago |
Scott Lahteine
|
b337698f96
|
Additional patch for no heated bed
|
7 years ago |
Bob-the-Kuhn
|
2d749d490b
|
Fix / complete USE_CONTROLLER_FAN (#9666)
|
7 years ago |
Unknown
|
12730c1303
|
[2.0.0] Resolve USE_CONTROLLER_FAN compile errors
Add to controllerfan.cpp:
#include "../module/stepper_indirection.h"
#include "../module/temperature.h"
|
7 years ago |
Scott Lahteine
|
6f92ab7eed
|
Move Controller Fan to feature
|
7 years ago |