-
Notifications
You must be signed in to change notification settings - Fork 7
Unresponsive 0.0.2 #26
Comments
Hi again @delaneyj ! |
I will take your project for a spin after work to see if there is anything obvious that I can find |
Yeah I've been extensively using the debugger. If you change the package.json to |
I updated my example now corexy fails at well. Interestingly I have a debugger call right at the beginning that doesn't get hit (or I'm missing because dev tools isn't the default and may miss the window). Can't tell if its a jsdesktop or core openjscad issue. I also tried changing the default resolution with no effect. |
Hi again @delaneyj !
|
There is still something breaking when specifying those dimensions in main() for coreXY btw, it has me stumped : I narrowed it down to let belt = union() failing silently ? |
@delaneyj sorry but found the solution : pass the inputs to union as an array
and its MUCH faster than without it : |
Way better! I had it working enough to make more changes, but back to weird state. Wish a knew more to know how to debug this. pull my project to see changes. |
Have a project that has not changed over the last 3 days. After pulling latest (0.0.2) I get a
processing please wait
indefinitely. My design isn't that complicated yet and on a Nvidia GTX1080. Not sure what changed but maybe timeouts or reducing the default polys in the UI is necessary.The text was updated successfully, but these errors were encountered: