Updated build script to create win32/linux/macos versions. Fixed the defaults to they work with PLA. Fixed the temperature plugin default "ON" problem. Removed all profiles except for PLA.
16 lines
576 B
XML
16 lines
576 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<svg contentScriptType="text/ecmascript"
|
|
baseProfile="full" zoomAndPan="magnify" contentStyleType="text/css"
|
|
width="999px"
|
|
height="999px"
|
|
preserveAspectRatio="xMidYMid meet"
|
|
xmlns="http://www.w3.org/2000/svg" version="1.0"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:slice="http://www.reprap.org/slice">
|
|
<metadata template = "svg_canvas">
|
|
</metadata>
|
|
<title>
|
|
replaceLineWithTitle
|
|
</title>
|
|
<!--replaceLineWith_coloredLines--> <line x1="0" y1="10" x2="30" y2="100" stroke="#00F" stroke-width="1px"/>
|
|
</svg>
|