discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Error exporting a angled rotate extrude to FreeCAd.

E
eZe
Thu, Feb 9, 2017 4:31 PM

Hello,

I updated openScad to 2016 because of the rotate_extrude( angle) parameter,
i use FreeCad to convert the design to .stp file. Here is what i encounter
as a problem please find the image below, It behave as af the angle command
was not given in FreeCad
http://forum.openscad.org/file/n20384/Capture1.png
http://forum.openscad.org/file/n20384/Capture.png . Is there a workaround
for this problem?

Thank you.

--
View this message in context: http://forum.openscad.org/Error-exporting-a-angled-rotate-extrude-to-FreeCAd-tp20384.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hello, I updated openScad to 2016 because of the rotate_extrude( angle) parameter, i use FreeCad to convert the design to .stp file. Here is what i encounter as a problem please find the image below, It behave as af the angle command was not given in FreeCad <http://forum.openscad.org/file/n20384/Capture1.png> <http://forum.openscad.org/file/n20384/Capture.png> . Is there a workaround for this problem? Thank you. -- View this message in context: http://forum.openscad.org/Error-exporting-a-angled-rotate-extrude-to-FreeCAd-tp20384.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Thu, Feb 9, 2017 6:09 PM

On Feb 9, 2017, at 11:31, eZe shashank.thapa@gmail.com wrote:

FreeCad […] behave as af the angle command was not given in FreeCad
Is there a workaround for this problem?

Please report this to FreeCad.

I can’t think of any smart workarounds, except not using features which are unsupported by FreeCad.

-Marius

> On Feb 9, 2017, at 11:31, eZe <shashank.thapa@gmail.com> wrote: > > FreeCad […] behave as af the angle command was not given in FreeCad > Is there a workaround for this problem? > Please report this to FreeCad. I can’t think of any smart workarounds, except not using features which are unsupported by FreeCad. -Marius
HL
Hans L
Fri, Feb 10, 2017 6:35 AM

You can try this attached userspace implementation, I've used it for
thingiverse customizer, which is on older version of OpenSCAD not
supporting angle parameter.

I don't know what freecad reports its openscad version as, so you can
replace the line "angleSupport = ..." with "angleSupport = false;" in
the attachment to ensure it uses the fallback operation.

On Thu, Feb 9, 2017 at 12:09 PM, Marius Kintel marius@kintel.net wrote:

On Feb 9, 2017, at 11:31, eZe shashank.thapa@gmail.com wrote:

FreeCad […] behave as af the angle command was not given in FreeCad
Is there a workaround for this problem?

Please report this to FreeCad.

I can’t think of any smart workarounds, except not using features which are unsupported by FreeCad.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

You can try this attached userspace implementation, I've used it for thingiverse customizer, which is on older version of OpenSCAD not supporting angle parameter. I don't know what freecad reports its openscad version as, so you can replace the line "angleSupport = ..." with "angleSupport = false;" in the attachment to ensure it uses the fallback operation. On Thu, Feb 9, 2017 at 12:09 PM, Marius Kintel <marius@kintel.net> wrote: >> On Feb 9, 2017, at 11:31, eZe <shashank.thapa@gmail.com> wrote: >> >> FreeCad […] behave as af the angle command was not given in FreeCad >> Is there a workaround for this problem? >> > Please report this to FreeCad. > > I can’t think of any smart workarounds, except not using features which are unsupported by FreeCad. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org