diff --git a/README.md b/README.md index 542673c..e52bc2f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ This Cura plugin simply adds a GUI to allow you to add layer-focused post-processing scripts directly from Cura's print preview. -This plugin causes a new button to appear when the Preview tab of Cura is shown with a sliced model. This button allows a script to be added at the currently-displayed layer. +This plugin causes a new button to appear when the Preview tab of Cura is shown with a sliced model. This button allows a script to be added at the currently-displayed layer. ![image](https://github.com/kartchnb/PostProcessingGui/assets/54730012/225addfd-59a5-4dd8-a777-1aa3005b96d3) + + Buttons will also appear for post-processing scripts that activate at specific layers in the model. Left-clicking these buttons will activate the corresponding layer (on the Preview tab only). Right-clicking will bring up the script settings. Center-clicking will remove the script. -![image](https://github.com/kartchnb/PostProcessingGui/assets/54730012/4fd307de-c342-4022-99ea-efa8d2d4389f) +![image](https://github.com/kartchnb/PostProcessingGui/assets/54730012/8283b51e-56b6-4fca-a592-4ef1c4090f8c) + Finally, when saving gcode to a file or sending it to a printer, the plugin will display a rough estimate of when each post-processing script's changes will take effect. This can be useful, for instance, in determining when a print will pause. @@ -21,7 +24,7 @@ After installation, this plugin can be used by: 1. Slicing a model in Cura 2. Displaying the Preview tab 3. Use the layer slider to find the layer where you need post-processing to be done -4. Click the PostProcessingGui button near the lower-right corner of the Cura window +4. Click the PostProcessingGui button near the lower-right corner of the Cura window ![image](https://github.com/kartchnb/PostProcessingGui/assets/54730012/225addfd-59a5-4dd8-a777-1aa3005b96d3) 5. Configure the post-processing script as normal 6. Print!