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
<pclass="warning">This gcode will raise the acceleration limits (<ahref="https://marlinfw.org/docs/gcode/M201.html" target="_blank">M201</a>), set acceleration (<ahref="https://marlinfw.org/docs/gcode/M204.html" target="_blank">M204</a>) and set junction deviation/jerk (<ahref="https://marlinfw.org/docs/gcode/M205.html" target="_blank">M205</a>) for the purposes of the test. If you print another job afterwards these higher values will still be in place. If you are unsure how to restore your previous values, the easiest thing to do is to power cycle the printer.</p>
Copy file name to clipboardExpand all lines: js/createform.js
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,13 @@ var endGcode = /*html*/ `<h4>Additional end gcode</h4>
457
457
458
458
varpreview=/*html*/`<p>It is advised to preview the generated gcode through your slicer or <a href="http://zupfe.velor.ca" target="_blank">Zupfe GCode Viewer</a> before printing.`;
string+="G-Code originally generated by Simplify3D(R) Version 4.1.2\nThis calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html\n";
627
603
string+="All changes are marked in the gcode with 'custom' at the end of each line. Open the gcode in a text editor and search for this to your check inputs if needed.\n\n";
628
604
@@ -720,6 +696,32 @@ function outputSettings(formName) {
720
696
string+=" B | "+formName.accel_b1.value+" mm/sec/sec | "+formName.accel_b4.value+"\n";
721
697
string+=" A | "+formName.accel_a1.value+" mm/sec/sec | "+formName.accel_a4.value+"\n";
0 commit comments