mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 08:55:59 +08:00
actually add the AMF test files.
This commit is contained in:
parent
181b1e73dc
commit
ad682fb436
138
tests/data/test_amf/20mmbox.amf
Normal file
138
tests/data/test_amf/20mmbox.amf
Normal file
@ -0,0 +1,138 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<amf unit="millimeter">
|
||||
<metadata type="cad">Slic3r 1.3.1-dev</metadata>
|
||||
<object id="0">
|
||||
<metadata type="name">20mmbox.stl</metadata>
|
||||
<mesh>
|
||||
<vertices>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>10</x>
|
||||
<y>10</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-10</x>
|
||||
<y>-10</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-10</x>
|
||||
<y>10</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>10</x>
|
||||
<y>-10</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>10</x>
|
||||
<y>-10</y>
|
||||
<z>10</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-10</x>
|
||||
<y>10</y>
|
||||
<z>10</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-10</x>
|
||||
<y>-10</y>
|
||||
<z>10</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>10</x>
|
||||
<y>10</y>
|
||||
<z>10</z>
|
||||
</coordinates>
|
||||
</vertex>
|
||||
</vertices>
|
||||
<volume>
|
||||
<metadata type="name">20mmbox.stl</metadata>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>1</v2>
|
||||
<v3>2</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>1</v1>
|
||||
<v2>0</v2>
|
||||
<v3>3</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>4</v1>
|
||||
<v2>5</v2>
|
||||
<v3>6</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>5</v1>
|
||||
<v2>4</v2>
|
||||
<v3>7</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>4</v2>
|
||||
<v3>3</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>4</v1>
|
||||
<v2>0</v2>
|
||||
<v3>7</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>4</v1>
|
||||
<v2>1</v2>
|
||||
<v3>3</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>1</v1>
|
||||
<v2>4</v2>
|
||||
<v3>6</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>5</v1>
|
||||
<v2>1</v2>
|
||||
<v3>6</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>1</v1>
|
||||
<v2>5</v2>
|
||||
<v3>2</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>5</v1>
|
||||
<v2>0</v2>
|
||||
<v3>2</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>5</v2>
|
||||
<v3>7</v3>
|
||||
</triangle>
|
||||
</volume>
|
||||
</mesh>
|
||||
</object>
|
||||
<constellation id="1">
|
||||
<instance objectid="0">
|
||||
<deltax>67.5</deltax>
|
||||
<deltay>35</deltay>
|
||||
<rz>0</rz>
|
||||
<scale>1</scale>
|
||||
</instance>
|
||||
</constellation>
|
||||
</amf>
|
BIN
tests/data/test_amf/20mmbox_deflated-in_directories.amf
Normal file
BIN
tests/data/test_amf/20mmbox_deflated-in_directories.amf
Normal file
Binary file not shown.
BIN
tests/data/test_amf/20mmbox_deflated-mult_files.amf
Normal file
BIN
tests/data/test_amf/20mmbox_deflated-mult_files.amf
Normal file
Binary file not shown.
BIN
tests/data/test_amf/20mmbox_deflated.amf
Normal file
BIN
tests/data/test_amf/20mmbox_deflated.amf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user