LaserCNC Computer: Difference between revisions

From Knox Makers Wiki
Jump to navigation Jump to search
 
Line 6: Line 6:
Files can be copied to the computer in a few ways.  There is a directory on the desktop named "Gcode".  You should make a directory in "Gcode" using your name or other unique identifier and copy your Gcode files to that location. Using a USB memory card in the computer is an option.  Using the command line, files can be copied using the "scp" command. Example below:
Files can be copied to the computer in a few ways.  There is a directory on the desktop named "Gcode".  You should make a directory in "Gcode" using your name or other unique identifier and copy your Gcode files to that location. Using a USB memory card in the computer is an option.  Using the command line, files can be copied using the "scp" command. Example below:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
scp <file name on your computer> jamesbond@goldfinger:/Desktop/Gcode/<unique folder name>
scp file-on-your-computer.ngc jamesbond@goldfinger:/Desktop/Gcode/<unique folder name>
</syntaxhighlight>
</syntaxhighlight>
In Ubuntu, you can connect to the computer from your file browser. Click the "Connect to Server" option under the "Network" heading on the left tab.  Use the address:
In Ubuntu, you can connect to the computer from your file browser. Click the "Connect to Server" option under the "Network" heading on the left tab.  Use the address:

Latest revision as of 05:07, 11 March 2015

This page discusses information related to the proper usage of the computer controlling the laser cutter.

Network Access

The name of the computer that controls the laser cutter is "goldfinger". It is accessible over the network using this name. The default user account is "jamesbond". This means that the computer is accessible using the credentials "jamesbond@goldfinger".

Copying files

Files can be copied to the computer in a few ways. There is a directory on the desktop named "Gcode". You should make a directory in "Gcode" using your name or other unique identifier and copy your Gcode files to that location. Using a USB memory card in the computer is an option. Using the command line, files can be copied using the "scp" command. Example below: <syntaxhighlight lang="bash"> scp file-on-your-computer.ngc jamesbond@goldfinger:/Desktop/Gcode/<unique folder name> </syntaxhighlight> In Ubuntu, you can connect to the computer from your file browser. Click the "Connect to Server" option under the "Network" heading on the left tab. Use the address:

sftp://jamesbond@goldfinger/home/Desktop/Gcode/<unique folder name>

You can connect directly to your folder on the Goldfinger computer that way. You can add this place to your bookmarks, and have it immediately available to you anytime you are connected to our network.