Skip to content

Commit

Permalink
Update readme (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ldar committed Sep 8, 2023
1 parent 7d385c9 commit 679ce3f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# GSendPro
G Code Analyser, Editor and Sender
This project started out as a closed source GCode analyser, but soon grew into a G Code Analyser, Editor and Sender that can control multiple cnc machines simultaneously, use and manage [subprogrammes](https://www.gsend.pro/Subprogram/Index), machine service schedules, help manage [tool life](https://www.gsend.pro/Home/ToolLife), utilise [job profiles](https://www.gsend.pro/Home/JobProfile) and [customised M codes](https://www.gsend.pro/MCodes/Index) to control IoT devices,
Arduino boards and play sounds are just some of the ways that define
GSend Pro and make it stand out from similar programs. Best of all it's open source and free to use.

#### Supports
- Windows 10/11/Server

## Oficial Home Page
The official home page for GSend Pro is [http://www.gsend.pro](http://www.gsend.pro).

## Latest Release
The latest release can be found in the [Releases Section](https://github.com/k3ldar/GSendPro/tags). Official installer and code files are all signed for your protection.


## Devops
Expand All @@ -9,4 +20,10 @@ G Code Analyser, Editor and Sender

[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=reliability_rating)](https://sonarcloud.io/summary/overall?id=k3ldar_GSendPro) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=k3ldar_GSendPro) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=security_rating)](https://sonarcloud.io/summary/overall?id=k3ldar_GSendPro)

[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=k3ldar_GSendPro) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=coverage)](https://sonarcloud.io/summary/new_code?id=k3ldar_GSendPro)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=k3ldar_GSendPro) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=k3ldar_GSendPro&metric=coverage)](https://sonarcloud.io/summary/new_code?id=k3ldar_GSendPro)

## Images

![Sender](https://www.gsend.pro/images/sender/2.png)

![Code Editor](https://www.gsend.pro/images/editor/3.png)

0 comments on commit 679ce3f

Please sign in to comment.