Package | Description |
---|---|
de.mcp.cutcad.printdialog | |
de.mcp.cutcad.printdialog.lasercutter |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PrintSubInstance.setLaserCutter(LaserCutter cutter,
java.lang.String ipAddress)
Sets the laser cutter in the laser job associates with the plate which will be cut.
|
(package private) void |
PrintInstance.setLaserCutter(LaserCutter cutter,
java.lang.String ipAddress)
Sets which laser setter to be used and its address.
|
Modifier and Type | Field and Description |
---|---|
(package private) LaserCutter |
LaserJobCreator.device
Stores the lasercutter to be used for this print job
|
private LaserCutter |
LaserCutterSettings.selectedCutter |
Modifier and Type | Method and Description |
---|---|
LaserCutter |
LaserCutterSettings.getSelectedCutter() |
Modifier and Type | Method and Description |
---|---|
void |
LaserCutterSettings.selectCutter(LaserCutter selectedCutter) |
void |
LaserJobCreator.setLaserCutter(LaserCutter device,
java.lang.String ipAddress)
This method sets the lasercutter and its address for the printjob.
|