Search found 40 matches

by nokian
Sun Oct 08, 2017 7:27 pm
Forum: Help on using FreeCAD
Topic: [solved] Part WB "Part_Slice" HowTo?
Replies: 3
Views: 777

Re: Part WB "Part_Slice" HowTo?

thank you
by nokian
Sun Oct 08, 2017 7:08 pm
Forum: Help on using FreeCAD
Topic: [solved] Part WB "Part_Slice" HowTo?
Replies: 3
Views: 777

[solved] Part WB "Part_Slice" HowTo?

EDIT: Question removed (It was about using https://www.freecadweb.org/wiki/Part_Slice)

SOLUTION:
1. Create a cube
2. Create a plane
3. Choose "Part Slice" in PartWB.

Apply DraftWB "Downgrade" twice.
by nokian
Sat Oct 07, 2017 10:36 pm
Forum: Help on using FreeCAD
Topic: OpenScad import: Unsupported Function r....
Replies: 15
Views: 3158

Re: OpenScad import: Unsupported Function r....

Next time I will look into the script before I ask. Do you know a workaround so I can use "projection(cut = false)"? Maybe a freecad function? I can't use other commands, as the OpenScad code is generated by another piece of code I can't edit. Somehow I have to deal with the "cut = fa...
by nokian
Sat Oct 07, 2017 6:34 pm
Forum: Help on using FreeCAD
Topic: OpenScad import: Unsupported Function r....
Replies: 15
Views: 3158

Re: OpenScad import: Unsupported Function r....

Similar bug using latest FC master: "Unsupported Function: projection" Code to test it out: hull () { linear_extrude (height=1, center=true){ projection (cut = false) { mirror ([1, 0, 0]) { mirror ([0, 1, 0]) { cylinder (h=2, r=20, center=true); } } } } } Error message in console: Linear E...
by nokian
Thu Jul 27, 2017 5:54 am
Forum: Open discussion
Topic: Feature request #2748 Add "Measure radial" to Std Measure Menu?
Replies: 23
Views: 5820

Re: Feature request: Add "Measure radial" to Std Measure Menu?

@Devs: What do you think about increasing the priority of this issue?
by nokian
Wed Jul 26, 2017 6:57 pm
Forum: Open discussion
Topic: Feature request #2748 Add "Measure radial" to Std Measure Menu?
Replies: 23
Views: 5820

Re: Feature request: Add "Measure radial" to Std Measure Menu?

May i add another request? Is it possible to add the measurement menu item as default everywhere? (It isn't even in the complete workbench...) Nice idea. Basically you are asking for a global master toolbar which is independent of the active workbench. ATM you have to add a custom toolbar to every ...
by nokian
Wed Mar 08, 2017 9:16 pm
Forum: Open discussion
Topic: AMF file format support?
Replies: 17
Views: 5557

Re: AMF file format support?

Seems to work properly.
Thanks Ian!
by nokian
Tue Feb 07, 2017 9:13 am
Forum: Open discussion
Topic: AMF file format support?
Replies: 17
Views: 5557

Re: AMF file format support?

Now that I searched for it I found some software capable of .amf import: Slic3r 1.2.9 MatterControl 1.6.2 Cura 2.4.0 does not support .amf import. You are right it was supported, but: "As long as there is no official AMF document (eg; They stop being so -damn- secretive about what they are doin...
by nokian
Mon Feb 06, 2017 7:17 pm
Forum: Open discussion
Topic: AMF file format support?
Replies: 17
Views: 5557

Re: AMF file format support?

Maybe we're misunderstanding each other - are you saying that you're interested in FreeCAD being able to export AMFs, but don't have any other program in mind to use the AMFs with? Yes I thought if .amf gets more popular for slicing in 3d printing it would be nice to already have FreeCAD support. I...
by nokian
Mon Feb 06, 2017 6:41 pm
Forum: Open discussion
Topic: AMF file format support?
Replies: 17
Views: 5557

Re: AMF file format support?

Great! Do you mean this branch? Is it a setting in the export file formats? https://github.com/ianrrees/FreeCAD_tinkering/tree/master What other software are people interested using AMFs with? I am not aware of any software at the moment but I could imagine there will be support in some slicing soft...