It has been pointed out to me that Octoprint doesn’t work out the box with the Anycubic Predator. Fortunately for us, Anycubic has been shipping the new trigorilla pro controller board in Mega i3’s since last year. Since then, Foosel has been able to work out whats going on and get this board to work with Octoprint.
To cut a long story short, install https://gist.github.com/foosel/77e4792921db744a157764f66d1d72a5 the add in from here as a plugin in Octoprint and away you go. I can confirm it works as I am printing from Octoprint on windows as we speak.
Unfortunately, this is just another nail in the trigorilla pro’s coffin.
Update:
To install the plugin, you need to do it via SSH rather than the web interface.
So log into the machine and issue the following
cd ~/.octoprint/plugins
wget https://gist.githubusercontent.com/foosel/924a6518b2dea77c9a6ff1f2561b8bb7/raw/46dcd2cd651817683746772907917b72d0c201a5/strip_m110_parameter.py
sudo service octoprint restart
Hope this helps
Nice review Jay, Ihave been waiting on a review of this printer for a while, I have a Mega i3 will the octoprint plugin work with that and how do you install it in octoprint plugins?
You need to install the file in the plugin folder. Assuming you’re on a pi, do the following through terminal
cd ~/.octoprint/plugins
wget https://gist.githubusercontent.com/foosel/77e4792921db744a157764f66d1d72a5/raw/0e23f2867971cc9b2347dcaa269fd0e31572753c/rewrite_wait_to_busy.py
sudo service octoprint restart
OK OK š
Does it prevent nozzle dive when print is done?
Just assembled Predator and it works with Octoprint without any mods, but Octo shuts down motors when job is done so nozzle dives into model.
You’ve got 2 ways you can eliminate nozzle dive easily.
First one is tighten your belts. You should have no problem with them giving a nice twang sound. This will stop the head dropping when the motors are turned off.
If you’re not a fan of that idea, remove the M84 from you finish gcode to prevent the motors from being turned off.
Hmm…. i have try to instell the plugin via the webinterface and ig get always an errormessage.
i am a totally newbie with octoprint… please help.
Micha.
2019-08-22 00:55:23,385 /home/pi/oprint/bin/python2 -m pip install /tmp/tmpRonlPS.zip –no-cache-dir
2019-08-22 00:55:34,033 ! DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7.
2019-08-22 00:55:36,829 > Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
2019-08-22 00:55:36,832 > Processing /tmp/tmpRonlPS.zip
2019-08-22 00:55:48,049 > Complete output from command python setup.py egg_info:
2019-08-22 00:55:48,052 > Traceback (most recent call last):
2019-08-22 00:55:48,055 > File “”, line 1, in
2019-08-22 00:55:48,058 > IOError: [Errno 2] No such file or directory: ‘/tmp/pip-req-build-QfRCg9/setup.py’
2019-08-22 00:55:48,070 >
2019-08-22 00:55:48,073 > —————————————-
2019-08-22 00:55:48,588 ! Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-req-build-QfRCg9/
2019-08-22 00:55:55,730 ! You are using pip version 19.0.1, however version 19.2.2 is available.
2019-08-22 00:55:55,733 ! You should consider upgrading via the ‘pip install –upgrade pip’ command.
I have updated the post to include installation instructions
Thanks, i will try it next! š
Is there already a well working printer profile for the predator with octoprint?
Micha.
I don’t think the accuracy of the profile is that important with octoprint because all its doing is streaming gcode to your printer.
It only needs to know basic sizes and printer type to allow it to manually move the printer correctly
Not sure, is this for Predator with board other than TrigorillaPro? Cause mine came with that board and it works w Octo out of the box.
The other thing is that I can not cancel job when using Octo w/o using its web interface or turning printer off.
This was just my experiences with octoprint at the time. It may have been updated to incorporate this change. I don’t have the trigorilla board anymore so can’t verify