Skip to content

Known Issues and Solutions

Fredrik Welander edited this page Jun 5, 2018 · 6 revisions

This document describes known problems that people ran into when running Slic3r and provides a way to solve them.

Ubuntu 16.04

Clicking on menu items hangs page

Symptom

Page is no longer responding after clicking on the left side menu (e.g. Layers, Infill, Skirt, Support, etc.)

Solution

Enable legacy mode for scrolling. For this you need to:

  1. Install Unity Tweak Tool. Use sudo apt-get install unity-tweak-tool
  2. Launch Unity Tweak Tool from Unity’s Dash menu or command line
  3. Set scrollbars to "Legacy"

Ubuntu 18.04

Clicking on menu items hangs page

Symptom

Page is no longer responding after clicking on the left side menu (e.g. Layers, Infill, Skirt, Support, etc.)

Solution (workaround)

Enable legacy mode for scrolling. For this you need to open a terminal and enter:

gsettings set com.canonical.desktop.interface scrollbar-mode normal

Clone this wiki locally