Giter Club home page Giter Club logo

vaaronna / bambustudio-softfever Goto Github PK

View Code? Open in Web Editor NEW

This project forked from softfever/orcaslicer

0.0 0.0 0.0 335.16 MB

A forked version of BambuStudio

License: GNU Affero General Public License v3.0

Shell 0.03% JavaScript 2.54% C++ 78.47% Perl 0.84% C 14.91% PHP 0.01% Objective-C 0.01% CSS 0.10% Objective-C++ 0.08% Makefile 0.04% HTML 2.05% QMake 0.06% CMake 0.57% GLSL 0.05% Batchfile 0.05% Dockerfile 0.01% Roff 0.10% Less 0.04% SCSS 0.04% Svelte 0.02%

bambustudio-softfever's Introduction

Bambu Studio - SoftFever

A modified version of Bambu Studio with many handy features.
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:

  • Change the color theme :)
  • Fixed a crash issue when selecting vase mode on some machines
  • Port firmware retraction and Extra length on restart retraction feature from PrusaSlicer
  • Fine-tune calibration features
    1. Enforce max volumetric speed in PA line mode
    2. Ensure print speeds are consistent across all blocks in the flow-rate calibration process. This is to help users calibrate those challenging filaments(such as TPU) by minimizing the influence of printing speed - thanks @psiberfunk for his input on this
  • New printer models: thanks @erebus04 and @GP3D84
    1. Tronxy X5SA 400
    2. Artillery Sidewinder
  • QoL:
    1. Now allow exporting g-code for BBL printers
    2. Fixed a bug that printer connection info was removed after loading a 3mf project fixed an issue that user presets were not loaded when Auto sync user preset option was off in Preference. 3.Germany language translation - thanks @hliebscher
  • Misc fixes:
    1. Exit calibration mode when a new model is added to the scene(creating a new project after calibration is recommended)
    2. Skip emitting M106 P2 command if the auxiliary fan is not enabled.
    3. Fix an issue that previously there was a z-fighting issue when bed models are used for 3rd party printers
    4. Fixed an issue that max volumetric speed was not correctly calculated if flow-rate was changed per object.
    5. CICD for Linux build - thanks @fang64 Known issues:

The Calibration menu is missing on some Mac machines. Try restarting the App can usually fix it. See #120

  • 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.
๐Ÿ‘‰ "Click here" for OLD Release Note
  • 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.
  • Change default wall loop from 2 to 3
  • Fix an issue that the last used printer was not remembered after application restart. (Thanks Bambulab engineers, for the quick response and fixing)
  • Optimized layer height sanity check logic. It will check against max_layer_height in the printer settings now. (I can use CHT 1.8 nozzle to print 1.0 mm thick layers now ;) )
  • Add Prusa MINI+ profile
  • expose bed_exclude_area parameter to 3rd printers
  • Fix some 3rd party printer related issues introduced in BambuStudio v01.04.00.17
    1. Can't send sliced files to printers
    2. AMS filaments were added to non-Bambulab printers
    3. Wrong bed setting was applied
  1. Add a new printer order - sandwich mode: This new order is similar to the outer-wall-first mode in achieving the best dimensional accuracy. This new approach however avoids printing outer walls right after a long travel, which may cause artifacts on the surface in many cases. sandwich-mode1 sandwich-mode2
  2. Support RRF firmware(experimental)
  3. Fix a compatibility issue for gcode-preview
  4. Merge upstream changes
  1. Improve top surface quality. Fix a bug that internal solid infills didn't use monotonic when top surface is using monotonic lines
  2. New feature: filter out tiny gaps. Note: for aesthetic considerations, this setting won't affect top/bottom layers. In other words, gap fills that can be seen from outside won't be filtered out
  3. PA(pressure advance) now support multi-color printing. A new PA value from the selected filament profile will be applied whenever there is a filament/extruder change action. This change only affects multi-color printing.
  4. Users can now set float values of layer time in Filament->Cooling tab.
  5. Allow to set target bed temp to 0
  6. Fix a bug that layer number is not displayed correctly in klipper UIs
  7. Force using linear PA model when manual PA override is enabled for Bambu machines
  8. Remember the last used filament
  9. Skip checking BL network plugin for third-party printers.
  1. Support device control view for 3rd party printers
  2. Port Small perimeters feature from PrusaSlicer. I also add an extra option to adjust the small perimeter threshold You might want to reduce speed for small perimeter parts to prevent failures like bellow:
  3. Add fan speed preview mode
  4. Fix an issue that print time estimation is inaccurate when Klipper g-code style is used.
  1. Support change bed size and nozzle diameter
  2. Allow users to specify the bridge infill direction
  3. bridge_infill_direction1
  4. bridge_infill_direction2
  5. Change to ISO view angle for preview image
  6. Add an option to change Z Hop action: NormalLift/SpiralLift
  7. Optimise g-code generation for both Bambu printers and 3rd party printers
  8. Support Klipper Exclude Objects
  9. Better support for Moonraker's metadata.
  1. Label objects to support Klipper Exclude Objects feature
  2. Allow users to change output file name format
  3. Fix a bug that pressure advance value was not saved in the profile
  4. Optimize non-Bambu printer profiles
  5. Remove M900 S0 which is not necessary.
  1. Add options to adjust jerk for different line types
  2. Add an option to adjust acceleration for travel. Higher acceleration for travel and lower acceleration for the outer wall makes it possible to print faster and nicer.
  3. Add an option to manually override the Pressure Advance / Linear Advance for each filament.
  1. Allow users to adjust accelerations for inner/outer walls separately.
  2. Allow users to adjust the bottom surface flow-rate
  3. Fix an issue that bed temperature for other layers is not set properly. This bug exists in the upstream as well. My PR here(bambulab#319)
  1. Allow user to change machine limits
  2. Allow users to adjust the top surface flow-rate.
  3. Unlock some cool hidden features in BambuStudio.
  4. Fix an issue that the software connected to Bambulab's staging server by default. (Only Bambulab machines were affected)
  1. Support third-party printers:
    • Voron 2.4
    • Voron Trident
    • Voron 0.1
    • Prusa MK3S
  2. Export to to .gcode file.
  3. Send gcode file to printer
  4. Support single wall mode on first layer
  5. Support Chamber temperature. This setting can be use in machine start G-Gcode
  6. Support thumbview for third-party printers

Demo video: https://youtu.be/vSNE9iGj2II

NOTE:

1. For Apple M1 users, please take a look at this article about how to run unsigned applications on your machine. Or better, you can build it from the source codes if you want:)

Apple requires a subscription(costs 99$ yearly) for developers to sign their app. I don't do a lot of dev work on Mac, and this is a nonprofit open-source project, so I decided not to pay the money ;)

2. If you have troubles to run the build, you might need to install following runtimes:

3. BambuStudio use G2/G3 commands by default. You need to turn on ARC support in your printer's firmware use with this slicer.

  • For Voron and any Klipper based printers:
    You can enable gcode_arcs(G2/G3) support by adding following section into you printer.cfg file:
[gcode_arcs]
resolution: 0.1

[gcode_macro m201]
gcode:
  {% if 'X' in params or 'Y' in params %}
    {% set accel = (params.X|default(params.Y)|float,
                    params.Y|default(params.X)|float)|min %}
      SET_VELOCITY_LIMIT ACCEL={accel} ACCEL_TO_DECEL={accel * 0.5}
  {% else %}
    SET_VELOCITY_LIMIT
  {% endif %}

[gcode_macro m203]
gcode:
  {% if 'X' in params or 'Y' in params %}
    {% set speed = (params.X|default(params.Y)|float,
                       params.Y|default(params.X)|float)|min %}
    SET_VELOCITY_LIMIT VELOCITY={speed}
  {% else %}
    SET_VELOCITY_LIMIT
  {% endif %}

[gcode_macro M205]
gcode:
  {% if 'X' in params or 'Y' in params %}
    {% set corner_speed = (params.X|default(params.Y)|float,
                       params.Y|default(params.X)|float)|min %}
    SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY={corner_speed}
  {% else %}
    SET_VELOCITY_LIMIT
  {% endif %}

[gcode_macro M900]
gcode:
      SET_PRESSURE_ADVANCE ADVANCE={params.K}

~~ It's also recommended to add followinging dummy macros to make Klipper happy ~~ Update: latest Klipper has supported G17 command. Don't add following macro if you are running on latest Klipper.

# Make BambuStudio happy
[gcode_macro G17]
gcode:

  • For Prusa MK3S:
    ARC movement are supported by default.

Gallery

image image
image
image
image
image
image
image
image

Image credits:

  1. Voron 2.4 and Trident: vorondesign.com
  2. Voron 0.1: myself
  3. Prusa MK3S: Prusa3d

=========================SPLIT=========================

image

BambuStudio

Bambu Studio is a cutting-edge, feature-rich slicing software.
It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphic interface, bringing users an incredibly smooth printing experience.

Prebuilt Windows, macOS 64-bit releases are available through the github releases page.
Linux version currently is not supported.

Bambu Studio is based on PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community.

See the wiki and the documentation directory for more informations.

What are Bambu Studio's main features?

Key features are:

  • Basic slicing features & GCode viewer
  • Multiple plates management
  • Remote control & monitoring
  • Auto-arrange objects
  • Auto-orient objects
  • Hybrid/Tree/Normal support types, Customized support
  • multi-material printing and rich painting tools
  • multi-platform (Win/Mac/Linux) support
  • Global/Object/Part level slicing parameters

Other major features are:

  • Advanced cooling logic controlling fan speed and dynamic print speed
  • Auto brim according to mechanical analysis
  • Support arc path(G2/G3)
  • Support STEP format
  • Assembly & explosion view
  • Flushing transition-filament into infill/object during filament change

How to compile

Following platforms are currently supported to compile:

Report issue

You can add an issue to the github tracker if it isn't already present.

License

Bambu Studio is licensed under the GNU Affero General Public License, version 3. Bambu Studio is based on PrusaSlicer by PrusaResearch.

PrusaSlicer is licensed under the GNU Affero General Public License, version 3. PrusaSlicer is owned by Prusa Research. PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.

Slic3r is licensed under the GNU Affero General Public License, version 3. Slic3r was created by Alessandro Ranellucci with the help of many other contributors.

The GNU Affero General Public License, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.

The bambu networking plugin is based on non-free libraries. It is optional to the Bambu Studio and provides extended functionalities for users.

bambustudio-softfever's People

Contributors

softfever avatar bambu123 avatar stonelibambulab avatar walterwongbbl avatar lanewei120 avatar saltwei avatar zhimin-zeng-bambulab avatar liz-li-bbl avatar yifanwubambu avatar arthurbambulab avatar qingzhangbambu avatar zhaofengli avatar deftdawg avatar musangkingbambulab avatar tamasmeszaros avatar hliebscher avatar cotepat avatar gp3d84 avatar erebus04 avatar 5axes avatar enricoturri1966 avatar wuyifanfancy avatar fang64 avatar hifihedgehog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.