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

What should we do when First Layer temp and Temp don't match? #7

Open
garethky opened this issue Nov 28, 2023 · 2 comments
Open

What should we do when First Layer temp and Temp don't match? #7

garethky opened this issue Nov 28, 2023 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested testers wanted Needs to be tested by someone in the community

Comments

@garethky
Copy link
Owner

Prusa Slicer has 2 different printing temperatures:

  • A first layer temp
  • A temp for all other layers

For pressure advance tuning we would like to tune the temp thats going to print the bulk of the layers. However:

  • First layer temp might be lower to discourage first layer adhesion, using a higher print temp can make the test pattern more difficult to remove
  • The First layer temp might be higher to promote adhesion, if you don't use that higher temp the first layer might not stick and ruin the test pattern.

Maybe we could tell from the filament type which choice to make, there are not that many filament types to program for. A lookup table like this:

{
    petg: temperature,
    pla: temperature,
    abs: first_layer_temperature
}

But maybe this isn't possible. I don't know the print surface, surface prep and so on.

The other option is to default to the Temperature and give an option to switch temps in the UI. This only has to be shown if the two values are not the same.

@garethky garethky changed the title What should we do when First Layer temp and Temp don't match What should we do when First Layer temp and Temp don't match? Nov 28, 2023
@leon-matthews
Copy link

The other option is to default to the Temperature and give an option to switch temps in the UI.

This seems the best option to me, for reasons of transparency. Anybody who's using the tool knows which temperature they'll be printing the bulk of the model at.

@ronguest
Copy link

I am working on a problem filament that prints a great first layer and goes wrong starting at the 2nd. I wonder if it is the temperature change. So it might be nice to be able to select which temp to use in this test.

@garethky garethky added help wanted Extra attention is needed question Further information is requested testers wanted Needs to be tested by someone in the community labels Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested testers wanted Needs to be tested by someone in the community
Projects
None yet
Development

No branches or pull requests

3 participants