From 4a64dbc25e83883fc1d2b6f837a420d1ddd5497e Mon Sep 17 00:00:00 2001 From: Kyle Grover Date: Sun, 16 Nov 2025 19:29:27 -0800 Subject: [PATCH] mention VolcoGUI in readme Added a section mentioning VolcoGUI as a way to use Volco --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e060843..297c76e 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ if __name__ == "__main__": process_gcode('examples/gcode_example.gcode') ``` +### Using VolcoGUI + +[VolcoGUI](https://github.com/kylegrover/volcogui) is a community created open source GUI for Volco. It's a standalone application that includes all dependencies and provides a built in STL viewer. + ## Configuration Parameters VOLCO uses two configuration files: simulation settings and printer settings. Below is an explanation of each parameter and its recommended default value.