Search found 45 matches

by marmni
Sat Aug 12, 2023 9:20 pm
Forum: Help on using FreeCAD
Topic: How run a Python script to do this in Freecad
Replies: 4
Views: 462

Re: How run a Python script to do this in Freecad

Hi,
there is an easier way - activate PCB workbench and select "Layer Settings".
pcb_layers.png
pcb_layers.png (49.51 KiB) Viewed 291 times
by marmni
Mon Feb 24, 2020 4:31 pm
Forum: Developers corner
Topic: Translating external workbenches
Replies: 58
Views: 19647

Re: Translating external workbenches

Hi, "Can we please figure out why translations aren't working for external workbenches?" I was able to load translation for PCB WB. Put FreeCADGui.addLanguagePath("") just after Initialize() def. def Initialize(self): FreeCADGui.addLanguagePath(":/data/translations") .....
by marmni
Wed Jan 29, 2020 10:47 pm
Forum: Developers corner
Topic: [Robot] Status of WB and Edge2Trac orientation
Replies: 9
Views: 2328

Re: [Robot] Status of WB and Edge2Trac orientation

Hi, I'm a robot programmer (I know Robcad and Process Simulate) and in my opinion it is possible to implement some solutions from them in current robot WB. https://www.youtube.com/watch?v=yYItVIBwwd8 However, I think that Robot WB should based on assembly/kinematics workbenches (this is how it works...
by marmni
Mon Nov 04, 2019 4:58 pm
Forum: Developers corner
Topic: App::PropertyFloatConstraint loose max/step parameters after reloading file
Replies: 0
Views: 568

App::PropertyFloatConstraint loose max/step parameters after reloading file

Hi, I have an object with parameter Thickness - type PropertyFloatConstraint class PCBboardObject: def __init__(self, obj): obj.addProperty("App::PropertyFloatConstraint", "Thickness", "PCB", "Thickness").Thickness = (1.6, 0.5, 10, 0.5) obj.Proxy = self PCBboa...
by marmni
Thu Oct 31, 2019 7:22 pm
Forum: Forum po polsku
Topic: kaktusowy model kontrolera Yahboom.
Replies: 12
Views: 3862

Re: kaktusowy model kontrolera Yahboom.

Skoro robisz płytki w eagle to chyba zamiast je ręcznie "kopiować" do freecada łatwiej je będzie po prostu zaimportować ;). https://github.com/marmni/FreeCAD-PCB - chwilowo nie wszystko jeszcze działa z wersją 0.18 (wersja 0.16 jest preferowana). Wszystkie płytki pcb z poniższego zdjęcia s...
by marmni
Mon Feb 15, 2016 8:07 pm
Forum: Forum po polsku
Topic: Ostre wgłębienie
Replies: 2
Views: 2783

Re: Ostre wgłębienie

Witam, odnosząc się do przykładu ze zdjęcia powyżej możesz - wpierw zaprojektować sobie literę i wykonać na niej fazowania a następnie używają operacji Make a cut of two shapes (Part) "odjąć" z obiektu bazowego - albo zaprojektować sobie literę następnie używają operacji Make a cut of two ...
by marmni
Sat Feb 13, 2016 10:24 pm
Forum: Help on using FreeCAD
Topic: Problem with STEP files, colors and Ray Tracing WB
Replies: 28
Views: 9636

Re: Problem with STEP files, colors and Ray Tracing WB

Hi, this function also returns incorrect values for sky - or I do not know how to convert them to the right :). From the github you can download fixed version. Camera still do not work correctly, but I added parameter rotate <0, 0, 0> so it will be easier to fix camera view. To achieve same view (li...
by marmni
Mon Feb 08, 2016 8:17 pm
Forum: Help on using FreeCAD
Topic: Problem with STEP files, colors and Ray Tracing WB
Replies: 28
Views: 9636

Re: Problem with STEP files, colors and Ray Tracing WB

Hi,
open output *.pov file in text editor (avoid notepad) and find lines

Code: Select all

#declare cam_location =  <X,Y,Z>;
#declare cam_look_at  = <X,Y,Z>;
#declare cam_sky      = <0.0195184,0.679088,0.733797>;
#declare cam_angle    = 45; 
http://www.povray.org/documentation/view/3.7.0/246/