Replies: 1 comment 5 replies
-
I'm very glad you got it to work! However, where did you get the script pictured above? The guide you linked to has this script linked for v4.2+, so not sure what happened there. I also checked the 4.1 and below script, and the multi extruder scripts, and couldn't find the script you show above. If it is floating around somewhere, i'd like to find it and fix it. Edit: fix broken link above. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there.
I was having a heck of a time getting this to work with my combination of Octolapse and Cura (5.3.0) and recently got it to work, so I thought I would share.
My setup is simple:
The problem seemed straightforward, Auto Detection wasn't working because Octolapse couldn't find the GCode it needed. I looked, and it was there and the variables had actually filled in on the exported gcode, but I noticed a few of the variables it specifically said it needed hadn't populated. My assumption was that I had them either typed wrong, or they were now formatted differently.
The FIX:
Unrelated, I wanted to add more metadata to my OctoPrint console. I came across this plugin and saw that it had a very similar need for Cura to send additional settings via gcode.
If you use Cura, you need to add this to your start or end gcode. More gcode variables that Cura supports can be found on this page.
It is probably way overkill to add all of those, but I went ahead and adde them to my end gcode and now Octolapse can get what it needs via Autodetection.
I hope this helps someone else. :)
Beta Was this translation helpful? Give feedback.
All reactions