We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8caf5 commit e8f41c9Copy full SHA for e8f41c9
js/gcodeprocessing.js
@@ -308,9 +308,9 @@ function processGcode(formName) {
308
if(abl == 7){
309
gcode = gcode.replace(/;G29 ; probe ABL/, "G29 L2 ; Load the mesh stored in slot 1\nG29 J ; Probe 3 points to tilt mesh");
310
}
311
-
312
// firstlayer test square array
313
if(name == "firstlayerForm"){
+ var squares = "";
314
var originalSquare = firstlayer[nozzleLayer];
315
for(var i = 0; i <= 4; i++){
316
var square = "\n; square "+(i+1)+originalSquare;
0 commit comments