This commit is contained in:
Serge NOEL
2026-02-10 11:27:18 +01:00
parent 549c9f388e
commit 4423bb2de1
175 changed files with 238087 additions and 0 deletions

2
Crane/Crane.kicad_pcb Normal file
View File

@@ -0,0 +1,2 @@
(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0")
)

32
Crane/Crane.kicad_pro Normal file
View File

@@ -0,0 +1,32 @@
{
"board": {
"design_settings": {
"defaults": {},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"rules": {},
"track_widths": [],
"via_dimensions": []
}
},
"boards": [],
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "kicad.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [],
"meta": {
"version": 0
}
},
"pcbnew": {
"page_layout_descr_file": ""
},
"sheets": [],
"text_variables": {}
}

5
Crane/Crane.kicad_sch Normal file
View File

@@ -0,0 +1,5 @@
(kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0")
(paper "A4")
(lib_symbols)
(symbol_instances)
)

View File

@@ -0,0 +1,88 @@
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
(symbol "Marklin_AC_Motor" (in_bom yes) (on_board yes)
(property "Reference" "M" (at 0 5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Marklin_AC_Motor" (at 0 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Description" "Märklin AC Motor with center tap" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "motor AC marklin train" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Marklin_AC_Motor_0_1"
(circle (center 0 0) (radius 3.81)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start -2.54 0) (mid -1.7678 1.7678) (end 0 2.54)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start 0 -2.54) (mid 1.7678 -1.7678) (end 2.54 0)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start 0 2.54) (mid 1.7678 1.7678) (end 2.54 0)
(stroke (width 0.254) (type default))
(fill (type none))
)
(arc (start 2.54 0) (mid 1.7678 -1.7678) (end 0 -2.54)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy -3.81 0)
(xy -2.54 0)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 0 3.81)
(xy 0 2.54)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(polyline
(pts
(xy 2.54 0)
(xy 3.81 0)
)
(stroke (width 0.254) (type default))
(fill (type none))
)
(text "M" (at 0 0 0)
(effects (font (size 2.54 2.54) bold))
)
(text "AC" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)))
)
)
(symbol "Marklin_AC_Motor_1_1"
(pin passive line (at -6.35 0 0) (length 2.54)
(name "L1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 6.35 270) (length 2.54)
(name "CT" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 6.35 0 180) (length 2.54)
(name "L2" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
)