diff --git a/README.md b/README.md index 0b639e374..c61df1461 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ # Bambu Studio - SoftFever A modified version of Bambu Studio with many handy features. -It's fully compatible with Bambulab X1/X1-C printers. -It also supports Voron and Prusa MK3S printers. +It's fully compatible with Bambulab X1/X1-C/P1P printers. +It also supports Anycubic, Anker, Creality, Prusa MK3S, RatRig and Voron printers. You can download it here: https://github.com/SoftFever/BambuStudio-SoftFever/releases ## BambuStudio SoftFever change notes: +### [V1.4.1 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.4.1): +- Added a feature for checking and displaying a notification for a new version +- Added RatRig printer profiles, thanks @erebus04 for working this +- Added support for the Creality CR-10 Max and Anker M5 printers. +- Fixed the issue with profile cloud syncing for third-party printers. +- set inner_wall_acceleration to 5000 for Bambu printers +- Added support for the first_layer_bed_temperature and first_layer_temperature variables for better compatibility." +- Fixed a crashing bug when adding text Mac Intel machine +- QoL improvements for naming logic: + 1. The filename format is now supported when exporting 3mf files. + 2. If the project is not defined, the model name will be used as the output name. + 3. The "Untitled" string will no longer be added if the project name is set. + 4. The "_plate_0" string has been removed from the file name if there is only one plate. + ### [V1.4.0 changes](https://github.com/SoftFever/BambuStudio-SoftFever/releases/tag/v1.4.0): - Add Layer Time/Layer time(Log) display (NOTE: need more tweaking work for BBL printers as the layer time is skewed by the preparing time) - Add `sandwich`(inner-outer-inner-infill) mode support for Arachne engine. @@ -161,12 +175,14 @@ ARC movement are supported by default. # Gallery ![image](./SoftFever_doc/accelerations.png) -![image](./SoftFever_doc/printers1.png) -![image](./SoftFever_doc/printers2.png) -![image](./SoftFever_doc/printers3.png) -![image](./SoftFever_doc/printers4.png) -![image](./SoftFever_doc/voron.png) - +![image](./SoftFever_doc/BambuLab.png) +![image](./SoftFever_doc/Anker.png) +![image](./SoftFever_doc/Anycubic.png) +![image](./SoftFever_doc/Creality.png) +![image](./SoftFever_doc/Prusa.png) +![image](./SoftFever_doc/RatRig.png) +![image](./SoftFever_doc/Voron_1.png) +![image](./SoftFever_doc/Voron_2.png) Image credits: diff --git a/SoftFever_doc/Anker.png b/SoftFever_doc/Anker.png new file mode 100644 index 000000000..1625ccfe1 Binary files /dev/null and b/SoftFever_doc/Anker.png differ diff --git a/SoftFever_doc/Anycubic.png b/SoftFever_doc/Anycubic.png new file mode 100644 index 000000000..35d4bb817 Binary files /dev/null and b/SoftFever_doc/Anycubic.png differ diff --git a/SoftFever_doc/BambuLab.png b/SoftFever_doc/BambuLab.png new file mode 100644 index 000000000..219c4fb0a Binary files /dev/null and b/SoftFever_doc/BambuLab.png differ diff --git a/SoftFever_doc/Creality.png b/SoftFever_doc/Creality.png new file mode 100644 index 000000000..07c813e78 Binary files /dev/null and b/SoftFever_doc/Creality.png differ diff --git a/SoftFever_doc/Prusa.png b/SoftFever_doc/Prusa.png new file mode 100644 index 000000000..3022382fa Binary files /dev/null and b/SoftFever_doc/Prusa.png differ diff --git a/SoftFever_doc/RatRig.png b/SoftFever_doc/RatRig.png new file mode 100644 index 000000000..bf304a376 Binary files /dev/null and b/SoftFever_doc/RatRig.png differ diff --git a/SoftFever_doc/Voron_1.png b/SoftFever_doc/Voron_1.png new file mode 100644 index 000000000..31efb1ebe Binary files /dev/null and b/SoftFever_doc/Voron_1.png differ diff --git a/SoftFever_doc/Voron_2.png b/SoftFever_doc/Voron_2.png new file mode 100644 index 000000000..57ce7402d Binary files /dev/null and b/SoftFever_doc/Voron_2.png differ diff --git a/SoftFever_doc/printers1.png b/SoftFever_doc/printers1.png deleted file mode 100644 index 3f9d99e19..000000000 Binary files a/SoftFever_doc/printers1.png and /dev/null differ diff --git a/SoftFever_doc/printers2.png b/SoftFever_doc/printers2.png deleted file mode 100644 index 876efced9..000000000 Binary files a/SoftFever_doc/printers2.png and /dev/null differ diff --git a/SoftFever_doc/printers3.png b/SoftFever_doc/printers3.png deleted file mode 100644 index 0ab6eaf47..000000000 Binary files a/SoftFever_doc/printers3.png and /dev/null differ diff --git a/SoftFever_doc/printers4.png b/SoftFever_doc/printers4.png deleted file mode 100644 index b431e3bf1..000000000 Binary files a/SoftFever_doc/printers4.png and /dev/null differ