Skip to content

v01.09.02.57-ls33

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 15 Jun 05:56
· 93 commits to master since this release

LinuxServer Changes:

Update Readme with new env vars.

BambuStudio Changes:

This is the public official release of Bambu Studio v1.9.2

Feature

1. In the "Send Print Job" interface, the model preview will render the actual colors of the filaments based on the filaments currently loaded in the AMS.

2. The startgcode and endgcode for X1 and X1 Carbon have been updated, adding G-code to play audio for start and end of printing. Waiting for the future firmware update.

Improvement

  1. Some translations improvement, Portuguese by @iZonex , Turkish by @fatih5228, Korean by @lunDreame
  2. Mirror the Cross Hatch improvement for low-density setting made by OrcaSlicer. Thanks for their contribution.

Bugfix

  1. Fixed Bambu Studio crash at the open stage on some macos computer bambulab/BambuStudio#4050

  2. Fixed Bambu Studio crash at the open stage on some windows computer bambulab/BambuStudio#4074

  3. Fixed multiple model objects in the right-click menu failed to export an stl bambulab/BambuStudio#4065

  4. Fixed the crash problem of text when inputing negative thickness bambulab/BambuStudio#4122

  5. Fixed some multi-color slicing errors bambulab/BambuStudio#4138

  6. Fixed issue with object interface page bambulab/BambuStudio#4147

  7. Fixed the issue of text boxes being unable to be edited in presets bambulab/BambuStudio#3911

  8. Fixed issue with preset saving bambulab/BambuStudio#4168

  9. Fixed issue caused by enabling scarf seam bambulab/BambuStudio#4132

  10. Fixed object exclusion does not work for 3-rd party printer bambulab/BambuStudio#4199

  11. Limit 3D text thickness to no less than 0.01mm bambulab/BambuStudio#4151

  12. Fixed issue with Tree Hybrid setting top z bambulab/BambuStudio#3982

  13. Fixed the issue of difficulty removing support caused by pla_spport bambulab/BambuStudio#4117

  14. Fixed building issue under Flathub, by @hadess