Optimal PA calibration and add guide;Z seam is visible by default in preview

This commit is contained in:
QIDI TECH
2023-09-28 10:04:57 +08:00
parent f4f63b9a54
commit 7f19806dd9
25 changed files with 229 additions and 89 deletions

View File

@@ -838,7 +838,7 @@ retract_restart_extra_toolchange = 0
retract_speed = 30
silent_mode = 0
single_extruder_multi_material = 0
start_gcode = PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM106 P3 S255\nM83\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z0.2 F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.04} F3000\nG1 E{10 * 0.04} F3000
start_gcode = PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z0.2 F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.04} F3000\nG1 E{10 * 0.04} F3000
template_custom_gcode =
thumbnails =
thumbnails_format = QIDI

View File

@@ -16,6 +16,7 @@ var LangText={
"t14": "Adaptive Meshing",
"t15": "Flow Rate Calibration",
"t16": "Calibration",
"t17": "Pressure Advance",
"l0": "Learn more:",
"l1": "You can download the 3D model from the following link.",
@@ -41,6 +42,22 @@ var LangText={
"l22": "Fine calibration",
"l23": "Print calibration blocks in the ±0.04 range based on the 'Extrusion multiplier' you entered, each with a step size of 0.01.",
"l24": "The 'Extrusion multiplier' entered in the figure below is 0.95, and 1 has the best surface quality, so the best 'Extrusion multiplier' is 0.96 (0.95+1%).",
"l25": "Pressure advance can reduce bleed during non-extrude moves and reduce blobbing during cornering.",
"l26": "When to Calibrate Pressure in Advance",
"l27": "1.Use different brands of filaments, or the filaments are damp;",
"l28": "2.The nozzle is worn or replaced with a different size nozzle;",
"l29": "3.Use different printing parameters such as temperature and line width.",
"l30": "How to calibrate",
"l31": "We provide three common calibration methods, you can choose the method you like for calibration.",
"l32": "There is a 10% error in the test results, but it is almost indistinguishable to the naked eye. Choose a suitable value and save it, then start your printing.",
"l33": "If you need to modify the printing parameters, please modify and save the parameters first, and then perform the calibration procedure.",
"l34": "After printing is completed, please enter the best value into the software and save it.",
"l35": "PA Line",
"l36": "After printing is completed, select the smoothest line, enter its corresponding value into the software and save it.",
"l37": "PA Pattern",
"l38": "After printing is completed, select the flattest set of lines, enter its corresponding values into the software and save it.",
"l39": "PA Tower",
"l40": "The pressure advance value will be changed every 5mm the PA tower rises. Please measure the height of the best area of the model, and then calculate the corresponding pressure advance value based on the set step value, then input it into the software and save it.",
},
"zh_CN": {
"t1": "用户指南",
@@ -59,6 +76,7 @@ var LangText={
"t14": "自适应网格划分",
"t15": "流量校准",
"t16": "校准",
"t17": "压力提前",
"l0": "了解更多:",
"l1": "您可以从以下链接下载3D模型。",
@@ -84,6 +102,22 @@ var LangText={
"l22": "精校准",
"l23": "根据您输入的挤出乘数打印±0.04范围内的校准块每个校准块步长为0.01。",
"l24": "下图中输入的挤出乘数为0.951的表面质量最佳因此最佳挤出乘数为0.960.95+1%)。",
"l25": "压力提前可以减少非挤压移动期间的渗出,并减少转弯期间的滴落。",
"l26": "什么时候需要校准压力提前",
"l27": "1.使用不同品牌的耗材,或耗材受潮;",
"l28": "2.喷嘴磨损或更换不同尺寸的喷嘴;",
"l29": "3.使用不同的温度、线宽等打印参数。",
"l30": "如何校准",
"l31": "我们提供了三种常见的校准方式,你可以选择自己喜欢的方式进行校准。",
"l32": "测试结果存在10%的误差,但肉眼几乎无法区别,选择一个合适的值并将其保存,然后开始你的打印吧。",
"l33": "如果你需要修改打印参数,请先修改并保存参数,然后再进行校准程序。",
"l34": "打印完成后,请将最佳值输入到软件中并保存。",
"l35": "PA 划线",
"l36": "打印完成后,选择最平滑的一条线,请将其对应的值输入到软件中并保存。",
"l37": "PA 图形",
"l38": "打印完成后,选择最平整的一组线,请将其对应的值输入到软件中并保存。",
"l39": "PA 塔",
"l40": "PA 塔每升高5mm会更改一次压力提前值请测量出模型最佳区域的高度再根据设定的步进值计算出其对应的压力提前值然后输入到软件中并保存。",
},
"ja": {
"t1": "ユーザーガイド",
@@ -102,6 +136,7 @@ var LangText={
"t14": "適応性メッシュ",
"t15": "流量校正",
"t16": "較正",
"t17": "圧力前進",
"l0": "もっと詳しく知る:",
"l1": "3Dモデルは以下のWebサイトからダウンロードできます。",
@@ -127,6 +162,22 @@ var LangText={
"l22": "キャリブレーションを行います",
"l23": "入力された「押し出し乗数」に応じて±0.04の範囲のキャリブレーションブロックを印刷します。キャリブレーションブロック毎のステップサイズは0.01です。",
"l24": "図では、「押し出し乗数」を0.95と入力していますが、1の表面品質が最適なので、最適な「押し出し乗数」は0.96(0.95+1%)となります。",
"l25": "圧力前進により、非絞り動作時のブリードが減少し、旋回時の液だれが減少します。",
"l26": "圧力前進を校正する場合",
"l27": "1.異なるブランドの消耗品を使用すると、消耗品が湿気を帯びます。",
"l28": "2.ノズルが磨耗しているか、異なるサイズのノズルに交換されている。",
"l29": "3.温度や線幅などのさまざまな印刷パラメータを使用します。",
"l30": "校正方法",
"l31": "一般的な3つの校正方法が用意されており、お好みの校正方法を選択できます。",
"l32": "テスト結果には10%程度の誤差がありますが、肉眼ではほとんど区別できない程度ですので、適切な値を選択して保存し、印刷を開始してください。",
"l33": "印刷パラメータを変更する必要がある場合は、まずパラメータを変更して保存してから、キャリブレーション手順を実行してください。",
"l34": "印刷が完了したら、ソフトウェアに最適な値を入力して保存します。",
"l35": "PA 線",
"l36": "印刷が完了したら、最も滑らかな線を選択し、対応する値をソフトウェアに入力して保存します。",
"l37": "PAグラフィックス",
"l38": "印刷が完了したら、最も平坦な線のセットを選択し、対応する値をソフトウェアに入力して保存します。",
"l39": "PAタワー",
"l40": "PAタワーが上昇する5mmごとに圧力アドバンス値が変更されますので、モデルの最適領域の高さを測定し、設定されたステップ値に基づいて対応する圧力アドバンス値を計算し、それをソフトウェアに入力して、それを保存。",
},
"fr": {
"t1": "Guide de l'utilisateur",
@@ -145,6 +196,7 @@ var LangText={
"t14": "Maillage adaptatif",
"t15": "Étalonnage du débit",
"t16": "Étalonnage",
"t17": "Avance de pression",
"l0": "Apprendre encore plus:",
"l1": "Vous pouvez télécharger des modèles 3D à partir des sites Web suivants.",
@@ -170,6 +222,22 @@ var LangText={
"l22": "Calibrage fin",
"l23": "Imprimez des blocs détalonnage de ± 0.04 en fonction du «multiplicateur dextrusion» que vous avez entré, chacun avec une taille de pas de 0.01.",
"l24": "Le «multiplicateur dextrusion» indiqué dans la figure ci-dessous est de 0.95, et 1 a la meilleure qualité de surface, donc le meilleur «multiplicateur dextrusion» est de 0.96 (0.95+1%).",
"l25": "L'avance de pression peut réduire le saignement lors des mouvements sans extrusion et réduire les gouttes dans les virages.",
"l26": "Quand calibrer la pression à lavance",
"l27": "1.Utilisez différentes marques de filaments, sinon les filaments sont humides ;",
"l28": "2.La buse est usée ou remplacée par une buse de taille différente ;",
"l29": "3.Utilisez différents paramètres d'impression tels que la température et la largeur des lignes.",
"l30": "Comment calibrer",
"l31": "Nous proposons trois méthodes d'étalonnage courantes, vous pouvez choisir la méthode que vous souhaitez pour l'étalonnage.",
"l32": "Il y a une erreur de 10 % dans les résultats du test, mais elle est presque impossible à distinguer à l'œil nu. Choisissez une valeur appropriée et enregistrez-la, puis démarrez votre impression.",
"l33": "Si vous devez modifier les paramètres d'impression, veuillez d'abord modifier et enregistrer les paramètres, puis effectuer la procédure d'étalonnage.",
"l34": "Une fois l'impression terminée, veuillez saisir la meilleure valeur dans le logiciel et l'enregistrer.",
"l35": "Ligne PA",
"l36": "Une fois l'impression terminée, sélectionnez la ligne la plus lisse, entrez la valeur correspondante dans le logiciel et enregistrez-la.",
"l37": "Modèle PA",
"l38": "Une fois l'impression terminée, sélectionnez l'ensemble de lignes le plus plat, entrez ses valeurs correspondantes dans le logiciel et enregistrez-le.",
"l39": "La tour PA",
"l40": "La valeur d'avance de pression sera modifiée tous les 5 mm d'élévation de la tour PA. Veuillez mesurer la hauteur de la meilleure zone du modèle, puis calculer la valeur d'avance de pression correspondante en fonction de la valeur de pas définie, puis la saisir dans le logiciel et l'enregistrer.",
},
"de": {
"t1": "Benutzerhandbuch",
@@ -188,6 +256,7 @@ var LangText={
"t14": "Adaptive Gitternetz",
"t15": "Kalibrierung der Durchflussrate",
"t16": "Kalibrierung",
"t17": "Druckvorschub",
"l0": "Erfahren Sie mehr:",
"l1": "Sie können 3D-Modelle von den folgenden Websites herunterladen.",
@@ -213,6 +282,22 @@ var LangText={
"l22": "Härtstrich.",
"l23": "Das druckmodul für die wand im bereich Von 0.04 überprüfen, und jeder schritt ist eine 0.01",
"l24": "In dem unteren bild wurde ein -queprol Von 0.95 angezeigt, wobei 1 die beste oberflächenqualität hat. Damit liegt die beste -weshalb bei 0.96 (0.95+1).",
"l25": "Der Druckvorschub kann das Ausbluten bei nicht extrudierten Bewegungen und das Klopfen bei Kurvenfahrten reduzieren.",
"l26": "Wann sollte der Druck im Voraus kalibriert werden",
"l27": "1.Verwenden Sie Filamente verschiedener Marken, oder die Filamente sind feucht;",
"l28": "2.Die Düse ist abgenutzt oder durch eine Düse anderer Größe ersetzt;",
"l29": "3.Verwenden Sie verschiedene Druckparameter wie Temperatur und Linienbreite.",
"l30": "So kalibrieren Sie",
"l31": "Wir bieten drei gängige Kalibrierungsmethoden an. Sie können die Methode auswählen, die Ihnen für die Kalibrierung am besten gefällt.",
"l32": "Die Testergebnisse weisen einen Fehler von 10 % auf, der jedoch mit bloßem Auge kaum zu erkennen ist. Wählen Sie einen geeigneten Wert, speichern Sie ihn und starten Sie dann den Druckvorgang.",
"l33": "Wenn Sie die Druckparameter ändern müssen, ändern und speichern Sie bitte zuerst die Parameter und führen Sie dann den Kalibrierungsvorgang durch.",
"l34": "Nachdem der Druckvorgang abgeschlossen ist, geben Sie bitte den besten Wert in die Software ein und speichern Sie ihn.",
"l35": "PA-Leitung",
"l36": "Wählen Sie nach Abschluss des Druckvorgangs die glatteste Linie aus, geben Sie den entsprechenden Wert in die Software ein und speichern Sie ihn.",
"l37": "PA-Muster",
"l38": "Wählen Sie nach Abschluss des Druckvorgangs den flachsten Liniensatz aus, geben Sie die entsprechenden Werte in die Software ein und speichern Sie sie.",
"l39": "PA-Turm",
"l40": "Der Druckvorschubwert wird alle 5 mm geändert, wenn der PA-Turm ansteigt. Bitte messen Sie die Höhe des besten Bereichs des Modells und berechnen Sie dann den entsprechenden Druckvorschubwert basierend auf dem eingestellten Schrittwert, geben Sie ihn dann in die Software ein und speichern Sie ihn.",
},
"be": {
"t1": "Кіраўніцтва карыстальніка",
@@ -231,6 +316,7 @@ var LangText={
"t14": "Адаптыўная сетка",
"t15": "Каліброўка хуткасці патоку",
"t16": "Каліброўка",
"t17": "Увеличение давления",
"l0": "даведацца больш:",
"l1": "Вы можаце загрузіць 3D-мадэлі з наступных сайтаў.",
@@ -256,6 +342,22 @@ var LangText={
"l22": "- точная калибровка",
"l23": "Печать калибровочных блоков в диапазоне ±0.04 на основе 'экструзионный множитель'вы ввели, каждый размер шага 0.01.",
"l24": "Приведенный ниже 'экструзионный множитель' равен 0,95, а 1 имеет наилучшее качество поверхности, поэтому лучший 'экструзионный множитель' равен 0.96 (0.95+1%).",
"l25": "Увеличение давления может уменьшить кровотечение при движениях без выдавливания и уменьшить образование пятен при прохождении поворотов.",
"l26": "Когда следует калибровать давление заранее",
"l27": "1.Используйте нити разных марок, иначе нити влажные;",
"l28": "2.Насадка изношена или заменена насадкой другого размера;",
"l29": "3.Используйте различные параметры печати, такие как температура и ширина линии.",
"l30": "Как калибровать",
"l31": "Мы предоставляем три распространенных метода калибровки. Вы можете выбрать тот метод калибровки, который вам нравится.",
"l32": "В результатах теста есть погрешность в 10%, но она практически неразличима невооруженным глазом. Выберите подходящее значение и сохраните его, а затем начните печать.",
"l33": "Если вам необходимо изменить параметры печати, сначала измените и сохраните параметры, а затем выполните процедуру калибровки.",
"l34": "После завершения печати введите наилучшее значение в программу и сохраните его.",
"l35": "Линия PA",
"l36": "После завершения печати выберите самую плавную линию, введите соответствующее ей значение в программу и сохраните.",
"l37": "Шаблон PA",
"l38": "После завершения печати выберите самый плоский набор линий, введите соответствующие значения в программу и сохраните.",
"l39": "ПА Тауэр",
"l40": "Значение опережения давления будет меняться каждые 5 мм подъема башни PA. Измерьте высоту лучшей области модели, а затем рассчитайте соответствующее значение опережения давления на основе установленного значения шага, затем введите его в программное обеспечение и сохраните.",
},
};

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 721 KiB

View File

Before

Width:  |  Height:  |  Size: 460 KiB

After

Width:  |  Height:  |  Size: 460 KiB

View File

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -75,6 +75,10 @@
<div class="MenuBtnIcon"><img src="img/MenuBtnIcon.svg"/></div>
<div class="trans" tid="t15"></div>
</li>
<li menu="PressureAdvance" class="MenuBtn" onClick="GotoMenu('PressureAdvance')">
<div class="MenuBtnIcon"><img src="img/MenuBtnIcon.svg"/></div>
<div class="trans" tid="t17"></div>
</li>
</ol>
</li>
@@ -155,9 +159,13 @@
<div class="ThumbnailTitle trans" tid="t13"></div>
</div>
<div class="Thumbnail" onClick="GotoMenu('Flowrate')">
<div class="AutozoomImage"><img src="img/Flowrate_Coarse.gif"/></div>
<div class="AutozoomImage"><img src="img/FlowrateCoarse.gif"/></div>
<div class="ThumbnailTitle trans" tid="t15"></div>
</div>
<div class="Thumbnail" onClick="GotoMenu('PressureAdvance')">
<div class="AutozoomImage"><img src="img/PressureAdvance.gif"/></div>
<div class="ThumbnailTitle trans" tid="t17"></div>
</div>
<div class="Thumbnail" onClick="GotoMenu('IssueReport')">
<div class="AutozoomImage"><img src="img/IssueReport.png"/></div>
<div class="ThumbnailTitle trans" tid="t6"></div>
@@ -225,35 +233,61 @@
<div class="IntroduceTextBold trans" tid="l12"></div>
<div class="IntroduceText trans" tid="l13"></div>
<div class="IntroduceText trans" tid="l14"></div>
<div class="CenterImage"><img src="img/Flowrate_Value.png"/></div>
<div class="CenterImage"><img src="img/FlowrateValue.png"/></div>
<div class="IntroduceText trans" tid="l15"></div>
<div class="IntroduceText trans" tid="l16"></div>
<div class="CenterImage"><img src="img/Flowrate_Compare.png"/></div>
<div class="CenterImage"><img src="img/FlowrateCompare.png"/></div>
<div class="IntroduceTextBold trans" tid="l17"></div>
<div class="IntroduceText trans" tid="l18"></div>
<div class="IntroduceText trans" tid="l19"></div>
<div class="IntroduceText trans" tid="l20"></div>
<div class="AutozoomImage"><img src="img/Flowrate_Coarse.gif"/></div>
<div class="AutozoomImage"><img src="img/FlowrateCoarse.gif"/></div>
<div class="IntroduceText trans" tid="l21"></div>
<div class="CenterImage"><img src="img/Flowrate_Coarse.png"/></div>
<div class="CenterImage"><img src="img/FlowrateCoarse.png"/></div>
<div class="IntroduceTextBold trans" tid="l22"></div>
<div class="IntroduceText trans" tid="l23"></div>
<div class="IntroduceText trans" tid="l20"></div>
<div class="AutozoomImage"><img src="img/Flowrate_Fine.gif"/></div>
<div class="AutozoomImage"><img src="img/FlowrateFine.gif"/></div>
<div class="IntroduceText trans" tid="l24"></div>
<div class="CenterImage"><img src="img/Flowrate_Fine.png"/></div>
<div class="CenterImage"><img src="img/FlowrateFine.png"/></div>
</div>
<div class="IntroduceBoard" board="PressureAdvance">
<div class="IntroduceTitle trans" tid="t17"></div>
<div class="IntroduceText trans" tid="l25"></div>
<div class="CenterImage"><img src="img/PressureAdvanceCompare.png"/></div>
<div class="IntroduceTextBold trans" tid="l26"></div>
<div class="IntroduceText trans" tid="l27"></div>
<div class="IntroduceText trans" tid="l28"></div>
<div class="IntroduceText trans" tid="l29"></div>
<div class="IntroduceTextBold trans" tid="l30"></div>
<div class="IntroduceText trans" tid="l31"></div>
<div class="IntroduceText trans" tid="l32"></div>
<div class="AutozoomImage"><img src="img/PressureAdvance.gif"/></div>
<div class="IntroduceText trans" tid="l33"></div>
<div class="IntroduceText trans" tid="l34"></div>
<div class="CenterImage"><img src="img/PressureAdvanceValue.png"/></div>
<div class="IntroduceTextBold trans" tid="l35"></div>
<div class="IntroduceText trans" tid="l36"></div>
<div class="CenterImage"><img src="img/PressureAdvanceLine.png"/></div>
<div class="IntroduceTextBold trans" tid="l37"></div>
<div class="IntroduceText trans" tid="l38"></div>
<div class="CenterImage"><img src="img/PressureAdvancePattern.png"/></div>
<div class="IntroduceTextBold trans" tid="l39"></div>
<div class="IntroduceText trans" tid="l40"></div>
<div class="CenterImage"><img src="img/PressureAdvanceTower.png"/></div>
</div>
<div class="IntroduceBoard" board="X-MAX 3">
<div class="AutozoomImage"><img src="img/X-MAX 3_poster.png"/></div>
<div class="AutozoomImage"><img src="img/X-MAX3Poster.png"/></div>
</div>
<div class="IntroduceBoard" board="X-Plus 3">
<div class="AutozoomImage"><img src="img/X-Plus 3_poster.png"/></div>
<div class="AutozoomImage"><img src="img/X-Plus3Poster.png"/></div>
</div>
<div class="IntroduceBoard" board="X-smart 3">
<div class="AutozoomImage"><img src="img/X-smart 3_poster.png"/></div>
<div class="AutozoomImage"><img src="img/X-smart3Poster.png"/></div>
</div>
<div class="IntroduceBoard" board="Filaments">