help on sheet metal script

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
shaise
Posts: 486
Joined: Thu Jun 11, 2015 8:11 am

Re: help on sheet metal script

Post by shaise »

UR_ wrote: Sat Oct 20, 2018 5:31 pm Are there any news on merging this :?:
All new features are now merged.

shai
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: help on sheet metal script

Post by Kunda1 »

Awesome! Is there organized documentation somewhere beside this thread?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
shaise
Posts: 486
Joined: Thu Jun 11, 2015 8:11 am

Re: help on sheet metal script

Post by shaise »

not for the new features
User avatar
easyw-fc
Veteran
Posts: 3633
Joined: Thu Jul 09, 2015 9:34 am

Re: help on sheet metal script

Post by easyw-fc »

shaise wrote: Thu Nov 01, 2018 8:58 am All new features are now merged.

shai
Hi @shaise,
have you merged also latest @ulrich1a code?
I cannot see it in latest SM WB.
ulrich1a wrote: Sat Sep 22, 2018 5:16 pm I have updated my script on https://github.com/ulrich1a/sheet_ufo
It produces now profiles, bend lines and labels in Visgroups. These Visgroups can be exported into an Autodesk DXF 2D format and go there into respective layers. Although the export of the text into DXF does still not work due to a bug in the exporter but is maybe also not necessary.
A spreadsheet with the bend data: radius, bend direction and k-factor is generated.

Ulrich
https://forum.freecadweb.org/viewtopic. ... 00#p257892
User avatar
shaise
Posts: 486
Joined: Thu Jun 11, 2015 8:11 am

Re: help on sheet metal script

Post by shaise »

easyw-fc wrote: Tue Nov 06, 2018 6:44 am Hi @shaise,
have you merged also latest @ulrich1a code?
I cannot see it in latest SM WB.
I plan to do that next! ;)
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: help on sheet metal script

Post by NormandC »

Kunda1 wrote: Thu Nov 01, 2018 9:49 am Awesome! Is there organized documentation somewhere beside this thread?
I just found this. These new sketch-based features are fantastic. The problem is, their discoverability factor is nil. There is no chance an end user will know about them without seeing this forum topic.

I understand it might be complicated to implement, but it would be desirable for the sketch-based wall and guided wall to have their own separate buttons in the SheetMetal toolbar, so that the user does not need to create a simple bend first, then add the sketch to it. It would also be great if the Bend feature claimed the Sketch in the Model tree, so that it looks like:

Code: Select all

Bend
  |__ Sketch
In any case, I think the Sheet Metal add-on deserves a "full-fledged" documentation. I'm willing to help make it happen. The thing I'm pondering, should it be hosted as wiki to shaise's Github repo, or hosted directly in the FreeCAD wiki? There's already a SheetMetal Workbench wiki page on which I put in some work last summer.

The advantage of a SM documentation included in the FreeCAD wiki is that it could be translated in other languages. We could have separate command pages for each tool. It seems that the "WhatsThis?" protocol works with SM tools, so if we create command pages for the SM tools on the wiki, the Image Std WhatsThis tool would open the appropriate page when the FC documentation is next built (maybe even for v0.18 release). I think it would be pretty cool! :)

I believe Yorik already said he was in favor of including external workbench stuff in the FC wiki.

yorik wrote:ping
What do you think?
User avatar
shaise
Posts: 486
Joined: Thu Jun 11, 2015 8:11 am

Re: help on sheet metal script

Post by shaise »

I definitely agree there should be more buttons for sketch based bends,
There is another PR pending by jaisejames, with more features I need to look at.
Hopefully I will have time soon.
Regarding documentation I vote for FreeCAD wiki.

shai
User avatar
NormandC
Veteran
Posts: 18589
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: help on sheet metal script

Post by NormandC »

Okay, I had already come to the same conclusion anyway. I've found that command pages for external workbenches already exist in the wiki.

@yorik sorry for the noise :D
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

Re: help on sheet metal script

Post by jaisejames »

Experimenting forming tool.
.
.
forming tool.png
forming tool.png (37.18 KiB) Viewed 1270 times
Attachments
SheetMetalFormingCmd.py
(11.82 KiB) Downloaded 59 times
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: help on sheet metal script

Post by Jee-Bee »

nice!!
Post Reply