2023-06-28 15:34:21 +08:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "Cache-Control" content = "max-age=7200" / >
< meta content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name = "viewport" / >
< title > homepage< / 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 = "js/jquery-3.6.0.min.js" > < / script >
< script type = "text/javascript" src = "../data/text.js" > < / script >
< script type = "text/javascript" src = "js/json2.js" > < / script >
< script type = "text/javascript" src = "js/globalapi.js" > < / script >
< script type = "text/javascript" src = "js/home.js" > < / script >
< / head >
< body class = "ZScrol" onLoad = "OnInit()" >
< div id = "LeftBoard" >
< div id = "GuideArea" >
<!-- <div menu="userguide" class="BtnItem" onClick="GotoMenu('userguide')">
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/logo2.png" / > < / div >
< div class = "trans" tid = "t2" > UserGuide< / div >
< / div > -->
< div id = "Guide1" >
< div id = "Icon1" > < img id = "QDIcon" src = "img/logo.png" / > < / div >
< div menu = "userguide" class = "TbItem" onClick = "GotoMain('userguide')" >
2023-06-29 15:26:49 +08:00
< div class = "trans" tid = "t1" > UserGuide< / div >
2023-06-28 15:34:21 +08:00
< / div >
< / div >
< / div >
< div id = "BtnArea" >
< div menu = "firstprint" class = "BtnItem" onClick = "GotoMenu('firstprint')" >
2023-06-29 15:26:49 +08:00
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/i1.svg" / > < / div >
< div class = "trans" tid = "t2" > UserGuide< / div >
< / div >
< div menu = "addsupport" class = "BtnItem" onClick = "GotoMenu('addsupport')" >
2023-06-28 15:34:21 +08:00
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/i1.svg" / > < / div >
< div class = "trans" tid = "t3" > UserGuide< / div >
< / div >
2023-06-29 15:26:49 +08:00
< div menu = "wifisend" class = "BtnItem" onClick = "GotoMenu('wifisend')" >
2023-06-28 15:34:21 +08:00
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/i1.svg" / > < / div >
< div class = "trans" tid = "t5" > UserGuide< / div >
< / div >
2023-06-29 15:57:32 +08:00
< div menu = "connectdevice" class = "BtnItem" onClick = "GotoMenu('connectdevice')" >
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/i1.svg" / > < / div >
< div class = "trans" tid = "t4" > UserGuide< / div >
< / div >
2023-06-29 15:26:49 +08:00
< div menu = "issuereport" class = "BtnItem" onClick = "GotoMenu('issuereport')" >
< div class = "BtnIcon " > < img class = "LeftIcon" src = "img/i1.svg" / > < / div >
< div class = "trans" tid = "t6" > UserGuide< / div >
< / div >
2023-06-28 15:34:21 +08:00
< / div >
< / div >
< div id = "RightBoard" >
< div id = "ThumbBoard" class = "ZScrol" board = "userguide" >
< div class = "GuideBlock" onClick = "GotoMenu('firstprint')" >
< div class = "UG_IMG" > < img src = "img/FirstPrint.gif" / > < / div >
2023-06-29 15:26:49 +08:00
< div class = "UG_TITLE trans TextS1" tid = "t2" > FirstPrint< / div >
2023-06-28 15:34:21 +08:00
< / div >
2023-06-29 15:26:49 +08:00
< div class = "GuideBlock" onClick = "GotoMenu('addsupport')" >
< 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('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 >
2023-06-28 15:34:21 +08:00
< / div >
2023-06-29 16:29:13 +08:00
< div class = "GuideBlock" onClick = "GotoMenu('issuereport')" >
< div class = "UG_IMG" > < img src = "img/IssueReport.png" / > < / div >
< div class = "UG_TITLE trans TextS1" tid = "t6" > IssueReport< / div >
< / div >
2023-06-28 15:34:21 +08:00
< / div >
< div id = "GifBigBoard" board = "firstprint" >
< div id = "GifBoard" >
< div class = "GifBlock" >
< div class = "UG_IMG" > < img src = "img/FirstPrint.gif" / > < / div >
< / div >
< / div >
< / div >
2023-06-29 15:26:49 +08:00
< div id = "GifBigBoard" board = "addsupport" >
< div id = "GifBoard" >
< div class = "GifBlock" >
< div class = "UG_IMG" > < img src = "img/AddSupport.gif" / > < / div >
< / div >
< / div >
< / div >
< div id = "GifBigBoard" board = "connectdevice" >
2023-06-28 15:34:21 +08:00
< div id = "GifBoard" >
< div class = "GifBlock" >
2023-06-29 15:26:49 +08:00
< div class = "UG_IMG" > < img src = "img/ConnectDevice.gif" / > < / div >
< / div >
< / div >
< / div >
< div id = "GifBigBoard" board = "wifisend" >
< div id = "GifBoard" >
< div class = "GifBlock" >
< div class = "UG_IMG" > < img src = "img/WifiSend.gif" / > < / div >
2023-06-28 15:34:21 +08:00
< / div >
< / div >
< / div >
< div id = "GifBigBoard" board = "issuereport" >
< div id = "GifBoard" >
< div class = "GifBlock" >
2023-06-29 15:26:49 +08:00
< 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 >
< / div >
< div id = "IssueBoard" >
< div class = "PrintBlock" >
< div class = "UG_IMG" > < img src = "img/X-MAX3.png" / > < / div >
< div class = "UG_TITLE" > X-MAX 3< / div >
2023-06-29 15:55:14 +08:00
< div class = "UG_DESC" > E-mail:< br / > MAX3support@qd3dprinter.com< br > MAX3AMS@qd3dprinter.com< br / > < br >
Skype:< br / > MAX3support@qd3dprinter.com< / div >
2023-06-29 15:26:49 +08:00
< / div >
< div class = "PrintBlock" >
< div class = "UG_IMG" > < img src = "img/X-Plus3.png" / > < / div >
< div class = "UG_TITLE" > X-Plus 3< / div >
2023-06-29 15:55:14 +08:00
< div class = "UG_DESC" > E-mail:< br / > Plus3support@qd3dprinter.com< br > Plus3AMS@qd3dprinter.com< br / > < br >
Skype:< br / > Plus3support@qd3dprinter.com< / div >
2023-06-28 15:34:21 +08:00
< / div >
2023-06-29 15:26:49 +08:00
< div class = "PrintBlock" >
< div class = "UG_IMG" > < img src = "img/X-Smart3.png" / > < / div >
< div class = "UG_TITLE" > X-Smart 3< / div >
2023-06-29 15:55:14 +08:00
< div class = "UG_DESC" > E-mail:< br / > Smart3support@qd3dprinter.com< br > Smart3AMS@qd3dprinter.com< br / > < br >
Skype:< br / > Smart3support@qd3dprinter.com< / div >
2023-06-29 15:26:49 +08:00
< / div >
< / div >
2023-06-28 15:34:21 +08:00
< / div >
2023-06-29 15:26:49 +08:00
<!-- <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" > You can copy the email address or skype to get in touch with us by clicking Help - Requirements Report. 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_PRINTER" > < img src = "img/X-MAX3.png" / > < img / > < img src = "img/X-Plus3.png" / > < img / > < img src = "img/X-Smart3.png" / > < / div >
< / div >
2023-06-28 15:34:21 +08:00
< / div >
2023-06-29 15:26:49 +08:00
< / div > -->
2023-06-28 15:34:21 +08:00
< / div >
< / body >
< script type = "text/javascript" >
//HandleStudio(TestData);
document.onkeydown = function (event) {
var e = event || window.event || arguments.callee.caller.arguments[0];
if (e.ctrlKey & & e.metaKey)
OutputKey(e.keyCode, true, false, true);
else if (e.ctrlKey)
OutputKey(e.keyCode, true, false, false);
else if (e.metaKey)
OutputKey(e.keyCode, false, false, true);
if (e.shiftKey & & e.ctrlKey)
OutputKey(e.keyCode, true, true, false);
if (e.shiftKey & & e.metaKey)
OutputKey(e.keyCode, false, true, true);
if (window.event) {
try { e.keyCode = 0; } catch (e) { }
e.returnValue = false;
}
};
window.addEventListener('mousewheel', function (event) {
if (event.ctrlKey === true || event.metaKey) {
event.preventDefault();
}
}, { passive: false });
< / script >
< / html >