Skip to content

Change nozzle size to variable reference #269

Description

@the-ercules

https://github.com/prusa3d/PrusaSlicer-settings/blame/280a1ad7546f42ec1b288f4ec0b66dd5a6fdde86/live/PrusaResearch/1.14.2.ini#L21477

While multiple nozzle sizes for MMU3 on MK4 are not yet supported, hard-coding nozzle size in the start G-Code is sub-optimal.

I've modified the second line of my own start G-Code from this:
M862.1 P0.4 ; nozzle diameter check
to this
M862.1 P{nozzle_diameter[0]} ; nozzle diameter check

Users still have to go in and change the extruder nozzle size, but this way users don't ALSO have to change the start G-Code. If they don't change the start G-Code, they'll receive a message saying the nozzle size is incompatible on the printer. This can be bypassed, but it gets the user into a bad habit of immediately disregarding these warnings.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions