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 be7998c commit ab96532Copy full SHA for ab96532
README.md
@@ -65,7 +65,7 @@ import { addFonts } from "./openscad.fonts.js";
65
import { addMCAD } from "./openscad.mcad.js";
66
67
// Instantiate the application
68
-const instance = await OpenSCAD({ noInitialRun: true });
+const instance = await OpenSCAD();
69
70
// OPTIONAL: add fonts to the FS
71
addFonts(instance);
0 commit comments