-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] (bug summary) #define ADAPTIVE_FAN_SLOWING leads to Marlin\src\module\temperature.cpp:298:8: error: 'bool Temperature::adaptive_fan_slowing' is not a static data member of 'class Temperature' #24687
Comments
no config files, cannot reproduce on bugfix |
Sorry, I was sure it was uploaded, here it comes |
you have PIDTEMP diabled but you deliberatly enabled defines that require PIDTEMP //#if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP)
#define NO_FAN_SLOWING_IN_PID_TUNING // Don't slow fan speed during M303 //MD20220826 - sonst andere Variable ned definiert... issn bug
//#endif
This is not a bug, this is malicious deliberate sabotage |
ADAPTIVE_FAN_SLOWING + MPCTEMP is not valid either, but marlin should do something about that |
You're right, i tried that to circumvent the problem. Even with activated |
Ok, I understand, I wasn't aware of that. I changed from PID to MPCTEMP, and it worked perfect! Also with MPCTEMP I expected lowered fan speed {later lowered printing speed??} when the temperature drops. |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?No, but I will test it now!
Bug Description
Just activated #define ADAPTIVE_FAN_SLOWING
CONFIGURATION_ADV_H_VERSION 02010100 (from 8.8.2022)
( #define MOTHERBOARD BOARD_BTT_SKR_V1_4_TURBO )
compiles with
Bug Timeline
26.08.2022
Expected behavior
I expected normal compile
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
FIRMWARE_NAME:Marlin 2.1.1 (Aug 26 2022 00:09:00) SOURCE_CODE_URL:github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:3D
Printer model
Prusa like
Electronics
BOARD_BTT_SKR_V1_4_TURBO
Add-ons
BLTOUCH
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: