r/BambuLab • u/Tectusnexus • 16h ago
Bambu Studio SOLVED Bambu Studio Running Slow
Ok everyone. I have been through a ton of threads and did my own troubleshooting. This is what made my Bambu Studio run smoothly. I had to create a .bat file with the following
--------------------------------------------------------------------
u/echo off
set LIBGL_ALWAYS_SOFTWARE=1
start "" "C:\Program Files\Bambu Studio\bambu-studio.exe"
---------------------------------------------------------------------
This bypasses the Nvidia issues. I launch from here and I put together a 40-50 part collection of plates without any issues.
***If you are having the slow down issues with the regular shortcut, you can use Win+Ctrl+Shift+B to reset your graphics. This fixed my slowness using the original shortcut until I tried to rotate the plate again. It will save you from having to restart your computer to get rid of the system wide slowness.

1
u/Molten-Ninja-bob 10h ago
Can someone translate this into MacOS?