Search found 119 matches

by s-light
Sat Apr 04, 2020 11:36 pm
Forum: TechDraw
Topic: RichAnno scrambled on SVG export
Replies: 13
Views: 1930

Re: RichAnno scrambled on SVG export

just a idea: if the generated html is included in the svg as foreignObject there would be no need to convert it... maybe positioning is a little tricky with this.. but the down side is that inkscape and all other apps that are expacting only real svg will not show anything - so maybe also insert a r...
by s-light
Sat Apr 04, 2020 10:59 pm
Forum: TechDraw
Topic: RichTextAnnotation issues
Replies: 18
Views: 2309

Re: RichTextAnnotation issues

saw the same thing when the RichTextAnnotation is created by script. it does not show up in as child of the view.. code i used: def annotation_create(doc, view): """Create annotation for given View.""" anno = doc.addObject( 'TechDraw::DrawRichAnno', view.Label + "_...
by s-light
Sat Apr 04, 2020 10:02 pm
Forum: TechDraw
Topic: Drawing link object in a page with techdraw
Replies: 33
Views: 5756

Re: Drawing link object in a page with techdraw

i played a bit with python scripting and got a WorkAround: i have the Labels of the sources used in my Labels of the Views - and with a bit of magic i created a Macro that can read back this source Label and searches for the correct object in all linked objects and re-assings it.. its a hacky thing ...
by s-light
Sat Apr 04, 2020 10:01 pm
Forum: TechDraw
Topic: Drawing link object in a page with techdraw
Replies: 33
Views: 5756

Re: Drawing link object in a page with techdraw

hey i just found out about the <PropertyLinks> PropertyLinks.cpp(773): Lost link to export Link while loading, maybe an object was not loaded correctly DVP::execute - No Sources (but document is restoring) - View thing the hard way today ;-) 27 views all fine during alignment of the page - and all g...
by s-light
Sat Apr 04, 2020 7:40 pm
Forum: Help on using FreeCAD
Topic: Recommended resolution of screen
Replies: 3
Views: 559

Re: Recommended resolution of screen

It is very easy: the bigger the better. and if you have a 15.6” 4K screen you will find that it will get funky sometimes with the sizes of text-fields and buttons and windows ;-) but yeah it is fun to have a biiigggg working area ;-) if you have a second (smaller) screen around and a second output ...
by s-light
Thu Apr 02, 2020 12:08 am
Forum: Help on using FreeCAD
Topic: Path WB with export to SVG for Lasercutting
Replies: 3
Views: 419

Re: Path WB with export to SVG for Lasercutting

thanks sliptonic for your feedback! the TechDraw way is the way i currently doing.. nad yeah the offset and dogbone ist the thing i wanted to improve my export on.. ;-) so for now i will do the old way.. and if i find myself in an very curious mood i will try to write a svg postprocessor :lol: (don'...
by s-light
Wed Apr 01, 2020 10:52 pm
Forum: Help on using FreeCAD
Topic: Path WB with export to SVG for Lasercutting
Replies: 3
Views: 419

Path WB with export to SVG for Lasercutting

Hello community, i am currently on a project where i design a 'box' that in the end result is Lasercut in on of the near MakerSpaces. one of them uses 'LightBurn' on a Windows PC as Controll-Software... in the other i use VisiCut or directly Inkscape with a plugin.. So my goal is to have my export f...
by s-light
Wed Apr 01, 2020 10:33 pm
Forum: Help on using FreeCAD
Topic: [SOLVED] Freecad 0.19 becames unusable, blocks for some seconds on every single change
Replies: 12
Views: 1443

Re: Freecad 0.19 becames unusable, blocks for some seconds on every single change

i think it is unlikely that it is really related to my freezing problem - but maybe it is.... i had kind of similar behavior change in the last time - for me on linux i tracked it down to a problem with my intel iGPU graphic card / driver - but also found that in this freezing moments my cpu got 100...
by s-light
Sun Mar 29, 2020 4:08 pm
Forum: Help on using FreeCAD
Topic: ubuntu 19.10 - sketcher freezes randomly for some seconds
Replies: 10
Views: 1594

Re: ubuntu 19.10 - sketcher freezes randomly for some seconds

i found a workaround: use the nvidia driver - this does not fix this original behavior - but currently it seems the crash i described at Crash on second new document is not triggering when in nvidia PRIME Profile 'On-Demand'... a more in depth description of the setup can be found in this post for n...
by s-light
Sun Mar 29, 2020 4:06 pm
Forum: Help on using FreeCAD
Topic: Crash on second view / (new) document
Replies: 16
Views: 2094

Re: Crash on second view / (new) document

this really works :-) i have done the following: - installed nvidia driver 440 - Nvidia X Server Settings: PRIME Profiles: NVIDIA On-Demand - restart system - test with stefan@stefan-Zen:~$ glxheads :0 Name: :0 Display: 0x556081a45d40 Window: 0x7000002 Context: 0x556081a64a70 GL_VERSION: 3.0 Mesa 19...