Skip to content

Commit

Permalink
cache the stand
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 21, 2023
1 parent 5f4f5a6 commit 841be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarcosCad.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ class cadGenMarcos implements ICadGenerator{
CSG spars
if(calibrationJigFile.exists()) {
println "Calibration Jig Exists "+calibrationJigFile.getAbsolutePath()
//makeCalibration=false
makeCalibration=false
spars = Vitamins.get(calibrationJigFile);
}
if(makeCalibration) {
Expand Down

0 comments on commit 841be85

Please sign in to comment.