FreeCAD Tips 2 : Arrange your windows

I love creating physical objects directly from Python code. This tip makes it really easy and immediate. If you use the default desktop arrangement for FreeCAD you find yourself flipping between the part view and the code view, which is a bit of a pain. So, what you do is this:

  1. Make sure that you have the code that deletes old elements on each run (see FreeCAD Tip 1).

  2. Select Windows>Tile from the main menu.

  3. Move your views of the code and the CAD workspace so that you can see them both comfortably.

  4. Now, when you run the code you will see your design update right in front of you. No need to open a different window.

This works even if you have zoomed into a particular part of the view.