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
<p>You may wish to stop the print early if it is clear extrusion has ceased or become unreliable. This may prevent the need for disassembly of the extruder to clear the blockage.</p>
Copy file name to clipboardExpand all lines: js/createform.js
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -471,16 +471,8 @@ var downloadGcodeHtml = /*html*/ `<h4>Download</h4>
471
471
<div class="octoprintExp">
472
472
<label>Configure Octoprint:</label>
473
473
<ul>
474
-
<li>Get API Key go to <b>User Settings > Application Keys</b> and manually generate new application key.</li>
475
-
<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>
476
-
<li>Restart afterwards</li>
477
-
</ul>
478
-
479
-
<label>Configure Moonraker if used with Klipper:</label>
480
-
<ul>
481
-
<li>As part of the <a href="https://moonraker.readthedocs.io/en/latest/configuration/#authorization">[authorization] config</a>
482
-
add to <b>cors_domains:</b> the <b><script>document.write(window.location.origin);</script></b>.</li>
483
-
<li>Restart afterwards</li>
474
+
<li>Login to your Octoprint from this browser</li>
475
+
<li>Or get API Key from <b>User Settings > Application Keys</b></li>
0 commit comments