-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Allow compatability with Orcaslicer for automatic slicer configuration #928
Comments
I see here that Octolapse is doing pretty simple string searching. Looking at the gcode Orcaslicer puts out, I've gathered some of the types from a few of my prints:
|
I'm having the same problem and am wondering when this will be fixed and or added as a feature. |
+1 |
+2 here |
Is there any update on this? I have the same issue |
I've had great success by just choosing custom and filling in the values |
Simply enable "Verbose G-Code" under the "others" tab in Orcaslicer, near the bottom of the page. |
Any soluting regardles to this problem? I'm having the same issue. even with the Verbose G-Code checked and saved. the error bellow appears every time. "Some slicer settings were missing from your gcode file. Missing Settings: No extruder settings were found in your gcode file." |
This did not work for me. Could you elaborate on any other settings/options you set to get this working? |
same here, didn't work enabling Verbose G-Code |
Unfortunately the automatic configuration detection is not very well documented, so I dug through the source code for a while and here is a solution for OrcaSlicer & Octolapse: Octolapse is looking for the following settings: https://github.com/FormerLurker/Octolapse/blob/master/octoprint_octolapse/settings_preprocessor.py#L767-L778
and this seems to work fine. The rest of the settings, Octolapse will look at the beginning and end of the gcode file for, in a format like An easy way to fix it is to add the following code to the Machine G-code of your printer in the Machine end G-Code section:
NB: This is only tested for single extruder machines as that is all I have access to. A similar approach should work for multiple extruders but you will need to add Jinja script to iterate. Additionally, once you add this, you should also be able to disable Verbose G-code, if you want to make your files much smaller - but keep in mind that Octolapse uses the Verbose G-code comments for Smart triggers. |
If this is a feature request describe it here
I noticed when trying to use Orcaslicer with Octolapse it gives me the error:
Some slicer settings were missing from your gcode file. Missing Settings: No extruder settings were found in your gcode file.
even though I have verbose Gcode turned on. I could not find any other sections needed to turn on for this so hoping something can be added for this
Version of Octolapse
0.4.5
Version of OctoPrint
1.9.3
Used with Klipper
The text was updated successfully, but these errors were encountered: