1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-28 01:29:54 +02:00

Fixed connector position, fixed missing wires, updated images.

Reverted the jst header pin position change.
This commit is contained in:
Chris Palmer
2020-11-08 21:28:08 +00:00
parent 2e0e833d40
commit c9c2ffafba
5 changed files with 14 additions and 13 deletions

View File

@@ -3422,7 +3422,7 @@ NEMA stepper motor model.
### Modules
| Module | Description |
|:--- |:--- |
| ```NEMA(type, shaft_angle = 0)``` | Draw specified NEMA stepper motor |
| ```NEMA(type, shaft_angle = 0, jst_connector = false)``` | Draw specified NEMA stepper motor |
| ```NEMA_outline(type)``` | 2D outline |
| ```NEMA_screw_positions(type, n = 4)``` | Positions children at the screw holes |
| ```NEMA_screws(type, screw, n = 4, screw_length = 8, earth = undef)``` | Place screws and optional earth tag |