Skip to content

Thread bug re neck_in_degrees and neck_out_degrees? #92

Description

@nerdfever

When I use screw_thread.thread() with the neck parameters I get:

  • if neck_in_degrees == neck_out_degrees: things work as expected

but

  • if neck_in_degrees != neck_out_degrees: odd shapes, not as expected
  • if neck_in_degrees > 0 and neck_out_degrees == 0: float division by zero

(Divide-by-zero error is in screw_thread.py, line 113)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions