Cox:Flashcut: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
mNo edit summary
 
Line 5: Line 5:
==Main Sections==
==Main Sections==
===Coordinates===
===Coordinates===
One must zero, and in some cases rezero the tool during the course of fabrication. The upper right hand section of the FlashCut Window has 4 sets of coordinates (Each set comprised of X, Y, Z, and Angle). The only one of interest is the "Program" coordinate set. There are two buttons next to the title, "Set" and "0". "Set" allows the user to manually establish the coordinates of the tool. This is useful when the offset of a tool must be accounted for. "0" simply zeros all of the coordinates.
[[Image:flashcut_coord.JPG|thumb|right|350px|Program Coordinates are shown in the red box]]
One must zero, and in some cases rezero the tool during the course of fabrication. The upper right hand section of the FlashCut Window has 4 sets of coordinates (Each set comprised of X, Y, Z, and Angle). The only one of interest is the "Program" coordinate set (highlighted in the red box). There are two buttons next to the title, "Set" and "0". "Set" allows the user to manually establish the coordinates of the tool. This is useful when the offset of a tool must be accounted for. "0" simply zeros all of the coordinates.
{{clear}}
----


===G-Code===
===G-Code===
[[Image:flashcut_gcode.JPG|thumb|right|350px]]
This mode is the interface used when setting up and running G-code in the program. Double clicking on the bottom left window of the program opens a new window to write or edit G-code. The toolpath specified by the code present in the bottom left window is shown in the top left set of windows. This allows the user to get a broad look at what will happen when the code is executed. Control over execution speed and the method in which the code gets executed (continuous vs step by step) is in the bottom right corner. Once the start button is clicked, execution begins immediately. The program pauses during execution when any key is pressed.
{{clear}}
----
===Jog===
===Jog===
Jogging is the act of manually controlling the machine tool through clicks of the mouse. There are 3 speed settings, and different step lengths available, including continuous movement. This mode is used for initial positioning and zeroing of the tool, as well as facing operations.
[[Image:flashcut_jog.JPG|thumb|right|350px|]]Jogging is the act of manually controlling the machine tool through clicks of the mouse. There are 3 speed settings, and different step lengths available, including continuous movement. This mode is used for initial positioning and zeroing of the tool, as well as facing operations.
 
{{clear}}
----
===Point===
===Point===
This is an easy way of directing the tool to a specific coordinate. Be sure to check all of the coordinates as well as the speed, since it will go in a direct path to the coordinates you desire.
[[Image:flashcut_point.JPG|thumb|right|350px|]]
This is an easy way of directing the tool to a specific coordinate. Be sure to check all of the coordinates as well as the speed, since it will go in a direct path to the coordinates you specify.
{{clear}}

Latest revision as of 17:19, 6 August 2008

We need a montage

Home          RPL           Biological Lab          Research          Protocols          Contact        Calendar       


Summary

FlashCut is the software used to control the milling machine. Toolpaths generated from CAM software or directly coded using G-code are transformed into actual movements of the tool by this program.

Main Sections

Coordinates

Program Coordinates are shown in the red box

One must zero, and in some cases rezero the tool during the course of fabrication. The upper right hand section of the FlashCut Window has 4 sets of coordinates (Each set comprised of X, Y, Z, and Angle). The only one of interest is the "Program" coordinate set (highlighted in the red box). There are two buttons next to the title, "Set" and "0". "Set" allows the user to manually establish the coordinates of the tool. This is useful when the offset of a tool must be accounted for. "0" simply zeros all of the coordinates.


G-Code

This mode is the interface used when setting up and running G-code in the program. Double clicking on the bottom left window of the program opens a new window to write or edit G-code. The toolpath specified by the code present in the bottom left window is shown in the top left set of windows. This allows the user to get a broad look at what will happen when the code is executed. Control over execution speed and the method in which the code gets executed (continuous vs step by step) is in the bottom right corner. Once the start button is clicked, execution begins immediately. The program pauses during execution when any key is pressed.


Jog

Jogging is the act of manually controlling the machine tool through clicks of the mouse. There are 3 speed settings, and different step lengths available, including continuous movement. This mode is used for initial positioning and zeroing of the tool, as well as facing operations.


Point

This is an easy way of directing the tool to a specific coordinate. Be sure to check all of the coordinates as well as the speed, since it will go in a direct path to the coordinates you specify.