Skip to content

Commit 77d81db

Browse files
committed
Merge branch 'rel-4.5' of github.com:GridSpace/grid-apps into rel-4.5
2 parents db042cc + 4320137 commit 77d81db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'docs-publish'
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ rel-* ]
55
paths:
66
- 'docs/**'
77
workflow_dispatch:

src/kiri/mode/cam/slice.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,8 @@ export async function holes(settings, widget, individual, rec, onProgress) {
751751
h.selected = (!individual && Math.abs(h.area - area) <= area * 0.05); // for same size selection
752752
})
753753

754-
console.log("unfiltered circles",circles);
755-
console.log("drills",drills);
754+
// console.log("unfiltered circles",circles);
755+
// console.log("drills",drills);
756756

757757
drills = drills.filter(drill => drill.depth > 0);
758758
widget.shadowedDrills = shadowedDrills;

0 commit comments

Comments
 (0)