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

Consider bed temperature when deciding if new mesh should be created or not #38

Open
LordBoos opened this issue Oct 27, 2022 · 1 comment

Comments

@LordBoos
Copy link

When deciding if new mesh should be created, Script should consider first layer temperature in addition to print size to decide if new mesh should be created or not.

Because bed is warping differently on different temperatures, mesh could be very different on 50°C or 90°C. Right now when I print one thing with PLA, my mesh is created on 60°C bed temperature, but when I swap filament to PETG and print the same thing, script decides that the mesh is the same size and skips bed leveling, but my bed temperature for PETG is 85°C and mesh is very different from 60°C one.

@Staubgeborener
Copy link

Staubgeborener commented Mar 22, 2023

This is indeed a very good proposal.

I think the only solution would be using SaVE_VARIABLE. The currently used filament is transmitted by the slicer in the start gcode, and finally only SAVE_VARIABLE are used to check what the previously used filament was.

@Turge08 this should be easy to implement. Can you do this quickly or should I create a PR?

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

No branches or pull requests

2 participants