Search found 2995 matches

by sliptonic
Fri Nov 24, 2017 5:43 pm
Forum: Path/CAM
Topic: Units for feedrate
Replies: 52
Views: 12398

Re: Units for feedrate

JoshM wrote: Fri Nov 24, 2017 5:27 pm
A I misreading or did you reverse units in restating.
Doh!
by sliptonic
Fri Nov 24, 2017 4:33 pm
Forum: Path/CAM
Topic: Units for feedrate
Replies: 52
Views: 12398

Re: Units for feedrate

I don't know if this is @ChrisWeasley's problem but it might be confusing for others: Regardless of what you have set in your unit preferences or which post processor you're using, if you use the 'inspect Gcode' tool on the toolbar, you see the gcode in native mm/s units. If you set the units in pre...
by sliptonic
Fri Nov 24, 2017 4:20 pm
Forum: Path/CAM
Topic: Version 0.17 release is near
Replies: 23
Views: 5120

Re: Version 0.17 release is near

It appears that FC version 0.17 is about to be frozen and released. https://forum.freecadweb.org/viewtopic.php?f=10&t=25486#p200758 I saw Werner's message too. 0.17 has been a long time coming but now it's getting close so we should get ready. Since Gene got the ball rolling with a conversation...
by sliptonic
Thu Nov 23, 2017 5:52 pm
Forum: Path/CAM
Topic: Tool-Controller Slotcutter?
Replies: 14
Views: 2520

Re: Tool-Controller Slotcutter?

* Do we need special OPs for slot cutters? * Does the exit/safety strategy of every op need to be determined by the tool? And also - most machines wants to do a homing cycle when reset, which typically starts again with UP ... how does this work in the presence of a slot cutter? The question I have...
by sliptonic
Wed Nov 22, 2017 3:25 pm
Forum: Open discussion
Topic: Roadmap toward 0.17 Release
Replies: 33
Views: 6387

Re: Roadmap toward 0.17 Release

I don't think this is an issue for Path wb at all. There's only a handful of feature issues in the tracker and they can all be moved to 0.18. However, development of features without an identified issue is likely to continue until a feature freeze is declared. A signal from the primary devs is neede...
by sliptonic
Tue Nov 21, 2017 7:52 pm
Forum: Path/CAM
Topic: Create whole pocket, when pocket has another pocket
Replies: 9
Views: 1011

Re: Create whole pocket, when pocket has another pocket

realthunder noted in another thread that he had never been able to make spiral work right.

I suggest that if we get close to a 0.17 release, we disable that method entirely.
by sliptonic
Thu Nov 16, 2017 8:27 pm
Forum: Python scripting and macros
Topic: suppress warning on dxf import
Replies: 5
Views: 738

Re: suppress warning on dxf import

Yes, I'm using the join. The file I've attached is the one I've been testing with. I found it on cnccookbook as an example of a properly formatted dxf file for cnc cutting. It's scaled for inches but that shouldn't matter. I'm importing as mm. The results I get from legacy with join are good. It's q...
by sliptonic
Tue Nov 14, 2017 2:16 pm
Forum: Python scripting and macros
Topic: suppress warning on dxf import
Replies: 5
Views: 738

Re: suppress warning on dxf import

Fixed in 0b33f977f . The message won't be displayed anymore in no-gui mode Awesome! Thanks yorik. BTW, I'm using the legacy importer because the C++ importer is so much slower. The tooltip in preferences says it's faster but that's not my experience. I'm finding legacy to be almost 10X faster for t...
by sliptonic
Mon Nov 13, 2017 4:26 pm
Forum: Python scripting and macros
Topic: suppress warning on dxf import
Replies: 5
Views: 738

suppress warning on dxf import

I'm using the legacy dxf importer in a script and I have the 'join geometry' option turned on. For certain DXF files, I get this warning message displayed on the screen. reinforce.png However, if I'm running my script in a terminal, it just fails. Is there an option or command line parameter to supp...
by sliptonic
Fri Nov 10, 2017 7:39 pm
Forum: Path/CAM
Topic: Units for feedrate
Replies: 52
Views: 12398

Re: Units for feedrate

The freecad default unit schema for velocity is (millimeters per second) mm/s. Most CNC controllers expect mm/min. So either make sure you're entering mm/s or change your unit schema in preferences to "metric small parts & cnc"