Skip to content

Conversation

@markknol
Copy link

@markknol markknol commented Feb 10, 2026

OpenSCAD Playground Pull Request

Description

Adds option to switch between manual and automatic compilation.

image image

When manual compilation is enabled, a Build button appears on top (in single and side-by-side mode). You can also use CTRL-ENTER or F5 to build.

Single mode:
image
Side by side mode:
image

Is there a related Issue open?

Nope

What kind of change does this Pull Request provide?

Please check the relevant options:

  • Bug fix
  • Enhancement
  • Documentation
  • Other (please explain):

How can the changes of the Pull Request be tested?

Please describe the steps to test the changes, including any special or new setup required.

  1. Open the app
  2. Click the Settings icon in bottom right
  3. Switch between manual/automatic mode

Problem it solves: I'm trying to work with a bit complex model which takes a while to render. In that case it's nicer to compile on request rather than on every keyboard input. I had lot of "hangs" which requires me to refresh the browser, which required me to copy/paste to a notepad just in case it lost the code on the required refresh. Those were because of refactorings, which cause errors/loops that kind of make sense; if I rename a function fn1 to fn2, but didnt update its usage, the rendering can get stuck.

Thanks for making this app. I like the online version more than the actual app, mostly because of how you can change camera to the object more naturally. I use it to prototype then render in the actual app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant