Workpiece blank
Use the G30 and G31 NC functions to define a cuboid workpiece blank for simulation in the NC program.
You define the cuboid by entering a MIN point for the bottom front left corner and a MAX point for the top rear right corner.
N10 G30 G17 X+0 Y+0 Z-40 | ; Define MIN point |
N20 G31 X+100 Y+100 Z+0 | ; Define MAX point |
G30 and G31 correspond to the Klartext syntax BLK FORM 0.1 and BLK FORM 0.2.
Defining a workpiece blank with BLK FORM
With G17, G18, and G19, you define the tool axis.
With the Klartext syntax, you can additionally define the following workpiece blanks:
- Cylindrical workpiece blank with BLK FORM CYLINDER
- Rotationally symmetric workpiece blank with BLK FORM ROTATION
Rotationally symmetric workpiece blank with BLK FORM ROTATION
- STL file as workpiece blank with BLK FORM FILE