fieldOfView / Cura-CustomJobPrefix

A Cura plugin that lets the user set a custom print job prefix
GNU Affero General Public License v3.0
24 stars 5 forks source link

Prefix is not changed in Cura 3.6 or 4.0 #5

Closed Ghostkeeper closed 5 years ago

Ghostkeeper commented 5 years ago

When changing the prefix, the actual job name of the slice is not changed accordingly. These are my reproduction steps:

  1. Go to Extensions -> Custom printjob prefix -> Set prefix
  2. Change the prefix to {layer_height}x and confirm the dialogue.
  3. Load a model (in my case "cube.stl")

Expected result:

Actual result:

This only reproduces in Cura 3.6 and 4.0. In 4.1+ it works fine. In 3.5 it crashes as per #4.

fieldOfView commented 5 years ago

Fixed in 561f4b7. Thanks for the extensive testing!