这是indexloc提供的服务,不要输入任何密码
Skip to content

There is a bug in the code #668

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

Closed
wants to merge 1 commit into from
Closed

There is a bug in the code #668

wants to merge 1 commit into from

Conversation

eliotgevers
Copy link

The bug is not in the official marlin 2.1.x bugfixes folder but I can find him here. If you try to compile marlin with your marlin-folder you get an error:

Marlin\src\lcd/e3v2/proui/dwin.h:123:21: error: 'LEVELING_BED_TEMP' was not declared in this scope
123 | int16_t BedLevT = LEVELING_BED_TEMP;
|

This error occurs because the variable "LEVELING_BED_TEMP" doesn't exist if disable Preheat before levelling ==> //#define PREHEAT_BEFORE_LEVELING

You should implement a way to only use the "LEVELING_BED_TEMP"-variable when "PREHEAT_BEFORE_LEVELING" is enabled.

Description

Requirements

Benefits

Configurations

Related Issues

The bug is not in the official marlin 2.1.x bugfixes folder but I can find him here. If you try to compile marlin with your marlin-folder you get an error:

Marlin\src\lcd/e3v2/proui/dwin.h:123:21: error: 'LEVELING_BED_TEMP' was not declared in this scope
  123 |   int16_t BedLevT = LEVELING_BED_TEMP;
      |    

This error occurs because the variable "LEVELING_BED_TEMP" doesn't exist if disable Preheat before levelling ==> //#define PREHEAT_BEFORE_LEVELING

You should implement a way to only use the "LEVELING_BED_TEMP"-variable when "PREHEAT_BEFORE_LEVELING" is enabled.
@eliotgevers
Copy link
Author

wrong place, I sent a bug report. I thought this was the way to report bugs. This can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant