Teaching Slic3r to remember your settings

Slic3r is much faster than Skeinforge, and easier to set up. You can save your current settings, and so build up a library of configurations for different types of filament, or different Z-heights or fill patterns. That’s good.

What it doesn’t do is remember your favourite default settings from run to run. Here I explain how to have Slic3r on Windows start up with your defaults, so you don’t have to remember to load them manually.

Windows gurus will know this without thinking, but I had to work it out for myself. In outline, we’re going to create a configuration file and save it somewhere safe. Then we’ll create a shortcut to the Slic3r executable, and edit the shortcut’s properties so it loads your config file each time it runs.

  1. Run Slic3r, and set your preferred values in the fields of all the tabs.
  2. Click ‘Save Configuration’. Browse to “C:\Users\YourName” and save the file as “Slic3r_config.ini”. Close Slic3r.
  3. Right click on the Slic3r icon that you use to run Slic3r, then click the ‘Properties’ button, then the ‘Open File Location’ button.
  4. Right-click on the Slic3r.exe file and click ‘Create Shortcut’.
  5. Right-click on the new shortcut, click ‘rename’, and name it ‘Slic3r Default’ or ‘Slic3r  Yellow PLA’ or something else meaningful to you.
  6. Right-click on the new shortcut again, and click ‘Properties’
  7. In the ‘Target’ field, add the following at the end of the line
     --load "C:\Users\YourName\Slic3r_config.ini"

    Note that’s two dashes in a row

  8. Click ‘Ok’

All done. Now when you double-click the new shortcut, it’ll run Slic3r with all your settings already loaded. I right-clicked on the shortcut and clicked ‘Pin to Start Menu’ so it is easily available from the Start Menu.

One less thing to have to remember.

(I don’t need to spell out that you replace YourName with your real windows user name do I?)

This entry was posted in 3d printing, Software and tagged , , . Bookmark the permalink.

Please leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s