You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calibration.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1034,6 +1034,14 @@ <h2>Fixing persistent dimensional accuracy after X/Y/Z steps per unit have been
1034
1034
<p>One final measure, that is the least desirable, is to design parts to be printed bigger or smaller to compensate. This is a band aid approach and falls apart very quickly once we print geometry designed by other people.</p>
Copy file name to clipboardExpand all lines: js/createform.js
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -340,15 +340,8 @@ var downloadGcodeHtml = /*html*/ `<h4>Download</h4>
340
340
<div class="octoprintExp">
341
341
<label>Configure Octoprint:</label>
342
342
<ul>
343
-
<li>Get API Key go to <b>User Settings > Application Keys</b> and manually generate new application key.</li>
344
-
<li>Enable CORS support by going to <b>OctoPrint Settings > API</b> and checking <b>Allow Cross Origin Resource Sharing (CORS)</b>. Restart afterwards</li>
345
-
<li>Restart afterwards</li>
346
-
</ul>
347
-
348
-
<label>Configure Moonraker if used with Klipper:</label>
349
-
<ul>
350
-
<li>As part of the <a href="https://moonraker.readthedocs.io/en/latest/configuration/#authorization">[authorization] config</a>
351
-
add to <b>cors_domains:</b> the <b><script>document.write(window.location.origin);</script></b>.</li>
343
+
<li>Login to your Octoprint</li>
344
+
<li>or get API Key go to <b>User Settings > Application Keys</b> and manually generate new application key.</li>
0 commit comments