spainright.blogg.se

Freecad github
Freecad github











freecad github
  1. Freecad github how to#
  2. Freecad github update#
  3. Freecad github code#
freecad github

  • Setting miter angle now works with unfold command.
  • Double clicking on a bent in the tree view, brings a dialog to select different faces (good when editing the base object breaks the bend, and new faces need to be selected).
  • Add relief shape selection (rounded or flat).
  • Add bend extension to make the bended wall wider.
  • V0.1.20 : (Thank you for all these new features!!).
  • V0.1.21 : Fixed back negative bend angles, restrict miter to +/- 80 degrees.
  • Thank you New feature: K-Factor foe unfolding is now editable.
  • New feature: Generate unfold sketch with folding marks.
  • Thank you V0.1.31 : Support ellipses and parabolas, Try standard sketch conversion first
  • V0.1.32 : New feature: Option to separately unfold bends.
  • V0.1.40 : Merge Ulrich's V20 unfolder script - supports many more sheet metal cases and more robust.
  • V0.2.00 : Make SheetMetal compatible with Python 3 and QT 5.
  • Support separate color for bend lines (issue #41).
  • Fix bug when not generating sketch (issue #42).
  • V0.2.02 : Add color selection for unfold sketches (issue #41).
  • V0.2.03 : Merge PR: Add separate color for inner sketch lines.
  • Added Material Inside, thk inside, Offset options.
  • V0.2.10 : Merge new features by Thank you!.
  • V0.2.20 : Added sheetmetal generation from base wire by Thank you!.
  • V0.2.30 : Added Fold-on-sketch-line tool by Thank you!.
  • V0.2.31 : Added better K factor control by Thank you!.
  • Freecad github update#

    V0.2.32 : Python 3.8 update by Thank you!.V0.2.33 : Fix bend radius bug on sketch bends.V0.2.34 : Rename "my commands" context menu to sheet metal.V0.2.40 : Added added tools for conversion of solid corners to sheetmetal by Thank you!.V0.2.42 : Added Engineering UX Mode by Thank you!.V0.2.43 : Added corner feature and map sketch to cut openings by Thank you!.V0.2.44 : Added extend feature by Thank you!.V0.2.45 : Added punch tool feature by Thank you!.

    Freecad github code#

    V0.2.46 : Small bug fixes and code clean by Thank you!.V0.2.47 : Add translation support by Thank you!.V0.2.49 : Add SubShapeBinder as source by Thank you!.Add Length Spec feature to set adaptive flange lengths by Fix smExtrude for cylindrical connecting faces by Fix Face.UseSubstraction typo by V0.2.50 : Moved 'Drawing' to 'TechDraw' for FC0.21 compatibility.Thank you V0.2.51 : Several fixes and new features: Thank you all! Make unfolder work with counter bore holes by Fix typos by V0.2.58 : respect 'midplane' and 'reverse' options by V0.2.57 : Fix unfold issue with compound holes by V0.2.56 : Fix issue #206 (object color changes by every sheetmetal command) by V0.2.55 : Add more backward compatibility to pr #242 by V0.2.54 : Fix version 20 compatibility with pr #242 by V0.2.53 : Fix getBendetail and smExtrude for non-planar connecting faces by V0.2.52 : Better fix for the UseSubtraction issue. Add dxf/svg export option to unfolder + fix unfolding issue by V0.2.61 : Add option to link all bend radii to base bend radius by V0.2.60 : Improved unfolding script to better handle chamfers by [ V0.2.59 : Make unfolder sketch work with linkstage version by Fix refine function when multiple edges selected V0.2.63 : Fix further unfolding issue by V0.2.62 : Add translation support + Portuguese translation by Enzweiler].FreeCAD Forum announcement/discussion thread.Starting from FreeCAD 0.17 it can be installed via the Addon Manager (from Tools menu) References

    Freecad github how to#

    Select enabled in Engineering UX Mode field.įor installation and how to use, please visit:."Engineering mode" is a safer UX mode for production environments. In engineering mode, such "non-visually-inspectable" values are not assigned with default values and explicit user input is required. Some sort of parameters effect the fabrication process but are impossible to inspect visually, such as K-factor, which makes them susceptible to go unnoticed until the actual erroneous production took place. Use "Unfold Task Panel" to assign the material sheet. if inner radius is 1.64mm and material thickness is 2mm then Radius / Thickness = 1.64/2 = 0.82 so 0.38 will be used as the K-factor. Radius / Thickness means Radius over Thickness.Possible values for K-factor is K-factor (ANSI) or K-factor (DIN).The cell names are case/space sensitive.Sharing the same material definition for multiple objectsĬreate a spreadsheet with the name of material_foo with the following content (see this table): Radius / Thickness.Different K-factor values to be used for each bend in your model.You can use a Spreadsheet object to declare K-factor values inside the project file permanently. You can find a simple calculator in tools/calc-unfold.py. ( Based and inspired by Javier Martínez's codeĬopyright 2014 by Ulrich Brammer AKA Wiki at FreeCad Terminology Sheetmetal Workbench definitionsĪs a simple test case, consider the following example: A simple sheet metal tools workbench for FreeCAD













    Freecad github