Skip to content

v01.09.01.56-ls24

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 23 Apr 16:23
· 67 commits to master since this release

LinuxServer Changes:

Update Readme with new env vars.

BambuStudio Changes:

This is a major release (V1.9.1 Public Beta 4) that introduces features, improvements, and fixes according to user feedback.

Please note that 3MF files generated by the public beta version of BambuStudio are not compatible for uploading to MakerWorld.

Feature

1. Support Multi-device Management.

We are excited to announce the introduction of a new feature in our latest release: Cloud Printing for Device List. With this feature, you can now send cloud-based print commands to all devices in your device list simultaneously. It provides a convenient and efficient way to manage and control printing tasks across multiple devices.

Key Features:

  1. You have the option to choose filament from either the external spool holder or AMS (Application Management Service). If you select AMS, please note that we currently only support a simple mapping.
  2. Customizable Sending Settings. You can configure how many machines you want to send to and the sending intervals. Setting up batch size and interval reduce the risk to overload your power supply when multiple printers are heating up their hotbed at the same time.

Edit printing parameters in the Send window

View task details on the tab page of Multi-Device

For more detailed information about this feature, please click the wiki page. https://wiki.bambulab.com/en/software/bambu-studio/multi-device-management

2. Imported .obj File with Color Function

Added color imported from vertex in obj file, and color imported from mtl file function.
You can use software such as Blender or Meshlab to color vertices or patches of the model.
The PNG color function is currently under development. Please stay tuned.

Note:

  1. Please ensure that the imported obj file does not have non-manifold edges.
  2. After color parsing, it may not fully correspond to other rendering software. Users can continue to manually adjust the printed colors in BambuStudio.

3. New CrossHatch Infill Pattern

We developed a new infill pattern called CrossHatch. As named, it fills the parts with lines mainly, while alters the direction of the lines periodically through some transition layers. It dramatically improves the strength compare to lines and concentric infill while achieving high speed and silent printing in most of the layers.

When compared to Gyroid infill, it prints 28% quicker in a test Cube. When compared to Grid infill, it has a smaller grid size in the same density setting. As tested, we recommend to printed it with a slightly less density setting than you normally do, such as 12%.

Improvement

1. Added binding method for pin code

We have added a non LAN mode binding method, which allows for easy binding of printers on the Studio side by inputting the Pin Code generated on the printer side.

P series added support in version 01.05.04.00
A1 mini is supported starting from version 01.02.0.22
A1 is supported starting from version 01.02.0.23
X series is currently not supported

For more information, please refer to the WIKI page https://wiki.bambulab.com/en/bambu-studio/manual/pin-code

Pin Code obtained on the printer side

2.Error code pop-up using new UI

We have updated the error code prompts and added illustrations, making the error codes easier to understand. This facilitates users in locating and identifying issues.
5

3.Optimized PA calibration for P-series and A-series printers

P series and A series printers can support saving calibration results to the printer like X series printers. The calibration results can be edited in Studio's "Manage Result", and the calibrated k value can be set for the AMS slot in device page.

4. Load more fonts, the main idea for this improvement is borrowed from PrusaSlicer, thanks to PrusaSlicer.

5. Added an assembly tool for assembling relationships between objects. Currently, face to face assembly and point to point assembly have been achieved.

6. Add "filament long retraction when cut" for P1P and P1S. The P series firmware that supports this feature will be updated soon.

7. Some translations improvement, Russion by @AndylgTom, Turkish by @fatih5228, Korean by @bluesoul33

8. Add local levelling for A1 series

BugFix

  1. Fixed the issue of ams mapping when printing with gcode.3mf bambulab/BambuStudio#3916
  2. Fixed the wrong print sequence caused by narrow parts of internal bridge
    bambulab/BambuStudio#3873
  3. Linux building issue bambulab/BambuStudio#3874 , by @lucianoloder