Skip to content

How to specify tabs none for horizontal, full for vertical #546

Answered by yaqwsx
thestumbler asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for missing your response; better late than never: as I said, KiKit creates cuts only on tabs. So if you want to have cuts, you need to add tabs:

{
    "layout": {
        "vspace": "2mm",
        "rows": "4",
        "vbonecut": "False",
        "hbonecut": "False"
    },
    "tabs": {
        "type": "fixed",
        "hcount": 1,
        "vcount": 0
    },
    "cuts": {
        "type": "vcuts"
    },
    "framing": {
        "type": "railslr",
        "hspace": "0mm"
    },
    "tooling": {
        "type": "3hole",
        "hoffset": "2.5mm",
        "voffset": "2.5mm",
        "size": "2.6mm"
    }
}


panelization.json

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@thestumbler
Comment options

@thestumbler
Comment options

@yaqwsx
Comment options

Answer selected by yaqwsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants