cqparts_motors package

Submodules

cqparts_motors.shaft module

class cqparts_motors.shaft.Shaft(*largs, **kwargs)

Bases: cqparts.part.Part

ParametricObject constructor parameters:

Parameters:
  • diam (float) – shaft diameter
  • length (float) – shaft length
get_cutout(clearance=0)
make()

cqparts_motors.stepper module

class cqparts_motors.stepper.Stepper(*largs, **kwargs)

Bases: cqparts.assembly.Assembly

ParametricObject constructor parameters:

Parameters:
  • boss_length (float) – [no description]
  • boss_size (float) – [no description]
  • hole_size (float) – [no description]
  • hole_spacing (float) – [no description]
  • length (float) – [no description]
  • shaft_diam (float) – [no description]
  • shaft_length (float) – [no description]
  • width (float) – [no description]
apply_cutout()
make_alterations()
make_components()
make_constraints()
shaft_type

alias of Shaft

Module contents

Copyright 2018 Peter Boin

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.