G-Code Senders: Difference between revisions

From CoMakingSpace Wiki

m (Text replacement - "[[CNC Room" to "[[CNC Area")
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=Temporary notice=
In order to send [[G-Code]] to our [[CNC Router|CNC router]], you will need one of the programs below.<br/>
This page right now serves as a documentation point for making our [[CNC Router]] controllable via the network.
Please note that the option used at the CoMakingSpace is [[CNCjs]] installed on the [[Raspberry Pi]] in the [[CNC Area]]. This is the only option you will get support for from our [[tutors]].


Once we tried different pieces of software and decided for one, this page will serve as a documentation point for how to use this software.
== Commands to Avoid ==
In order to avoid errors with our [[WorkBee]] CNC router and some senders, the code should currently not contain:
* M6 (tool change)
* "G28 safe retract" (disable during [[CAM Postprocessing|CAM Postprocessing]])


The Installation scripts are hosted on [https://github.com/comakingspace/GcodeSender GitHub]
=Software Options=
== '''Recommended option:'''Using the Attached Raspberry Pi (CNCjs) ==
We have a dedicated Raspberry Pi attached to the CNC Router. It provides web based interfacing with the CNC Router.  


=Software options=
CNCJs is accessible on [http://comakingcnc:8080 "http://comakingcnc:8080"] <br />
== Using your own computer ==
A detailed guide on this can be found on the [[CNCjs]] page
 
== Using Your Own Computer ==
=== Univeral GCode Sender (Cross Platform) ===
=== Univeral GCode Sender (Cross Platform) ===
Universal GCode Sender is a Java Program which was tested successfully with our CNC Router. If you decide to use it, please use the nigthly ("some what stable ugs classic interface").<br />
Universal GCode Sender is a Java Program which was tested successfully with our CNC Router. If you decide to use it, please use the nigthly ("some what stable ugs classic interface").<br />
Line 13: Line 20:


=== bCNC ===
=== bCNC ===
This has its own page: [BCNC]
''This has its own page: [[bCNC]]''


=== Other Options ===
=== Other Options ===
The [https://github.com/grbl/grbl/wiki/Using-Grbl Grbl-Wiki] provides an overview of GCode senders.
The [https://github.com/grbl/grbl/wiki/Using-Grbl Grbl-Wiki] provides an overview of GCode senders.


== Using the attached Raspberry Pi (Network Control) ==
We have a dedicated Raspberry Pi attached to the CNC Router. It provides web based interfacing with the CNC Router.
=== GRBLWeb ===
GRBLWeb in principle works.
However, moving the Router manually (when trying to find the zero-location) is not very user-friendly. 
In addition, it is missing proper buttons for homing and for unlocking the tool ($H and $X) 
The other tools seem to be more feature rich.
===LaserWeb===
LaserWeb is originally designed to work with a [[Laser Cutter]]. However, it can also be used with CNC Routers. <br />
It is accessible on [http://comakingcnc:8000 "http://comakingcnc:8000"] <br />
A more detailed usage guide will follow soon. So far, you can read their [[https://github.com/LaserWeb/LaserWeb4/wiki Wiki]]


====Pro====
 
* Nice UI
[[Category:CNC]]
* Camera Support (to be tried though)
[[Category:Software]]
* Tool path preview
* Gamepad Support ( :-D )
* Move the router using the numpad (when finding a zero location)
* Continues the job when running into a non-supported command
====Con====
* Continues the job when running into a non-supported command
===CNCJS===
CNCJs is accessible on [http://comakingcnc:8080 "http://comakingcnc:8080"] <br />
A more detailed usage Guide will follow soon. So far, you can read their [[https://cnc.js.org/docs/user-guide/ User-Guide]] or their [[https://github.com/cncjs/cncjs/wiki Wiki]]
====Pro====
* Support for continuing the job after a non-supported command (can be activated in settings)
*Camera support (to try)
====Con====
* after closing the browser window while a job is running, you can not get back (but the job continues)

Latest revision as of 17:19, 29 August 2022

In order to send G-Code to our CNC router, you will need one of the programs below.
Please note that the option used at the CoMakingSpace is CNCjs installed on the Raspberry Pi in the CNC Area. This is the only option you will get support for from our tutors.

Commands to Avoid

In order to avoid errors with our WorkBee CNC router and some senders, the code should currently not contain:

Software Options

Recommended option:Using the Attached Raspberry Pi (CNCjs)

We have a dedicated Raspberry Pi attached to the CNC Router. It provides web based interfacing with the CNC Router.

CNCJs is accessible on "http://comakingcnc:8080"
A detailed guide on this can be found on the CNCjs page

Using Your Own Computer

Univeral GCode Sender (Cross Platform)

Universal GCode Sender is a Java Program which was tested successfully with our CNC Router. If you decide to use it, please use the nigthly ("some what stable ugs classic interface").
Documentation and downloads can be found on their Website.

bCNC

This has its own page: bCNC

Other Options

The Grbl-Wiki provides an overview of GCode senders.