| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <laserDevice version="0">
- <originBottomLeft>false</originBottomLeft>
- <jobSentText>Job was sent as '$jobname'
- Please:
- -Close the lid
- -Turn on the Ventilation
- -And press 'start' on the Lasercutter $name</jobSentText>
- <jobPrefix>visicut </jobPrefix>
- <laserCutter class="de.thomas_oster.liblasercut.drivers.Ruida">
- <baudRate>921600</baudRate>
- <host>192.168.111.5</host>
- <comport>auto</comport>
- <useBidirectionalRastering>false</useBidirectionalRastering>
- <BedWidth>700.0</BedWidth>
- <BedHeight>500.0</BedHeight>
- <LaserPowerMin>0</LaserPowerMin>
- <LaserPowerMax>70</LaserPowerMax>
- <MaxVectorCutSpeed>1000</MaxVectorCutSpeed>
- <MaxVectorMoveSpeed>1000</MaxVectorMoveSpeed>
- <serialTimeout>15000</serialTimeout>
- <exportPath></exportPath>
- <uploadMethod>IP</uploadMethod>
- </laserCutter>
- <cameraTiming>0</cameraTiming>
- <projectorTiming>0</projectorTiming>
- <projectorWidth>0</projectorWidth>
- <projectorHeight>0</projectorHeight>
- <name>RedSail X700</name>
- </laserDevice>
|