WP Manifestindependent plugin directory
manifest / integrations / 3d-printer-activity

3D printer activity plugin Codeberg

3D print visualizer WordPress plugin with OctoPrint integration

by Jarkko Saltiola · codeberg.org/jasalt/3d-printer-activity

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://codeberg.org/jasalt/3d-printer-activity/archive/master.zip

From the readme

STATUS: rewrite for publication in progress... 3D printing activity plugin for connecting OctoPrint to WordPress to visualize prints on web site. Supports parsing PrusaSlicer thumbnails embedded in .gcode files. Includes example slider block and shortcode using GlideJS (WIP). Demo at https://jkl.hacklab.fi front-page (alpha version). Technical Plugin creates 3d-print custom post type and 3dprinterintegration user role for OctoPrint 3D printing system. Focus is to be a minimal starting point which can be extended using regular WordPress and PHP facilities. A basic slider block and shortcode are included which can be used without touching code and can be themed with some custom CSS. Custom Timber + TailwindCSS templates can found at https://jkl.hacklab.fi/3d-print. Installation Section is in progress... Plugin currently depends on free version of Advanced Custom Fields plugin which will be changed to Carbon Fields eventually. 1) Install WordPress plugin by cloning repository at wp-content/plugins/3d-printer-activity and activate it. 2) Create user with 3dprinterintegration role, username and password will be used for WP API basic authentication. 3) Install OctoPrint inte

Read the full README on Codeberg →