-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Known Issues and Solutions
This document describes known problems that people ran into when running Slic3r and provides a way to solve them.
Then you can set some colors to your liking. https://github.com/prusa3d/Slic3r/issues/1986#issuecomment-474235239
If you see the following error message: you may need to move your perl script from the system directory (c:) into your user directory, see #975.
Page is no longer responding after clicking on the left side menu (e.g. Layers, Infill, Skirt, Support, etc.)
Enable legacy mode for scrolling. For this you need to:
- Install Unity Tweak Tool. Use
sudo apt-get install unity-tweak-tool
- Launch Unity Tweak Tool from Unity’s Dash menu or command line
- Set scrollbars to "Legacy"
Page is no longer responding after clicking on the left side menu (e.g. Layers, Infill, Skirt, Support, etc.)
Enable legacy mode for scrolling. For this you need to open a terminal and enter:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
PrusaSlicer takes half a minute to start up when you use GTK2 build (the build which doesn't contain the string GTK3 in the filename).
You can use the GTK3 build of PrusaSlicer if it is available. We start producing these builds since PrusaSlicer 2.3.0-alpha1. GTK3 build you can recognize by the string GTK3 in the filename.
If for some reasons you don't want to use GTK3 build instead of GTK2 build, then based on the following discussion https://itsfoss.community/t/solved-apps-opening-too-slow-in-ubuntu-20-04/4578, you need to do the following steps:
- Install package appmenu-gtk2-module. Use
sudo apt-get install appmenu-gtk2-module
- Reboots your computer.
If you have issues with weird behavior of keyboard input on Linux, please make sure you are not having the ibus tool running. It is known to cause issues with wxWidgets, see the discussion at kicad list and our github issue #1943.