Skip to content
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

Partition hot bed gcode processing #7184

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ELEGOOTechSupport
Copy link

#6602

If the temperature of the other layer is different from the temperature of the first layer, it needs to be applied. To facilitate the setup of a hot bed with multi-zone control in a custom G-CODE.

If there is a better way to implement this request, please turn off this PR, thank you!

…ure of the first layer, it needs to be applied. To facilitate the setup of a hot bed with multi-zone control in a custom G-CODE.
@ELEGOOTechSupport
Copy link
Author

Hi @SoftFever .
Maybe take a look at this PR first, which is useful for printers with partitioned hot beds.

// ELEGOO
// If the temperature of the other layer is different from the temperature of the first layer, it needs
// to be applied. To facilitate the setup of a hot bed with multi-zone control in a custom G-CODE.
int bed_temp_first = get_bed_temperature(first_printing_extruder_id, true, print.config().curr_bed_type);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain the changes in a bit more detail?
Seems the first_printing_extruder_id is not properly assigned anywhere; what are we expecting here?

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.

2 participants