mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
@ -308,9 +308,9 @@ function processGcode(formName) {
|
|||||||
if(abl == 7){
|
if(abl == 7){
|
||||||
gcode = gcode.replace(/;G29 ; probe ABL/, "G29 L2 ; Load the mesh stored in slot 1\nG29 J ; Probe 3 points to tilt mesh");
|
gcode = gcode.replace(/;G29 ; probe ABL/, "G29 L2 ; Load the mesh stored in slot 1\nG29 J ; Probe 3 points to tilt mesh");
|
||||||
}
|
}
|
||||||
|
|
||||||
// firstlayer test square array
|
// firstlayer test square array
|
||||||
if(name == "firstlayerForm"){
|
if(name == "firstlayerForm"){
|
||||||
|
var squares = "";
|
||||||
var originalSquare = firstlayer[nozzleLayer];
|
var originalSquare = firstlayer[nozzleLayer];
|
||||||
for(var i = 0; i <= 4; i++){
|
for(var i = 0; i <= 4; i++){
|
||||||
var square = "\n; square "+(i+1)+originalSquare;
|
var square = "\n; square "+(i+1)+originalSquare;
|
||||||
|
Reference in New Issue
Block a user