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: js/createform.js
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,13 @@ var endGcode = /*html*/ `<h4>Additional end gcode</h4>
326
326
327
327
varpreview=/*html*/`<p>It is advised to preview the generated gcode through your slicer or <a href="http://gcode.ws/" target="_blank">Gcode.ws</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";
579
555
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";
580
556
if(formName.psuon.checked==true){
@@ -653,6 +629,32 @@ function outputSettings(formName) {
653
629
string+=" B | "+formName.accel_b1.value+" mm/sec/sec | "+formName.accel_b4.value+"\n";
654
630
string+=" A | "+formName.accel_a1.value+" mm/sec/sec | "+formName.accel_a4.value+"\n";
0 commit comments