Hi.
I've added support for seeing your models in 3D with red/cyan colored 3D
glasses to OpenSCAD. There's a more complete write-up and binaries at
https://github.com/koendv/openscad-raspberrypi
best,
koen
Hi Koen
You are awesome. It's something I have thought about several times. I even
experimented with side-by-side 3D and got sort of OK results...
I can't wait to try this! (But I have to as there is thankfully a lot of
work on right now!)
Cheers,
Alex Gibson
admg consulting
edumaker limited
. Project management
. Operations & Process improvement
. 3D Printing
-----Original Message-----
From: Discuss [mailto:discuss-bounces@lists.openscad.org] On Behalf Of Koen
De Vleeschauwer
Sent: 09 March 2021 08:02
To: discuss@lists.openscad.org
Subject: [OpenSCAD] OpenSCAD with 3D Glasses
Hi.
I've added support for seeing your models in 3D with red/cyan colored 3D
glasses to OpenSCAD. There's a more complete write-up and binaries at
https://github.com/koendv/openscad-raspberrypi
best,
koen
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
--
This email has been checked for viruses by AVG.
https://www.avg.com
D!ng!
Can we have this in the official release, too?
Please?
Pretty Please?
Trygve
Den 9. mars 2021 kl. 09.01.42 +01.00 skrev Koen De Vleeschauwer koen@kdvelectronics.eu:
Hi.
I've added support for seeing your models in 3D with red/cyan colored 3D
glasses to OpenSCAD. There's a more complete write-up and binaries at
https://github.com/koendv/openscad-raspberrypi
best,
koen
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
+1 for this.
Alex Gibson
admg consulting
edumaker limited
· Project management
· Operations & Process improvement
· 3D Printing
From: Discuss [mailto:discuss-bounces@lists.openscad.org] On Behalf Of trygve@totallytrygve.com
Sent: 09 March 2021 10:42
To: OpenSCAD general discussion
Subject: Re: [OpenSCAD] OpenSCAD with 3D Glasses
D!ng!
Can we have this in the official release, too?
Please?
Pretty Please?
Trygve
Den 9. mars 2021 kl. 09.01.42 +01.00 skrev Koen De Vleeschauwer koen@kdvelectronics.eu:
Hi.
I've added support for seeing your models in 3D with red/cyan colored 3D
glasses to OpenSCAD. There's a more complete write-up and binaries at
https://github.com/koendv/openscad-raspberrypi
best,
koen
OpenSCAD mailing list
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
https://www.avg.com/internet-security AVG logo
This email has been checked for viruses by AVG antivirus software.
www.avg.com https://www.avg.com/internet-security
This probably has been discussed here but I can't find it, sorry.
I want to make a hex hole for a nut. I thought just set $fa of a
cylinder for 6 sides. Works great. However my project has $fn=100 and
that over rides it. I need $fn=100 for the rest of it. I tried making it
an external module but that still gets over written. Is there some way
to define just that one thing different?
thanks
Lee
You can pass $fn = 6 as an argument to cylinder, e.g.:
$fn = 100;
cylinder(10, 10, 10, $fn=6);
translate([20, 10, 0])
cylinder(10, 10, 10);
[image: Screenshot_20210309_115813.png]
On Tue, 9 Mar 2021 at 11:51, Lee A 683lee@337lee.com wrote:
This probably has been discussed here but I can't find it, sorry.
I want to make a hex hole for a nut. I thought just set $fa of a
cylinder for 6 sides. Works great. However my project has $fn=100 and
that over rides it. I need $fn=100 for the rest of it. I tried making it
an external module but that still gets over written. Is there some way
to define just that one thing different?
thanks
Lee
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
kdv wrote
I've added support for seeing your models in 3D with red/cyan colored 3D
glasses to OpenSCAD.
Thanks
I will swear I tried that yesterday and it didn't work. Don't know what
happened but it works now.
Lee
On 3/9/2021 5:58 AM, Will Hardiman wrote:
You can pass $fn = 6 as an argument to cylinder, e.g.:
$fn = 100;
cylinder(10, 10, 10, $fn=6);
translate([20, 10, 0])
cylinder(10, 10, 10);
Screenshot_20210309_115813.png
On Tue, 9 Mar 2021 at 11:51, Lee A <683lee@337lee.com
mailto:683lee@337lee.com> wrote:
This probably has been discussed here but I can't find it, sorry.
I want to make a hex hole for a nut. I thought just set $fa of a
cylinder for 6 sides. Works great. However my project has $fn=100 and
that over rides it. I need $fn=100 for the rest of it. I tried
making it
an external module but that still gets over written. Is there
some way
to define just that one thing different?
thanks
Lee
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
<http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org