| 
									
										
										
										
											2018-06-13 01:48:38 +00:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-09-26 09:42:17 +00:00
										 |  |  | <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> | 
					
						
							| 
									
										
										
										
											2018-08-21 20:37:47 +00:00
										 |  |  |     <name>embroidery ZIP file output</name> | 
					
						
							| 
									
										
										
										
											2024-02-07 20:23:05 +00:00
										 |  |  |     <id>org.{{ id_inkstitch }}.output.zip</id> | 
					
						
							| 
									
										
										
										
											2018-06-13 01:48:38 +00:00
										 |  |  |     <output> | 
					
						
							|  |  |  |         <extension>.zip</extension> | 
					
						
							|  |  |  |         <mimetype>application/zip</mimetype> | 
					
						
							| 
									
										
										
										
											2024-02-07 20:23:05 +00:00
										 |  |  |         <filetypename>{{ menu_inkstitch }}: ZIP export multiple formats and extra options (.zip)</filetypename> | 
					
						
							| 
									
										
										
										
											2021-09-27 13:18:54 +00:00
										 |  |  |         <filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch</filetypetooltip> | 
					
						
							| 
									
										
										
										
											2018-06-13 01:48:38 +00:00
										 |  |  |         <dataloss>true</dataloss> | 
					
						
							|  |  |  |     </output> | 
					
						
							| 
									
										
										
										
											2024-07-03 05:09:06 +00:00
										 |  |  |     <param name="extension" type="string" gui-hidden="true">zip</param> | 
					
						
							| 
									
										
										
										
											2023-10-17 17:33:55 +00:00
										 |  |  |     <param name="custom-file-name" type="string" gui-text="Custom file name" | 
					
						
							|  |  |  |        gui-description="Defines the file names inside the zip archive. Leave empty for default file name."></param> | 
					
						
							|  |  |  |     <spacer /> | 
					
						
							| 
									
										
										
										
											2023-07-22 04:43:40 +00:00
										 |  |  |     <param name="notebook" type="notebook"> | 
					
						
							|  |  |  |       <page name="file-formats" gui-text="File Formats"> | 
					
						
							|  |  |  |         <label>Output formats:</label> | 
					
						
							| 
									
										
										
										
											2024-07-03 05:09:06 +00:00
										 |  |  |         <hbox> | 
					
						
							|  |  |  |             <vbox> | 
					
						
							|  |  |  |                 {%- for format, description, mimetype, category in formats %} | 
					
						
							|  |  |  |                 {%- if category != "vector" and category != "debug" %} | 
					
						
							|  |  |  |                 <param name="format-{{ format }}" type="boolean" gui-text=".{{ format | upper }}: {{ description }}">false</param> | 
					
						
							|  |  |  |                 {%- endif %} | 
					
						
							|  |  |  |             {%- if loop.index == 13 %} | 
					
						
							|  |  |  |             </vbox> | 
					
						
							|  |  |  |             <spacer /> | 
					
						
							|  |  |  |             <separator /> | 
					
						
							|  |  |  |             <spacer /> | 
					
						
							|  |  |  |             <vbox> | 
					
						
							|  |  |  |             {%- endif %} | 
					
						
							|  |  |  |                 {%- endfor %} | 
					
						
							|  |  |  |                 <param name="format-threadlist" type="boolean" gui-text=".TXT: Threadlist [COLOR]">false</param> | 
					
						
							|  |  |  |             </vbox> | 
					
						
							|  |  |  |             <spacer /> | 
					
						
							|  |  |  |             <separator /> | 
					
						
							|  |  |  |             <spacer /> | 
					
						
							|  |  |  |             <vbox> | 
					
						
							|  |  |  |                 <param name="format-svg" type="boolean" gui-text=".SVG: Scalable Vector Graphic">false</param> | 
					
						
							|  |  |  |                 <param name="format-png-realistic" type="boolean" gui-text=".PNG: Portable Network Graphics (Realistic) [IMAGE]">false</param> | 
					
						
							|  |  |  |                     <param name="dpi-realistic" type="int" min="100" max="2000" gui-text="DPI" indent="4">300</param> | 
					
						
							|  |  |  |                 <param name="format-png-simple" type="boolean" gui-text=".PNG: Portable Network Graphics (Simple) [IMAGE]">false</param> | 
					
						
							|  |  |  |                     <param name="png-simple-line-width" type="float" precision="2" min="0.01" max="5" gui-text="Line width (mm)" indent="4">0.3</param> | 
					
						
							|  |  |  |                     <param name="dpi-simple" type="int" min="100" max="2000" gui-text="DPI" indent="4">300</param> | 
					
						
							|  |  |  |             </vbox> | 
					
						
							|  |  |  |         </hbox> | 
					
						
							| 
									
										
										
										
											2023-07-22 04:43:40 +00:00
										 |  |  |       </page> | 
					
						
							|  |  |  |       <page name="panelization" gui-text="Panelization Options"> | 
					
						
							|  |  |  |         <label>For single design set horizontal and vertical repeats to 1</label> | 
					
						
							|  |  |  |         <spacer /> | 
					
						
							|  |  |  |         <param name="x-repeats" type="int" min="1" max="20" gui-text="Horizontal repeats">1</param> | 
					
						
							|  |  |  |         <param name="x-spacing" type="float" min="-1000" max="1000" gui-text="Horizontal spacing (mm)">100</param> | 
					
						
							|  |  |  |         <param name="y-repeats" type="int" min="1" max="20" gui-text="Vertical repeats">1</param> | 
					
						
							|  |  |  |         <param name="y-spacing" type="float" min="-1000" max="1000" gui-text="Vertical spacing (mm)">100</param> | 
					
						
							|  |  |  |       </page> | 
					
						
							| 
									
										
										
										
											2024-06-26 20:51:15 +00:00
										 |  |  |       <page name="info" gui-text="Help"> | 
					
						
							|  |  |  |         <label appearance="header">Zip File Export</label> | 
					
						
							|  |  |  |         <label>Export multiple embroidery file formats at once.</label> | 
					
						
							|  |  |  |         <separator /> | 
					
						
							| 
									
										
										
										
											2024-06-30 20:49:18 +00:00
										 |  |  |         <label>Read more on our website:</label> | 
					
						
							| 
									
										
										
										
											2024-06-26 20:51:15 +00:00
										 |  |  |         <label appearance="url">https://inkstitch.org/docs/import-export/#batch-export</label> | 
					
						
							|  |  |  |       </page> | 
					
						
							| 
									
										
										
										
											2023-07-22 04:43:40 +00:00
										 |  |  |     </param> | 
					
						
							| 
									
										
										
										
											2018-06-13 01:48:38 +00:00
										 |  |  |     <script> | 
					
						
							| 
									
										
										
										
											2020-03-07 03:39:25 +00:00
										 |  |  |         {{ command_tag | safe }} | 
					
						
							| 
									
										
										
										
											2018-06-13 01:48:38 +00:00
										 |  |  |     </script> | 
					
						
							|  |  |  | </inkscape-extension> |