Skip to content

Photonsters/Chitubox-Plugin-Helper

Repository files navigation

Chitubox-Plugin-Helper

###################################################
######## By Photonsters X3msnake v1.191122 ########
###################################################

This plugin needs Python 3.5+ to work, and no extra dependencies.

INSTALLATION

ChituboxPluginHelper

HOW DOES THE PLUGIN WORK?

This plugin intercepts the Chitubox "execute external" program call, and keeps the chitubox temporary folder open until you confirm or cancel the MessageBox that it shows.

The Message box displays the arguments (one per line) that were passed to the executable file on the plugin folder. Everytime you run the plugin it also opens the temporary folder and this plugin install folder.

On Chitubox 1.5 the plugin is run after slicing occurs. During slicing Chitubox creates a temporary directory were it dumps the sequential numbered slice images, and a text file run.gcode that contains all the software {properties} in the header along with tags for each section of the code and the passed values of set {property names} on the gcode resin profile boxes.

HOW DO CHITUBOX PLUGINS WORK?

A Chitubox plugin is a zip file with a .CHplugin extension, containing a plugin.jason text file and an executable.

The file plugin.jason registers the plugin and tells Chitubox what executable to run after slicing, what file extension to use, and a couple more properties.

Chitubox passes the path to the temp folder and the file name chosen by the user, with full path as as arguments that you can capture in the executable file.

With that information you can parse the gcode file and modify the contents, rename the files, even modify the images.

Once your executable file is finished, Chitubox proceeds to zip the files found in its temporary folder and renames the resulting file extension to the one you set in the json registration file.

WHY?

Beacause there is no official documentation for the Chitubox plugin system, and when asked for more information they point you to a Chinese made plugin that has Chinese comments. :\

Basically I wrote this to answer my own question since I am trying to make a plugin for a new printer.

Can anyone explain what are the plugin capabilities? From what i gathered all the plugin system does is execute a file and pass the temporary files path as arguments

plugin.json registers the executable file with chitubox and also holds information about author, version etc

Does the system pass any type of variables other than the path to temp the folder and if so what and how do we access them?

You can read the original question in the facebook https://www.facebook.com/groups/104983723495672/permalink/438879950106046/

Have fun making plugins, I hope this helps ;)

The Photonsters Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages