Search found 14 matches

by randfb1
Wed Feb 08, 2023 2:39 am
Forum: Open discussion
Topic: FreeCAD Day 2023 - Report and Continued Discussion
Replies: 121
Views: 81801

Re: FreeCAD Day 2023 - Report and Continued Discussion

Can someone point to this guy's work,

[*] Showcase the guy who designed his house using FreeCAD
by randfb1
Fri May 28, 2021 5:51 pm
Forum: Help on using FreeCAD
Topic: can I work "iteratively" with the openscad workbench?
Replies: 12
Views: 2606

Re: can I work "iteratively" with the openscad workbench?

Very nice. I got it to start from Jupyter and I can control it from Jupyter.

Just curious, I couldn't find the file "%init_freecad".

Where is this file and what does it contain ?

thanks
Rand Batchelder
by randfb1
Thu May 27, 2021 6:11 pm
Forum: Help on using FreeCAD
Topic: can I work "iteratively" with the openscad workbench?
Replies: 12
Views: 2606

Re: can I work "iteratively" with the openscad workbench?

I am trying to follow realthunder's instructions to start Freecad from Jupyter, python -m jupyter notebook Jupyter starts, but I don's get the option to start a new "FreeCAD" kernel. The command line text includes; " E:\Program Files\FreeCAD-asm3-Stable-Win64-Py3-Qt5-20210519\bin>pyth...
by randfb1
Sun Apr 04, 2021 12:20 am
Forum: Help on using FreeCAD
Topic: can I work "iteratively" with the openscad workbench?
Replies: 12
Views: 2606

Re: can I work "iteratively" with the openscad workbench?

realthunder, thanks for your excellent work on this version. I am attempting to follow your instructions on using freecadLink with Jupyter. When I enter your specified comand, I get the error: C:\freecadLink\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210311\bin>python -m jupyter notebook Fatal error in laun...
by randfb1
Fri Feb 26, 2021 9:04 pm
Forum: Python scripting and macros
Topic: How to use Jupyter Notebook with FreeCad [Guide]
Replies: 13
Views: 8028

Re: How to use Jupyter Notebook with FreeCad [Guide]

I tried your code with Spyder with the same results, it will start FreeCAD, but then I can't interact with Spyder.
by randfb1
Fri Feb 26, 2021 8:17 pm
Forum: Python scripting and macros
Topic: How to use Jupyter Notebook with FreeCad [Guide]
Replies: 13
Views: 8028

Re: How to use Jupyter Notebook with FreeCad [Guide]

I have been trying to run freecad from jupyter to have a more interactive session, to be able to look at variables and add python code, etc. I tried to duplicate the setup in your post. Running your code from jupyter, freecad will start and function, but then jupyter will not accept any keyboard inp...
by randfb1
Wed Mar 18, 2020 9:23 pm
Forum: Help on using FreeCAD
Topic: No grid, even in new projects
Replies: 10
Views: 5391

Re: No grid, even in new projects

In your preferences you have grid setting main grid every 1 line, change it to 10..... HTH Steve. Ignore this post my bad :oops: This was the key to fixing my problem with no grid. If your settings are main grid lines every = 1, then you will see no grid. Maybe we need to restrict this setting. Rand
by randfb1
Tue Jul 30, 2019 2:59 pm
Forum: Developers corner
Topic: Has Anyone successfully connected to FC thru Jupyter ?
Replies: 6
Views: 1448

Re: Has Anyone successfully connected to FC thru Jupyter ?

Thanks for your help. I was able to access FC through Jupyter. I entered the commands below. After that FC started and the FreeCAD and App objects were available. I think this could be a very powerful interface to FC. Rand "" import sys, os os.environ["QT_API"] = "pyside&quo...
by randfb1
Mon Jul 29, 2019 9:05 pm
Forum: Developers corner
Topic: Has Anyone successfully connected to FC thru Jupyter ?
Replies: 6
Views: 1448

Has Anyone successfully connected to FC thru Jupyter ?

Has Anyone successfully connected to FC thru Jupyter ?
If yes, could you share the procedure.

I tried using the module at:
https://github.com/looooo/jupyter_freecad_kernel
without success.

thanks
Rand
by randfb1
Wed Feb 10, 2016 9:54 pm
Forum: Python scripting and macros
Topic: Can I create a scripted object combining a shape and text ?
Replies: 3
Views: 861

Re: Can I create a scripted object combining a shape and text ?

Thanks for the reply. I am going to check this out.

Should this script be run from an external python interpreter or from inside freecad ?