mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-03 17:38:43 +03:00
Update 7/8
1.Add associate .step/.stp files to QIDISlicer 2.Update the userguide.
This commit is contained in:
@@ -322,6 +322,15 @@ li {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
@media screen{
|
||||
.halfBlock {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
width: calc(50% - 20px);
|
||||
margin: 0px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1100px) {
|
||||
.PrintBlock {
|
||||
text-align:center;
|
||||
@@ -404,7 +413,8 @@ td, th {
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: lightblue;
|
||||
background-color: #4F6EBC;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -416,11 +426,11 @@ td:first-child, th:first-child {
|
||||
position: sticky;
|
||||
left: 0; /* 首行永远固定在左侧 */
|
||||
z-index: 1;
|
||||
background-color: lightpink;
|
||||
background: #CDDBFB;
|
||||
}
|
||||
|
||||
td:not(:first-child), th:not(:first-child) {
|
||||
padding
|
||||
th:nth-child(odd) { /*奇表头*/
|
||||
background-color: #6993FB;
|
||||
}
|
||||
|
||||
thead tr th {
|
||||
@@ -428,9 +438,12 @@ thead tr th {
|
||||
top: 0; /* 列首永远固定在头部 */
|
||||
}
|
||||
|
||||
tbody tr:nth-child(odd) {
|
||||
background: #B7B9BF;
|
||||
}
|
||||
|
||||
th:first-child {
|
||||
z-index: 2;
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
/*------Gif------*/
|
||||
@@ -470,6 +483,8 @@ th:first-child {
|
||||
}
|
||||
|
||||
.UG_IMG {
|
||||
justify-content:center;
|
||||
text-align:center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -496,8 +511,10 @@ th:first-child {
|
||||
}
|
||||
|
||||
.UG_CDESC {
|
||||
margin-top:35px;
|
||||
margin-bottom:5px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-size: 24px;
|
||||
width: 100%;
|
||||
line-height: 20px;
|
||||
}
|
||||
@@ -509,7 +526,7 @@ th:first-child {
|
||||
line-height: 25px;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 25px;
|
||||
color: #4479FB;
|
||||
}
|
||||
|
||||
@@ -517,6 +534,5 @@ th:first-child {
|
||||
font-size: 16px;
|
||||
width: 100%;
|
||||
line-height: 20px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
BIN
resources/web/guide/img/AddText.gif
Normal file
BIN
resources/web/guide/img/AddText.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
BIN
resources/web/guide/img/CutModel.gif
Normal file
BIN
resources/web/guide/img/CutModel.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
BIN
resources/web/guide/img/DownloadModel.png
Normal file
BIN
resources/web/guide/img/DownloadModel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 539 KiB |
BIN
resources/web/guide/img/printables.png
Normal file
BIN
resources/web/guide/img/printables.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
resources/web/guide/img/thingiverse.png
Normal file
BIN
resources/web/guide/img/thingiverse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -48,6 +48,18 @@
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/i1.svg" /></div>
|
||||
<div class="trans" tid="t4">UserGuide</div>
|
||||
</li>
|
||||
<li menu="addtext" class="BtnItem" onClick="GotoMenu('addtext')">
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/i1.svg" /></div>
|
||||
<div class="trans" tid="t11">UserGuide</div>
|
||||
</li>
|
||||
<li menu="cutmodel" class="BtnItem" onClick="GotoMenu('cutmodel')">
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/i1.svg" /></div>
|
||||
<div class="trans" tid="t12">UserGuide</div>
|
||||
</li>
|
||||
<li menu="downloadm" class="BtnItem" onClick="GotoMenu('downloadm')">
|
||||
<div class="BtnIcon "><img class="LeftIcon" src="img/i1.svg" /></div>
|
||||
<div class="trans" tid="t13">UserGuide</div>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
@@ -100,13 +112,25 @@
|
||||
<div class="UG_IMG"><img src="img/AddSupport.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t3">AddSupport</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('wifisend');">
|
||||
<div class="UG_IMG"><img src="img/WifiSend.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t5">WifiSend</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('connectdevice');">
|
||||
<div class="UG_IMG"><img src="img/ConnectDevice.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t4">ConnectDevice</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('wifisend');">
|
||||
<div class="UG_IMG"><img src="img/WifiSend.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t5">WifiSend</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('addtext');">
|
||||
<div class="UG_IMG"><img src="img/AddText.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t11">AddText</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('cutmodel');">
|
||||
<div class="UG_IMG"><img src="img/CutModel.gif" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t12">CutModel</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('downloadm');">
|
||||
<div class="UG_IMG"><img src="img/DownloadModel.png" /></div>
|
||||
<div class="UG_TITLE trans TextS1" tid="t13">AddText</div>
|
||||
</div>
|
||||
<div class="GuideBlock" onClick="GotoMenu('issuereport');">
|
||||
<div class="UG_IMG"><img src="img/IssueReport.png" /></div>
|
||||
@@ -146,16 +170,72 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="GifBigBoard" board="addtext">
|
||||
<div id="GifBoard">
|
||||
<div class="GifBlock">
|
||||
<div class="UG_IMG"><img src="img/AddText.gif" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="GifBigBoard" board="cutmodel">
|
||||
<div id="GifBoard">
|
||||
<div class="GifBlock">
|
||||
<div class="UG_IMG"><img src="img/CutModel.gif" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="GifBigBoard" board="downloadm">
|
||||
<div id="GifBoard">
|
||||
<div class="GifBlock">
|
||||
<div class="UG_B_TITLE trans TextS1" tid="t13">download</div>
|
||||
<div class="UG_CDESC trans" tid="ls1"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="IssueBoard">
|
||||
<div class="halfBlock">
|
||||
<div class="UG_DESC">URL:https://www.thingiverse.com/</div>
|
||||
<div class="UG_IMG"><img src="img/thingiverse.png" /></div>
|
||||
</div>
|
||||
<div class="halfBlock">
|
||||
<div class="UG_DESC">URL:https://www.printables.com/model</div>
|
||||
<div class="UG_IMG"><img src="img/printables.png" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div id="GifBigBoard" board="downloadm">
|
||||
<div id="GifBoard">
|
||||
<div class="GifBlock">
|
||||
<div class="UG_B_TITLE trans" tid="t13">downloadm</div>
|
||||
</div>
|
||||
<div id="IssueBoard">
|
||||
<div class="halfBlock">
|
||||
<div class="UG_CDESC">URL:https://www.thingiverse.com/</div>
|
||||
<div class="UG_IMG"><img src="img/thingiverse.png" /></div>
|
||||
<div class="UG_CDESC">URL:https://www.printables.com/model</div>
|
||||
<div class="UG_IMG"><img src="img/printables.png" /></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div id="GifBigBoard" board="infomax3">
|
||||
<div class="UG_IMG"><img src="img/info1.png" /></div>
|
||||
<div id="GifBoard">
|
||||
<div class="UG_IMG"><img src="img/info1.png" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="GifBigBoard" board="infoplus3">
|
||||
<div class="UG_IMG"><img src="img/info2.png" /></div>
|
||||
<div id="GifBoard">
|
||||
<div class="UG_IMG"><img src="img/info2.png" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="GifBigBoard" board="infosmart3">
|
||||
<div class="UG_IMG"><img src="img/info3.png" /></div>
|
||||
<div id="GifBoard">
|
||||
<div class="UG_IMG"><img src="img/info3.png" /></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="FilaBigBoard" board="infof1">
|
||||
@@ -334,11 +414,9 @@
|
||||
<div id="GifBigBoard" board="issuereport">
|
||||
<div id="GifBoard">
|
||||
<div class="GifBlock">
|
||||
<div class="UG_B_TITLE trans TextS1" tid="wk1">Issue Report</div>
|
||||
<div class="UG_B_DESC trans" tid="wk2">
|
||||
If you have any questions about the Printer or QIDISlicer, please contact us via the appropriate E-mail address or Skype.<br />
|
||||
Note: please try to tell us your requirements in the form of video or pictures, and provide 3MF file, G-code file, machine number and other necessary information.
|
||||
</div>
|
||||
<div class="UG_B_TITLE trans TextS1" tid="t6"></div>
|
||||
<div class="trans" tid="ls2"></div>
|
||||
<div class="UG_B_DESC trans" tid="ls3"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="IssueBoard">
|
||||
|
||||
Reference in New Issue
Block a user