-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Feature: dogbone fillets on ajoining surfaces #18
Open
voglster
wants to merge
2
commits into
skarab42:dev
Choose a base branch
from
voglster:pr-dogbone
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @voglster thanks for the PR I test it tomorrow. |
No problem, its my first ever PR.. still learning how to do it right. |
Hmmm I must have missed something merging every thing into 1 commit. I
will figure it out and update the pr.
…On Dec 8, 2016 2:14 AM, "Sébastien Mischler (aka skarab)" < ***@***.***> wrote:
Sorry but your PR break some things :
With dogbone = false : It lacks the tabs on the triangles (red arrows)
and adds to the Z frame where it should not (yellow arrows).
[image: dogbone_false]
<https://cloud.githubusercontent.com/assets/796149/21002462/3ffb7e8e-bd26-11e6-9705-5975b227d871.png>
With dogbone = true : Same as false plus all pockets and holes disappear
on the Z frame and on the Y carriage. [image: dogbone_true]
<https://cloud.githubusercontent.com/assets/796149/21002512/8ab99244-bd26-11e6-97a2-7a209de8fa13.png>
For comparison here is what it should look like :
[image: original]
<https://cloud.githubusercontent.com/assets/796149/21002543/ade9ac04-bd26-11e6-8eb2-7baae1be93c3.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAl2ra7rV43sntu4U2O2d5yT-vK-Oe_qks5rF7xlgaJpZM4LEcN2>
.
|
hmmm i see the missing ajoining surface... not sure how i missed that. ill
look into the pocket holes as well.
…On Fri, Dec 9, 2016 at 2:17 AM, Sébastien Mischler (aka skarab) < ***@***.***> wrote:
It's better, but there are still some mistakes.
dogbone = false -> All good.
dogbone = true -> It lacks two locations to be consistent (red arrows).
And it still lacks the pockets and holes in the Y carriage (red square).
[image: dogbone_true2]
<https://cloud.githubusercontent.com/assets/796149/21042179/31f9d810-bdf0-11e6-8ffc-c6c4891e8ecb.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAl2rZZXLxeP3UR5GJoJzxWYmPxnpZexks5rGQ6egaJpZM4LEcN2>
.
|
hey just letting you know I will be working on this.. just holidays got in the way |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2 New variables in the config:
cutter_size = 3.175 (this is the radius of the cutter)
dogbone = false (if we should render the dogbone fillets or not)
I tried my best to follow your formatting so it just flows. Squashed my commits into just 1 as well. Supercedes PR #17.