| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <laserDevice version="0">
- <originBottomLeft>true</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.GenericGcodeDriver">
- <lineend>CRLF</lineend>
- <baudRate>115200</baudRate>
- <flipXaxis>false</flipXaxis>
- <flipYaxis>true</flipYaxis>
- <httpUploadUrl>http://192.168.111.111/upload</httpUploadUrl>
- <autoPlay>false</autoPlay>
- <postHttpUploadGcode></postHttpUploadGcode>
- <supportedResolutions>100,500,1000</supportedResolutions>
- <waitForOKafterEachLine>false</waitForOKafterEachLine>
- <preJobGcode>G21,G90,M3</preJobGcode>
- <postJobGcode>M5,G0 X0 Y0</postJobGcode>
- <serialTimeout>15000</serialTimeout>
- <exportPath>/tmp/</exportPath>
- <uploadMethod>HTTP</uploadMethod>
- <identificationLine>Grbl</identificationLine>
- <initDelay>5</initDelay>
- <host>10.10.10.222</host>
- <comport>auto</comport>
- <max__speed>2400.0</max__speed>
- <travel__speed>3600.0</travel__speed>
- <blankLaserDuringRapids>false</blankLaserDuringRapids>
- <useBidirectionalRastering>false</useBidirectionalRastering>
- <spindleMax>1000.0</spindleMax>
- <currentPower>-1.0</currentPower>
- <currentSpeed>-1.0</currentSpeed>
- <nextPower>-1.0</nextPower>
- <nextSpeed>-1.0</nextSpeed>
- <currentFocus>0.0</currentFocus>
- <bedWidth>400.0</bedWidth>
- <bedHeight>400.0</bedHeight>
- <rasterPadding>5.0</rasterPadding>
- <rasterPaddingAllowOutsideMachineSpace>false</rasterPaddingAllowOutsideMachineSpace>
- <gCodeDigits>6</gCodeDigits>
- <sCodeDigits>3</sCodeDigits>
- </laserCutter>
- <cameraTiming>0</cameraTiming>
- <projectorTiming>0</projectorTiming>
- <projectorWidth>0</projectorWidth>
- <projectorHeight>0</projectorHeight>
- <name>Atomstack A20 PRO</name>
- </laserDevice>
|