├── .gitattributes ├── Alternate_Grills ├── CAD │ └── Deck-extension-grills.f3z ├── STL │ ├── grill_front_left_socket.stl │ ├── grill_rear_left_fan.stl │ └── grill_rear_left_honrycomb.stl ├── images │ ├── rear-left.png │ └── socket-front-left.png └── readme.md ├── LICENSE ├── README.md ├── Rear_deck_for_Y-motor ├── RearDeck v2.f3d ├── RearDeck v2.step ├── deck_rear_left.stl └── deck_rear_right.stl ├── Small_bed_knobs ├── Bed Knob v5.step ├── Bed Knob.f3d └── Body1.stl ├── XZ-blocks ├── 5mm Spacer v1.stl ├── clearance.png ├── readme.md └── yenda-mod │ ├── XZ-left-a.stl │ ├── XZ-left-b.stl │ ├── XZ-right-a.stl │ ├── XZ-right-b.stl │ ├── cad │ └── X gantry.f3d │ └── img │ ├── Screenshot.png │ ├── photo-assembled.jpg │ └── render.jpg ├── Y-chain-mount ├── Y cable chain mount.f3z ├── [a]_y_chain_frame_mount_generic.stl ├── [a]_y_chain_frame_mount_igus.stl ├── img │ ├── Screenshot.png │ └── Y-chain.jpg └── readme.md ├── Y-idler ├── Y Idler Assembly v5.f3d ├── [a]_y_front_belt_slider.stl └── weak-slider.png ├── Y-motor ├── Y-Axis.f3z ├── Y-Axis.step ├── Y-Axis_2022-Feb-12_03-43-32AM-000_CustomizedView12767374662.jpg ├── [a]_y_motor_mount_L.stl ├── [a]_y_motor_mount_R.stl ├── readme.md ├── rear mount.png └── y_motor_mount_spacer.stl └── Y_limit_switch ├── Y-Axis Limit Switch Mount (Ender Mod) v3.f3z └── [a]_y_axis_ls_mount.stl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/.gitattributes -------------------------------------------------------------------------------- /Alternate_Grills/CAD/Deck-extension-grills.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/CAD/Deck-extension-grills.f3z -------------------------------------------------------------------------------- /Alternate_Grills/STL/grill_front_left_socket.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/STL/grill_front_left_socket.stl -------------------------------------------------------------------------------- /Alternate_Grills/STL/grill_rear_left_fan.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/STL/grill_rear_left_fan.stl -------------------------------------------------------------------------------- /Alternate_Grills/STL/grill_rear_left_honrycomb.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/STL/grill_rear_left_honrycomb.stl -------------------------------------------------------------------------------- /Alternate_Grills/images/rear-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/images/rear-left.png -------------------------------------------------------------------------------- /Alternate_Grills/images/socket-front-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/images/socket-front-left.png -------------------------------------------------------------------------------- /Alternate_Grills/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Alternate_Grills/readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/README.md -------------------------------------------------------------------------------- /Rear_deck_for_Y-motor/RearDeck v2.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Rear_deck_for_Y-motor/RearDeck v2.f3d -------------------------------------------------------------------------------- /Rear_deck_for_Y-motor/RearDeck v2.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Rear_deck_for_Y-motor/RearDeck v2.step -------------------------------------------------------------------------------- /Rear_deck_for_Y-motor/deck_rear_left.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Rear_deck_for_Y-motor/deck_rear_left.stl -------------------------------------------------------------------------------- /Rear_deck_for_Y-motor/deck_rear_right.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Rear_deck_for_Y-motor/deck_rear_right.stl -------------------------------------------------------------------------------- /Small_bed_knobs/Bed Knob v5.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Small_bed_knobs/Bed Knob v5.step -------------------------------------------------------------------------------- /Small_bed_knobs/Bed Knob.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Small_bed_knobs/Bed Knob.f3d -------------------------------------------------------------------------------- /Small_bed_knobs/Body1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Small_bed_knobs/Body1.stl -------------------------------------------------------------------------------- /XZ-blocks/5mm Spacer v1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/5mm Spacer v1.stl -------------------------------------------------------------------------------- /XZ-blocks/clearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/clearance.png -------------------------------------------------------------------------------- /XZ-blocks/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/readme.md -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/XZ-left-a.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/XZ-left-a.stl -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/XZ-left-b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/XZ-left-b.stl -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/XZ-right-a.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/XZ-right-a.stl -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/XZ-right-b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/XZ-right-b.stl -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/cad/X gantry.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/cad/X gantry.f3d -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/img/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/img/Screenshot.png -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/img/photo-assembled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/img/photo-assembled.jpg -------------------------------------------------------------------------------- /XZ-blocks/yenda-mod/img/render.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/XZ-blocks/yenda-mod/img/render.jpg -------------------------------------------------------------------------------- /Y-chain-mount/Y cable chain mount.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/Y cable chain mount.f3z -------------------------------------------------------------------------------- /Y-chain-mount/[a]_y_chain_frame_mount_generic.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/[a]_y_chain_frame_mount_generic.stl -------------------------------------------------------------------------------- /Y-chain-mount/[a]_y_chain_frame_mount_igus.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/[a]_y_chain_frame_mount_igus.stl -------------------------------------------------------------------------------- /Y-chain-mount/img/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/img/Screenshot.png -------------------------------------------------------------------------------- /Y-chain-mount/img/Y-chain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/img/Y-chain.jpg -------------------------------------------------------------------------------- /Y-chain-mount/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-chain-mount/readme.md -------------------------------------------------------------------------------- /Y-idler/Y Idler Assembly v5.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-idler/Y Idler Assembly v5.f3d -------------------------------------------------------------------------------- /Y-idler/[a]_y_front_belt_slider.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-idler/[a]_y_front_belt_slider.stl -------------------------------------------------------------------------------- /Y-idler/weak-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-idler/weak-slider.png -------------------------------------------------------------------------------- /Y-motor/Y-Axis.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/Y-Axis.f3z -------------------------------------------------------------------------------- /Y-motor/Y-Axis.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/Y-Axis.step -------------------------------------------------------------------------------- /Y-motor/Y-Axis_2022-Feb-12_03-43-32AM-000_CustomizedView12767374662.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/Y-Axis_2022-Feb-12_03-43-32AM-000_CustomizedView12767374662.jpg -------------------------------------------------------------------------------- /Y-motor/[a]_y_motor_mount_L.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/[a]_y_motor_mount_L.stl -------------------------------------------------------------------------------- /Y-motor/[a]_y_motor_mount_R.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/[a]_y_motor_mount_R.stl -------------------------------------------------------------------------------- /Y-motor/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/readme.md -------------------------------------------------------------------------------- /Y-motor/rear mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/rear mount.png -------------------------------------------------------------------------------- /Y-motor/y_motor_mount_spacer.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y-motor/y_motor_mount_spacer.stl -------------------------------------------------------------------------------- /Y_limit_switch/Y-Axis Limit Switch Mount (Ender Mod) v3.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y_limit_switch/Y-Axis Limit Switch Mount (Ender Mod) v3.f3z -------------------------------------------------------------------------------- /Y_limit_switch/[a]_y_axis_ls_mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strayr/Ender3_switchwire_fixes/HEAD/Y_limit_switch/[a]_y_axis_ls_mount.stl --------------------------------------------------------------------------------