kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Changed first xy move to G0 to avoid laser on issues
rodzic
b791f92e04
commit
9cfda3ea1f
|
|
@ -128,7 +128,7 @@ function startFromHere(lineNumber) {
|
|||
}
|
||||
}
|
||||
|
||||
var GcodeLineXYA = "G1" + lineX + lineY + lineA + lineFmax
|
||||
var GcodeLineXYA = "G0" + lineX + lineY + lineA + lineFmax
|
||||
var GcodeLineZDown = "G1" + lineZm + lineFmin
|
||||
|
||||
var resumeFileTemplate = `
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue