mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
| <head>
 | |
| <meta charset="utf-8">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| <title>Printer Connection Required</title>
 | |
| <link rel="stylesheet" type="text/css" href="css/home.css" />
 | |
| <link rel="stylesheet" type="text/css" href="css/dark.css" />
 | |
| <script type="text/javascript" src="../data/text.js"></script>	
 | |
| <script type="text/javascript" src="../homepage/js/jquery-3.6.0.min.js"></script>
 | |
| <script type="text/javascript" src="../homepage/js/json2.js"></script>
 | |
| <script type="text/javascript" src="../homepage/js/globalapi.js"></script>
 | |
| <script type="text/javascript" src="../homepage/js/home.js"></script>
 | |
| </head>
 | |
| <body onLoad="OnInit()">
 | |
|     <div class="container">
 | |
|         <h1 class="trans" tid="t93">Printer Connection</h1>
 | |
|         <p class="trans" tid="t94">Please set up your printer connection to view the device.</p>
 | |
|         <img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
 | |
|     </div>
 | |
| </body>
 | |
| </html>
 | 
