FreeCAD Logo FreeCAD 1.0
  • English Afrikaans Arabic Belarusian Catalan Czech German Greek Spanish Spanish Basque Finnish Filipino French Galician Croatian Hungarian Indonesian Italian Japanese Kabyle Korean Lithuanian Dutch Norwegian Bokmal Polish Portuguese Portuguese Romanian Russian Slovak Slovenian Serbian Swedish Turkish Ukrainian Valencian Vietnamese Chinese Chinese
  • Features
  • Download
  • Blog
  • Documentation
    Documentation index Getting started Users documentation The FreeCAD manual Workbenches documentation Python coding documentation C++ coding documentation Tutorials Frequently asked questions Privacy policy About FreeCAD
  • Contribute
    How to help Sponsor Report a bug Make a pull request Jobs and funding Contribution guidelines Developers handbook Translations
  • Community
    Code of conduct Forum The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Calendar
  • ♥ Donate

Donate

$
SEPA Information
Please set up your SEPA bank transfer to:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Bank agency: BNP Paribas Fortis
Address: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Sandbox:Blocktomo

This is the sandbox for User:Blocktomo.

Summary :

  • #Improvements to Toothbrush Head Stand
  • d
  • d

Improvements to Toothbrush Head Stand

This text will go at the very end of the Toothbrush Head Stand tutorial, right after \"Export as a .STL\" section. «

to go further

You may have noticed that in the tutorial for the plate, it was laborious to repeat 4 times the action of setting the distance to the borders (20mm). A good practice would be to set it once and then duplicate it 3 times. We will look into this here.

What we will do is actually duplicate the sketch, the pad and the chamfer. We could also only duplicate the sketch using Array transform ((v1.0) ) and then Symmetry in the Sketcher Workbench.

The point is : we make only one custom sketch, and create replicas of this sketch, which will evolve with any changes applied to the original sketch.

First, save your document as a new document (File → Save As), in order to edit freely your model. Go back to Sketch001, and delete the four occurences of circles. Keep only one of them. We recommend in this tutorial to keep the top-left one.

[Screencapture of the sketch.]

Your sketch should still be fully constrained : the distances of the only circle to the borders are still 20 mm, and its radius 5mm.

Then, close the sketcher, and extrude this shape on 25 mm. This pad should logically be named \"Pad001\". If not, just remember the name you have.

Repeat the step described earlier consisting of applying a chamfer to the base of the pillar.

Then, in the tree view, select both Pad001 and Chamfer.

Open the PartDesign MultiTransform tool . It should look like this :

[ScreenCapture]

If not, check that you have indeed selected the pad and the chamfer.

Then, right-click again in the Transformations list, and select Add linear pattern. Set it to 40mm and two occurences, and click OK.

  • Here, however, the better practive would have been to use the constraints : enter the expression mode by first clicking in the spinbox for the length. A small blueish circular icon will appear at the right side. Clicking that icon opens in a new window the Formula editor where formulas and expressions can be entered. Enter this expression : {{LineEdit|<>.Constraints.length - 2*<>.Constraints.distanceToBorder}}, where distanceToBorder is the name we gave to the 20mm Horizontal Constraint in Sketch001. This way, if you decide to make your stand a rectangle instead of a square shape, by only changing the shape\'s \"length\" constraint, the linear pattern will also update itself.

[ScreenCapture of this example]

Next, Right-click again in the Transformations list and select linear pattern, and repeat the previous operation, along the Y-Axis this time.. [ScreenCapture of the second linear pattern being set, with the pillars having been duplicated already.]

Note : a mirrored transformation of the two pillars (with their chamfers) instead of the linear pattern would have worked too, but we would have to add reference lines so as to apply the mirro transformation in relation to the center of the sketch.

Why is this a good practice? Imagine you realise the radius of the pilars is simply to small. Using this method, you can change the sketch of the top left pillar and all pillars will change.

The same goes for setting formulas which rely on a sketche\'s constraints : by using this method, if you make your square shape into a larger rectangular shape, the pillars will continue to be repeated to the right distance. Try doing that, and compare the results using the first method described and the using the method with the Constraints.


⏵ documentation index > Sandbox:Blocktomo

This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/Sandbox_Blocktomo.md

Get in touch!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

© The FreeCAD Team. Homepage image credits (top to bottom): ppemawm, r-frank, epileftric, regis, rider_mortagnais, bejant.

This project is supported by: , KiCad Services Corp. and other sponsors

GitHubImprove this page on GitHub