Skip to content

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

@garethky

Description

@garethky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requestedtesters wantedNeeds to be tested by someone in the community

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions