Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 2.16 KB

index.md

File metadata and controls

81 lines (53 loc) · 2.16 KB
title badges uid type contributors repo_url cad_url satisfies
X Endstop
Official
EVA / Addons / Endstops
addon
pkucmus
endstop

Standard

All EVA carriages have endstop slots in their top parts. Those are different depending on the MGN carriage but consistent in their spec. This is to make it easy to design different endstop mounts.

By default 3 types are provided.

=== "Sensorless"

=== "MGN12"

    <add-bom-button name="{{ meta.uid }} (sensorless_MGN12)">
        {{ bom_to_json("BOM_Endstops.sensorless.MGN12.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.sensorless.MGN12.csv", 8) }}

=== "MGN15"

    <add-bom-button name="{{ meta.uid }} (sensorless_MGN15)">
        {{ bom_to_json("BOM_Endstops.sensorless.MGN15.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.sensorless.MGN15.csv", 8) }}

=== "Angled Endstop"

=== "MGN12"

    <add-bom-button name="{{ meta.uid }} (angled_MGN12)">
        {{ bom_to_json("BOM_Endstops.angled.MGN12.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.angled.MGN12.csv", 8) }}

=== "MGN15"

    <add-bom-button name="{{ meta.uid }} (angled_MGN15)">
        {{ bom_to_json("BOM_Endstops.angled.MGN15.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.angled.MGN15.csv", 8) }}

=== "Openbuilds"

=== "MGN12"

    <add-bom-button name="{{ meta.uid }} (openbuilds_MGN12)">
        {{ bom_to_json("BOM_Endstops.openbuilds.MGN12.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.openbuilds.MGN12.csv", 8) }}

=== "MGN15"

    <add-bom-button name="{{ meta.uid }} (openbuilds_MGN15)">
        {{ bom_to_json("BOM_Endstops.openbuilds.MGN15.csv") }}
    </add-bom-button>
    
    {{ bom_to_md_table("BOM_Endstops.openbuilds.MGN15.csv", 8) }}

Links

{{ download_button }} {{ cad_link }}