Slic3r profiles for my CR10.
Tested on Ubuntu 16.04.
git clone https://github.com/jed-frey/slic3r_profiles.git
or
git clone git@github.com:jed-frey/slic3r_profiles.git
cd slic3r_proffliles
# Bootstrap apt-get based distros with python & slic3r
make bootstrap
# Create the Python virtual environment.
make venv
- Launch slic3r.
slic3r --gui-mode=expert - Load Config Bundle.
- File > Load Config Bundle.
- Alt + F - L - L - Enter
- Modify Print, Filament & Printer Settings. Configure the profiles to match your machine.
- Export Config Bundle.
- File > Export Config Bundle > Slic3r_config_bundle.ini > Replace
- Alt +F - E - E - Enter - Enter - Enter
- Open Slic3r_config_bundle.ini with a text editor.
- Edit.
- Save.
unbundle.py breaks apart Slic3r_config_bundle.ini into separate configuration files for each of the different Print, Filament & Printer Settings.
python unbundle.py Slic3r_config_bundle.ini
make build is a make target that:
- Deletes existing settings.
- Unbundles
Slic3r_config_bundle.ini - Adds settings back to git.
- Creates a commit based on the date.
- Pushes to origin.
The project can now be used as a submodule in another project to automatically generate g-code.
See also: