MF
mike.fraser.1945+osc@gmail.com
Sun, Nov 24, 2024 12:43 PM
Are older nightly builds available? The “11.20” build seems broken.
-
Measure does not work from either the Design menu, the icon on the display pane or the “D” hotkey.
-
Many previously valid models are now getting: “WARNING: Object may not be a valid 2-manifold and may need repair!” when trying to render. Yet <Design><Check Validity> gives “Valid: Yes” to Console.
-
Rendering seems to take much longer 10x in some cases.
-
Some models have very light connections between components that fracture after printing with NO visible gap during preview or render. These previously printed successfully with no change to that portion of the model.
Are older nightly builds available? The “11.20” build seems broken.
* Measure does not work from either the Design menu, the icon on the display pane or the “D” hotkey.
* Many previously valid models are now getting: “WARNING: Object may not be a valid 2-manifold and may need repair!” when trying to render. Yet <Design><Check Validity> gives “Valid: Yes” to Console.
* Rendering seems to take much longer 10x in some cases.
* Some models have very light connections between components that fracture after printing with NO visible gap during preview or render. These previously printed successfully with no change to that portion of the model.
CK
Chun Kit LAM
Sun, Nov 24, 2024 12:48 PM
Are older nightly builds available? The “11.20” build seems broken.
Measure does not work from either the Design menu, the icon on the
display pane or the “D” hotkey.
Many previously valid models are now getting: “WARNING: Object may
not be a valid 2-manifold and may need repair!” when trying to
render. Yet <Design><Check Validity> gives “Valid: Yes” to Console.
Rendering seems to take much longer 10x in some cases.
Some models have very light connections between components that
fracture after printing with NO visible gap during preview or
render. These previously printed successfully with no change to
that portion of the model.
OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org
Please open an issue with minimal examples.
I think you can access the older snapshots by looking at CircleCI
artifacts
https://app.circleci.com/pipelines/github/openscad/openscad?branch=master
On 11/24/24 20:43, mike.fraser.1945+osc--- via Discuss wrote:
>
> Are older nightly builds available? The “11.20” build seems broken.
>
> *
>
> Measure does not work from either the Design menu, the icon on the
> display pane or the “D” hotkey.
>
> *
>
> Many previously valid models are now getting: “WARNING: Object may
> not be a valid 2-manifold and may need repair!” when trying to
> render. Yet <Design><Check Validity> gives “Valid: Yes” to Console.
>
> *
>
> Rendering seems to take much longer 10x in some cases.
>
> *
>
> Some models have very light connections between components that
> fracture after printing with NO visible gap during preview or
> render. These previously printed successfully with no change to
> that portion of the model.
>
>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email todiscuss-leave@lists.openscad.org
TP
Torsten Paul
Sun, Nov 24, 2024 3:28 PM
On 24.11.24 13:43, mike.fraser.1945+osc--- via Discuss wrote:
Are older nightly builds available? The “11.20” build seems broken.
On 24.11.24 13:43, mike.fraser.1945+osc--- via Discuss wrote:
> Are older nightly builds available? The “11.20” build seems broken.
Compared to what?
Did you update the configuration?
https://fosstodon.org/@OpenSCAD/113256867413539398
Otherwise:
https://files.openscad.org/snapshots/
also linked here:
https://openscad.org/downloads.html#priorreleases
ciao,
Torsten.
LM
Leonard Martin Struttmann
Sun, Nov 24, 2024 3:54 PM
Here's an example where Measure is not working for me on OpenSCAD version
2024.11.23 (git 50ca97a0b)
difference()
{
translate( [ 5, 5, 5 ])
cube(10);
cube(11);
}
Can someone corroborate this? Thanks.
On Sun, Nov 24, 2024 at 9:32 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
On 24.11.24 13:43, mike.fraser.1945+osc--- via Discuss wrote:
Are older nightly builds available? The “11.20” build seems broken.
Here's an example where Measure is not working for me on OpenSCAD version
2024.11.23 (git 50ca97a0b)
difference()
{
translate( [ 5, 5, 5 ])
cube(10);
cube(11);
}
Can someone corroborate this? Thanks.
On Sun, Nov 24, 2024 at 9:32 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
> On 24.11.24 13:43, mike.fraser.1945+osc--- via Discuss wrote:
> > Are older nightly builds available? The “11.20” build seems broken.
>
> Compared to what?
>
> Did you update the configuration?
> https://fosstodon.org/@OpenSCAD/113256867413539398
>
> Otherwise:
> https://files.openscad.org/snapshots/
>
> also linked here:
> https://openscad.org/downloads.html#priorreleases
>
> ciao,
> Torsten.
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
TP
Torsten Paul
Sun, Nov 24, 2024 4:08 PM
On 24.11.24 16:54, Leonard Martin Struttmann wrote:
Can someone corroborate this? Thanks.
Nope, works just fine.
- You have to enable Manifold as linked in the previous post
- Measurement works only with F6 mesh render, not F5 preview
See screenshot.
ciao,
Torsten.
On 24.11.24 16:54, Leonard Martin Struttmann wrote:
> Can someone corroborate this? Thanks.
Nope, works just fine.
1) You have to enable Manifold as linked in the previous post
2) Measurement works only with F6 mesh render, not F5 preview
See screenshot.
ciao,
Torsten.
LM
Leonard Martin Struttmann
Sun, Nov 24, 2024 4:12 PM
For me, measure works fine on a single cube, but does not with a difference
or a union.
On Sun, Nov 24, 2024, 10:08 Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
On 24.11.24 16:54, Leonard Martin Struttmann wrote:
Can someone corroborate this? Thanks.
Nope, works just fine.
- You have to enable Manifold as linked in the previous post
- Measurement works only with F6 mesh render, not F5 preview
See screenshot.
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
For me, measure works fine on a single cube, but does not with a difference
or a union.
On Sun, Nov 24, 2024, 10:08 Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
> On 24.11.24 16:54, Leonard Martin Struttmann wrote:
> > Can someone corroborate this? Thanks.
>
> Nope, works just fine.
>
> 1) You have to enable Manifold as linked in the previous post
> 2) Measurement works only with F6 mesh render, not F5 preview
>
> See screenshot.
>
> ciao,
> Torsten.
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
TP
Torsten Paul
Sun, Nov 24, 2024 4:17 PM
On 24.11.24 17:12, Leonard Martin Struttmann wrote:
For me, measure works fine on a single cube, but does not with a
difference or a union.
Strange, what Platforn is it?
My version is (first 2 lines of Help->Library Information):
OpenSCAD Version: 2024.11.23.nightly (git 50ca97a)
System information: Linux 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.11.5-1 (2024-10-27) x86_64 Debian GNU/Linux trixie/sid 20 CPUs 31.06
GB RAM
What's that info of your OpenSCAD?
ciao,
Torsten.
On 24.11.24 17:12, Leonard Martin Struttmann wrote:
> For me, measure works fine on a single cube, but does not with a
> difference or a union.
Strange, what Platforn is it?
My version is (first 2 lines of Help->Library Information):
OpenSCAD Version: 2024.11.23.nightly (git 50ca97a)
System information: Linux 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.11.5-1 (2024-10-27) x86_64 Debian GNU/Linux trixie/sid 20 CPUs 31.06
GB RAM
What's that info of your OpenSCAD?
ciao,
Torsten.
LM
Leonard Martin Struttmann
Sun, Nov 24, 2024 4:23 PM
OpenSCAD Version: 2024.11.23 (git 50ca97a0b)
System information: Microsoft Windows 11 (10.0.22631) x86_64 16 CPUs 15.77
GB RAM
User Agent: OpenSCAD/2024.11.23 (git 50ca97a0b) (Microsoft Windows 11
(10.0.22631) x86_64)
Compiler: GCC "13.2.0" 64bit
MinGW build: MingW64
Debug build: No
Boost version: 1_81
Also, manifold is not on the Feature page for me. How do I enable it?
[image: image.png]
On Sun, Nov 24, 2024 at 10:17 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
On 24.11.24 17:12, Leonard Martin Struttmann wrote:
For me, measure works fine on a single cube, but does not with a
difference or a union.
Strange, what Platforn is it?
My version is (first 2 lines of Help->Library Information):
OpenSCAD Version: 2024.11.23.nightly (git 50ca97a)
System information: Linux 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.11.5-1 (2024-10-27) x86_64 Debian GNU/Linux trixie/sid 20 CPUs 31.06
GB RAM
What's that info of your OpenSCAD?
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
OpenSCAD Version: 2024.11.23 (git 50ca97a0b)
System information: Microsoft Windows 11 (10.0.22631) x86_64 16 CPUs 15.77
GB RAM
User Agent: OpenSCAD/2024.11.23 (git 50ca97a0b) (Microsoft Windows 11
(10.0.22631) x86_64)
Compiler: GCC "13.2.0" 64bit
MinGW build: MingW64
Debug build: No
Boost version: 1_81
Also, manifold is not on the Feature page for me. How do I enable it?
[image: image.png]
On Sun, Nov 24, 2024 at 10:17 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
> On 24.11.24 17:12, Leonard Martin Struttmann wrote:
> > For me, measure works fine on a single cube, but does not with a
> > difference or a union.
>
> Strange, what Platforn is it?
>
> My version is (first 2 lines of Help->Library Information):
>
> OpenSCAD Version: 2024.11.23.nightly (git 50ca97a)
> System information: Linux 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian
> 6.11.5-1 (2024-10-27) x86_64 Debian GNU/Linux trixie/sid 20 CPUs 31.06
> GB RAM
>
> What's that info of your OpenSCAD?
>
> ciao,
> Torsten.
>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
TP
Torsten Paul
Sun, Nov 24, 2024 4:27 PM
On 24.11.24 17:23, Leonard Martin Struttmann via Discuss wrote:
Also, manifold is not on the Feature page for me. How do I enable it?
Quoting https://fosstodon.org/@OpenSCAD/113256867413539398
"Starting with nightly build 2024.09.28, the Manifold geometry backend
is no longer experimental: It’s now possible to choose between the two
geometry backends in Preferences->Advanced->3D Rendering->Backend."
ciao,
Torsten.
On 24.11.24 17:23, Leonard Martin Struttmann via Discuss wrote:
> Also, manifold is not on the Feature page for me. How do I enable it?
Quoting https://fosstodon.org/@OpenSCAD/113256867413539398
"Starting with nightly build 2024.09.28, the Manifold geometry backend
is no longer experimental: It’s now possible to choose between the two
geometry backends in Preferences->Advanced->3D Rendering->Backend."
ciao,
Torsten.
LM
Leonard Martin Struttmann
Sun, Nov 24, 2024 4:31 PM
OK, fold manifold. Enabled it, restarted OpenSCAD and Measure mostly works.
For this model, it does not measure to any line where the two cubes meet.
Is that a limitation?
[image: image.png]
On Sun, Nov 24, 2024 at 10:27 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
On 24.11.24 17:23, Leonard Martin Struttmann via Discuss wrote:
Also, manifold is not on the Feature page for me. How do I enable it?
OK, fold manifold. Enabled it, restarted OpenSCAD and Measure mostly works.
For this model, it does not measure to any line where the two cubes meet.
Is that a limitation?
[image: image.png]
On Sun, Nov 24, 2024 at 10:27 AM Torsten Paul via Discuss <
discuss@lists.openscad.org> wrote:
> On 24.11.24 17:23, Leonard Martin Struttmann via Discuss wrote:
> > Also, manifold is not on the Feature page for me. How do I enable it?
>
> Quoting https://fosstodon.org/@OpenSCAD/113256867413539398
>
> "Starting with nightly build 2024.09.28, the Manifold geometry backend
> is no longer experimental: It’s now possible to choose between the two
> geometry backends in Preferences->Advanced->3D Rendering->Backend."
>
> ciao,
> Torsten.
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>