Gcode Looper is a user-friendly web app for seamless and continuous 3D printing. Drag and drop G-code files, specify copies, and enjoy uninterrupted printing. Perfect for small print farms, no Raspberry Pi or constant computer connection required.
You can support this project and its development by becoming a GitHub Sponsor or making a donation via PayPal. Your support helps us maintain and improve Gcode Looper for everyone.
Gcode Looper is hosted on GitHub Pages, you don't have to run it locally. But if you'd like to make some changes below are the instructions to get started.
Before you can run Gcode Looper locally, ensure you have the following software installed:
- Node.js: Make sure to install a Node.js version compatible with your project.
-
Clone the repository:
git clone https://github.com/CurlyTaleGamesLLC/GcodeLooper/gcode-looper.git
-
Navigate to the project directory:
cd gcode-looper
-
Install Vue.js dependencies:
npm install
To run Gcode Looper locally, use the following command:
npm run serve
This will start a development server, and you can access the app in your web browser at http://localhost:8080/
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name for your feature or bug fix.
- Make your changes and commit them with clear and concise messages.
- Push your branch to your fork.
- Submit a pull request to the main branch of the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.