-
Notifications
You must be signed in to change notification settings - Fork 99
V0.3 Automatic Slicer Settings
UNDER CONSTRUCTION
This page is about a feature that is not yet available in any current release.
Starting with Octolapse V0.4, slicer settings can be extracted directly from your gcode file. This means no more copying your slicer settings into Octolapse before every print! This is one of my favorite features, especially since it makes it much easier for new users to get Octolapse working quickly. It also eliminates typos and missing/incorrect settings.
If you have multiple extruders or a multi-material printer, know that support is beta. I have only been able to test this on a single setup (Prusa MMU2), and have NEVER tried this on a multi-extruder printer since I do not have access to one. There could be major issues with settings extraction and stabilization that could cause print failures, or in the worst case, hardware/printer damage. Please use caution when using Octolapse with a multi-material printer, and report any problems immediately by creating an issue.
The following slicers currently support Automatic Configuration Settings:
- Cura -requires simple configuration change within your slicer
- Simplify 3D - Should work out-of-the-box.
- Slic3r, Slic3r PE and PrusaSlicer - Will work out-of-the-box.
If you do NOT have one of these slicers, Automatic Configuration will not work. Use the Other slicer type option instead.
Note about multi-material/multi-extruder printers - It is possible you will encounter problems when using automatic mode on multi-extruder/multi-material printers. Please report any issues you find.
Edit your printer printer profile, find the Slicer Type drop down and select Automatic Configuration.
If you are using Cura, be sure to follow the additional steps in this section, else automatic settings will not work. Also, be sure to read the next section if you are using a multi-materal/multi-extruder printer.
If you are using a multi-material printer, make sure to set your default extruder. If Octolapse doesn't receive a tool change command, it will assume you are using the default extruder for the entire print. This is important for printers that support the Tx
and T?
commands, like the Prusa MMU2.
See this guild for enabling verbose gcode output (it is super simple), and get a boost in quality when using the smart layer trigger!
Unlike the other supported slicers, Cura will not work without some minor adjustments. This guide assumes your printer is already correctly configured and that you are running Cura version 3.x up to 4.2.x (Octolapse may work with other versions too). Follow these steps to add your cura settings to your gcode files so that Octolapse can access them:
- Open Cura
- Open the Help menu and select About.
- Record the version number.
- Open the Settings menu, expand the Printer sub-menu, and select Manage Printers
- Select your printer from the Local Printers list and click Machine Settings.
-
If you are using a multi-material/multi-extruder printer with cura:
Read this brief guide to determine which script you need to use.
If you are using Cura 4.2 or above, copy the following script:
Cura Script for Version 4.2 or Greater
If you are using Cura 4.1 or below, copy the following script:
-
Paste the copied script into the top of the Start G-code text box as shown below:
Note that you can also place the script in the End G-code if you prefer. Octolapse will search the first and last 1000 lines of gcode for your settings, and will stop searching when it finds all of the required settings. This means that Octolapse will find your settings a bit faster if they are located within your Start G-code (but not much faster).
- Make sure you reslice your gcode file before you print. Otherwise the settings won't be in there!
The cura settings scripts are based on a master script generated by Tjjfvi which can be found here. Be sure to give Tjjfvi some love for the template!
Octolapse is provided without warranties of any kind. By installing Octolapse you agree to accept all liability for any damage caused directly or indirectly by Octolapse.
Use caution and never leave your printer unattended.