Search found 117 matches

by roivai
Sun May 27, 2018 7:05 pm
Forum: Path/CAM
Topic: two glitches in simulator
Replies: 3
Views: 886

Re: two glitches in simulator

by roivai
Wed May 23, 2018 5:55 pm
Forum: Path/CAM
Topic: Ramp entry (helix) too steep
Replies: 26
Views: 5120

Re: Ramp entry (helix) too steep

The term "IgnoreAbove" probably carries little meaning unless the user already understands the shorthand notation. If I understand the logic, then "BeginAtStartDepth" might be a bit clearer. Good suggestion. Actually, I went even further and called them UseStartDepth and Dressup...
by roivai
Tue May 22, 2018 8:03 pm
Forum: Path/CAM
Topic: rml containing curves runs incorrectly on Roland MDX-40A
Replies: 2
Views: 985

Re: rml containing curves runs incorrectly on Roland MDX-40A

I spent a few minutes looking at this.. I don't have any experience in Roland machines or that control language. Wow, what a language. :) But I may have a clue about what is going on. Two things: First, there is no support for arc movements in the language, so the post processor tries to split them ...
by roivai
Tue May 22, 2018 7:35 pm
Forum: Path/CAM
Topic: Ramp entry (helix) too steep
Replies: 26
Views: 5120

Re: Ramp entry (helix) too steep

Here's the commit: https://github.com/pekkaroi/FreeCAD/commit/cd2947f7f31f0a5f33194ccc58ca8bde0a25a53f So now the dressup contains new parameters IgnoreAbove (true/false) and IgnoreAboveDepth. (Please, come up with better names). The IgnoreAboveDepth is set to the start depth of the base op when the...
by roivai
Tue May 22, 2018 12:35 pm
Forum: Path/CAM
Topic: Ramp entry (helix) too steep
Replies: 26
Views: 5120

Re: Ramp entry (helix) too steep

Hi roivai, looks good! Did you change the behavior of the first round only by the helical ramp or at every ramp style? I changed all the ramp/helix entry methods. `PathDressup.baseOp` is what you're looking for - although, it might not be what the user wants. There might be dressups that have speci...
by roivai
Mon May 21, 2018 8:04 pm
Forum: Path/CAM
Topic: Ramp entry (helix) too steep
Replies: 26
Views: 5120

Re: Ramp entry (helix) too steep

Would that address the steepness issue? I think it would. I tried that out and it works quite OK (based on the paths shown here, no actual machining or even simulation tried..) So I added a parameter to the dressup to ignore movements above start depth of the base object. To test I created a helix ...
by roivai
Sun May 20, 2018 12:34 pm
Forum: Path/CAM
Topic: Ramp entry (helix) too steep
Replies: 26
Views: 5120

Re: Ramp entry (helix) too steep

Hi, The ramp/helix dressup is quite dummy. The helix algorithm simply looks for a straight down non-rapid movement and a closed loop of constant-Z movement after that. If such condition is found, it is replaced with a helix covering the depth of the original Z depth. So because the original operatio...
by roivai
Sun May 06, 2018 5:19 am
Forum: Path/CAM
Topic: Multiline preamble for post processors
Replies: 0
Views: 645

Multiline preamble for post processors

Hi, I don't know if this question would be for the GUI design or Path, but anyway, I tried to modify the preamble argument for LinuxCNC post processor. The default, according to the source code is "G17\nG90". I'd like to add one more line to that, but it appears that if I try to write to t...
by roivai
Sat Apr 07, 2018 3:07 pm
Forum: Path/CAM
Topic: dressup minor issues
Replies: 19
Views: 3058

Re: dressup minor issues

Hmm, seems that I'm late for this party.. Here's the commit, but I suppose the release has been done already?
https://github.com/pekkaroi/FreeCAD/com ... 545ac486aa
by roivai
Thu Apr 05, 2018 7:56 pm
Forum: Path/CAM
Topic: dressup minor issues
Replies: 19
Views: 3058

Re: dressup minor issues

OK, I'll try to make a pull request during next weekend.