Gcode Plasma Delay is a user-friendly web app designed for adding a delay to gcode, nc, or cnc files for Plasma cutter CNCs. Easily drag and drop your file and download the new file with added delays. Ideal for people just getting started with cutting on a Plasma CNC.
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 Plasma Delay for everyone.
Gcode Plasma Delay 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 Plasma Delay, 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/GcodePlasmaDelay/GcodePlasmaDelay.git
-
Navigate to the project directory:
cd GcodePlasmaDelay -
Install Vue.js dependencies:
npm install
To run Gcode Plasma Delay locally, use the following command:
npm run devThis will start a development server, and you can access the app in your web browser at http://localhost:5173/
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.



