Search found 280 matches

by usbhub
Wed Mar 25, 2020 5:16 pm
Forum: Developers corner
Topic: Reload Workbenches for Development
Replies: 10
Views: 1337

Re: Reload Workbenches for Development

import FreeCADGui from PySide import QtGui,QtCore args = QtGui.QApplication.arguments()[1:] if FreeCADGui.getMainWindow().close(): QtCore.QProcess.startDetached(QtGui.QApplication.applicationFilePath(),args) This restarts the FreeCAD process with the same arguments it has been started before. If in...
by usbhub
Mon Mar 23, 2020 7:08 pm
Forum: Forum in Deutsch
Topic: Erfahrungsaustausch (virtuell)
Replies: 230
Views: 386872

Re: Erfahrungsaustausch (virtuell)

hier schon die nächste Einladung für Samstag den 28.3. 18:30 mit https://meet.jit.si/freecad . Sollte der Termin für unpassend gerne andere Vorschläge oder ein anderes Meeting Tool. Themen Vorschläge: Optimierung für 3D Druck wie z.B. Gewinde, Materialschrumpfung Laser Cut Interlocking Workbench un...
by usbhub
Mon Mar 23, 2020 7:06 pm
Forum: Forum in Deutsch
Topic: Freecad Demo, Vergleich mit closed Source CAD-Programmen
Replies: 86
Views: 14783

Re: Freecad Demo, Vergleich mit closed Source CAD-Programmen

Meine Güte, gilt die Lichtgeschwindigkeit als Obergrenze eigentlich auch für FreeCAD? ;)
by usbhub
Mon Mar 23, 2020 7:04 pm
Forum: Developers corner
Topic: Reload Workbenches for Development
Replies: 10
Views: 1337

Re: Reload Workbenches for Development

I had little luck with reloading. I have set up a full-blown system to reload the whole Part-o-magic with one command. It kinda worked, but commands stop working. I don't really know why. The effort of setting up such a system outweighs the inconvenience of having to restart FreeCAD every time, and...
by usbhub
Sat Mar 21, 2020 6:37 pm
Forum: Developers corner
Topic: Reload Workbenches for Development
Replies: 10
Views: 1337

Re: Reload Workbenches for Development

Sorry for may late reply, but now I tested it: I tried the version from crisb, but it doesn't work. In the InitGui.py I load ExportCommand, but when I reload it, the changes in ExportCommand aren't applied :/ I used this to reimport the module (the workbench was already activated/selected) import Ex...
by usbhub
Thu Mar 19, 2020 4:20 pm
Forum: Developers corner
Topic: Python Multithreading doesn't work
Replies: 3
Views: 1261

Re: Python Multithreading doesn't work

When you also print the counter number of a thread you can see that the order of execution is arbitrary. Additionally you can print the thread id to see that these are really different threads. My first idea was, that it is not possible to have several instanced of MeshPart running or is the error ...
by usbhub
Tue Mar 17, 2020 10:10 pm
Forum: Job offers
Topic: Naruto runner
Replies: 3
Views: 1589

Re: Naruto runner

Hi, Just for fun, I am looking for someone who can create a CAD model for a typical Naruto runner (Please Google it for what he/she looks like) :). By using it, I do plan to create an OpenFOAM model, and analyse the flow around him/her. :) I think, FreeCAD isn't good for a organic shape. That's mor...
by usbhub
Tue Mar 17, 2020 10:06 pm
Forum: Forum in Deutsch
Topic: Freecad Demo, Vergleich mit closed Source CAD-Programmen
Replies: 86
Views: 14783

Re: Freecad Demo, Vergleich mit closed Source CAD-Programmen

Unter 10 Minuten: https://peertube.mastodon.host/videos/watch/abf9f69d-c9ff-4bb0-899c-146cd46959e8 Ohne Reden wärst du sicher noch deutlich schneller gewesen :) Spaß beiseite: Das ist wirklich großartig! Man müsste das jetzt nochmal mit der .16 nochmal testen, um zu sehen, was FreeCAD für Fortschri...
by usbhub
Tue Mar 17, 2020 9:52 pm
Forum: Developers corner
Topic: Python Multithreading doesn't work
Replies: 3
Views: 1261

Python Multithreading doesn't work

Hello, propably there is already a topic about this, but I found only things about multithreading and the OCC. For a workbench, a lot of objects have to be converted to meshes. So my idea to speed this up was to create a thread for every object has to be meshed. I tried this, but only one core had 1...
by usbhub
Tue Mar 17, 2020 9:29 pm
Forum: UX/UI Design
Topic: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)
Replies: 154
Views: 43689

Re: Alternative GUI for FreeCAD: Overlayed Layout (Devs needed)

We have jobs. I do things for FreeCAD all the time and I think that your comment is disrespectful. I did not feel ofended as far as my skillset or expertise. I felt ofended by the assumption that I my words are just empty. It it also difficult to judge what the intention of the other person is thro...