We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5329350 commit e3fb952Copy full SHA for e3fb952
main/page.js
@@ -219,7 +219,7 @@ ready(async function () {
219
timeRatio: 0.5, // ratio of material reduction to laser time. 0 = optimize material only, 1 = optimize laser time only
220
simplify: false,
221
dxfImportScale: "1",
222
- dxfExportScale: "72",
+ dxfExportScale: "1",
223
endpointTolerance: 0.36,
224
conversionServer: defaultConversionServer,
225
useSvgPreProcessor: false,
@@ -1409,7 +1409,7 @@ ready(async function () {
1409
});
1410
1411
var scale = config.getSync('scale');
1412
-
+
1413
if (dxf) {
1414
scale /= Number(config.getSync('dxfExportScale')); // inkscape on server side
1415
}
0 commit comments