Skip to content

1.9.1 Public Beta 4

Latest
Compare
Choose a tag to compare
@walterwongbbl walterwongbbl released this 25 Apr 13:50
· 11 commits to master since this release

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 a new feature in our latest release: Multi-device Management. With this feature, you can now send print jobs to multiple printers simultaneously and monitor the printers' status, print history, and task queuing.

When sending a job, you can also choose filament from either the external spool holder or AMS However, if you select AMS, we currently only support one AMS on each printer.

You can configure the task sending procedures by setting up the batch size and interval, which reduce the risk of overloading your power supply. Heating up the hotbeds is when the printers consume the most power. By controlling the batch size and the interval between batches, you can even out the peak power consumption, therefore reducing the risk of overloading. However, please always check your power supply capability when running multiple printers.

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 contain non-manifold edges.
  2. After color parsing, the results may not fully correspond with 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 the name suggests, it primarily fills parts with lines, while periodically altering the direction of the lines through some transition layers. It dramatically improves strength compared to line and concentric infill, while achieving high speed and silent printing in most 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 at the same density setting. Based on our tests, we recommend printing it with a slightly lower density setting than you normally would, 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.06.00.00
A1 mini is supported starting from version 01.03.00.00
A1 is supported starting from version 01.03.00.00
X series is currently not supported

These firmware updates will be released soon.

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 helps users locate and identify issues more effectively.
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.

P series added support in version 01.06.00.00
A1 mini is supported starting from version 01.03.00.00
A1 is supported starting from version 01.03.00.00

These firmware updates will be released soon.

4. Added more fonts. This improvement is inspired by PrusaSlicer. Thanks to PrusaSlicer.

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

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

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

8. Add local levelling for A1 series

BugFix

  1. Fixed a issue of AMS mapping when printing with gcode.3mf #3916
  2. Fixed a wrong print sequence issue caused by narrow parts in internal bridge.
    #3873
  3. Fixed a Linux building issue. #3874 , by @lucianoloder