build-dxf 0.1.133 → 0.1.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build.js +0 -2
package/package.json
CHANGED
package/src/build.js
CHANGED
|
@@ -22971,8 +22971,6 @@ class ThreeVJia extends Component {
|
|
|
22971
22971
|
angleCorrectionDxf.addEventListener("cadChange", async () => {
|
|
22972
22972
|
this.neededUpdate = true;
|
|
22973
22973
|
this.trajectory = angleCorrectionDxf.options.trajectory;
|
|
22974
|
-
const json = ThreeVJiaPipeline.appendPlaceHolders(this.toJson(), angleCorrectionDxf.options.publicInfo, angleCorrectionDxf.options.originalZ);
|
|
22975
|
-
console.log(json);
|
|
22976
22974
|
});
|
|
22977
22975
|
}
|
|
22978
22976
|
cacheJson;
|