mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
Show help info of setting up connection
This commit is contained in:
parent
7816c93741
commit
1a281e99a6
4 changed files with 66 additions and 22 deletions
33
resources/web/orca/missing_connection.html
Normal file
33
resources/web/orca/missing_connection.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Printer Connection Required</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #272727;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
background-color: #272727;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Printer Connection</h1>
|
||||
<p>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>
|
BIN
resources/web/orca/setup_connection.gif
Normal file
BIN
resources/web/orca/setup_connection.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 738 KiB |
Loading…
Add table
Add a link
Reference in a new issue