Skip to content
#

cad

Here are 840 public repositories matching this topic...

wwmayer
wwmayer commented May 29, 2022

Is there an existing request for this?

  • I have searched the existing requests

Forums discussion

https://forum.freecadweb.org/viewtopic.php?f=13&t=69030

Subproject(s) affected?

No response

Idea description

Sometimes people want to share a project file not only under a single license but multiple licenses. At the moment this is not possible and there is only the workaro

Feature good first issue
phkahler
phkahler commented Apr 22, 2022

System information

  • SolveSpace version: All
  • Operating system: All

Expected behavior

The chord tolerance percent setting should use the bounding box of the shell, not the sketch.

Actual behavior

Create a torus by making a circle and a revolve group (not lathe). Drag it around to form a full torus and observe the level of mesh detail by viewing the triangle mes

hannobraun
hannobraun commented Jun 10, 2022

Fornjot's input/graphics code has the concept of a focus point: the point where the mouse cursor touches the model. This focus point is used to process input: If you rotate the model (move the mouse while pressing the left mouse button) while the mouse hovers over it, the model will be rotated around the focus point. When moving the model (move the mouse while pressing the right mouse button), the

type: enhancement good first issue topic: input
vaughnbetz
vaughnbetz commented Dec 17, 2020

Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.

Proposed Behaviour

Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t

VPR Good First Issue
michal-josef-spacek
michal-josef-spacek commented Jul 6, 2021

dwgadd is unusable:

  • Need of "\n" at begin of first string, sic.
  • issue with initial = 1 at begin and setting to intial after initialization
  • No error message to stderr in each exit(1)
  • Missing error in stderr in dwg_add_dat (&dwgp, &dat) != 0
enhancement good first issue

Improve this page

Add a description, image, and links to the cad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cad topic, visit your repo's landing page and select "manage topics."

Learn more