{"id":13647050,"url":"https://github.com/vladantrhlik/Keyboard_case_generator","last_synced_at":"2025-04-21T21:32:23.179Z","repository":{"id":201290511,"uuid":"186166843","full_name":"vladantrhlik/Keyboard_case_generator","owner":"vladantrhlik","description":"Simple keyboard case generator for laser cutters","archived":false,"fork":false,"pushed_at":"2019-05-30T21:00:36.000Z","size":59,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-02T01:26:48.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OpenSCAD","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vladantrhlik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-11T18:14:43.000Z","updated_at":"2022-10-10T22:37:20.000Z","dependencies_parsed_at":"2024-03-21T00:45:51.014Z","dependency_job_id":null,"html_url":"https://github.com/vladantrhlik/Keyboard_case_generator","commit_stats":null,"previous_names":["vladantrhlik/keyboard_case_generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladantrhlik%2FKeyboard_case_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladantrhlik%2FKeyboard_case_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladantrhlik%2FKeyboard_case_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladantrhlik%2FKeyboard_case_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladantrhlik","download_url":"https://codeload.github.com/vladantrhlik/Keyboard_case_generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223880423,"owners_count":17219119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:03:19.202Z","updated_at":"2024-11-09T20:30:58.718Z","avatar_url":"https://github.com/vladantrhlik.png","language":"OpenSCAD","funding_links":[],"categories":["OpenSCAD"],"sub_categories":[],"readme":"# Keyboard-case-generator\nSimple keyboard case generator module/plugin for openSCAD which can be used for laser cutters\n\n\u003ch3\u003eInstructions\u003c/h3\u003e\n\u003col\u003e\n\u003cli\u003eCopy raw data of your keyboard layout from \u003ca href=\"http://keyboard-layout-editor.com\"\u003ekeyboard-layout-editor.com\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePaste them in \u003ca href=\"http://builder.swillkb.com\"\u003ePlate \u0026 Case Builder\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePress \"Draw my CAD!\"\u003c/li\u003e\n\u003cli\u003eDownload .dxf file to folder with keyboard.scad module and save dimensions of your .dxf file\u003c/li\u003e\n\u003cli\u003eCustomize your case in openSCAD\u003c/li\u003e\n\n\u003ch3\u003eExample (Planck)\u003c/h3\u003e\n\n```\ninclude \u003ckeyboard.scad\u003e //import module/plugin\n\nw = 228.602;    //width of .dxf\nh = 76.202;     //height of .dxf\nd = 20;         //height of the case, inner height will be d-2*thickness (20-2*3=14mm), because d = height of the case  \n\nkeyboard(file=\"planck.dxf\",   //name of your .dxf file\n        width = w,            //width of .dxf file\n        height = d,           //height of .dxf file\n        depth = h,            //height of the case\n        finger_width = 20,    //width of \"fingers\"\n        thickness = 3,        //thickness of material\n        padding=10,           //padding between edge and .dxf file\n        assemble = false,     //false for exporting to .dxf, true for 3d model of case\n        labels = false        //labels\n);\n\n```\n\u003ch3\u003eMore parameters\u003c/h3\u003e\n\u003cul\u003e\n \u003cli\u003efinger_margin (length) - distance from inside edge to first finger\u003c/li\u003e\n \u003cli\u003ekerf (diameter) - Cutting kerf (rendering will be offset by half this)\u003c/li\u003e\n \u003cli\u003eholes (array) - Where to place rivet holes\u003c/li\u003e\n \u003cli\u003ehole_dia (length) - Diameter of rivet holes\u003c/li\u003e\n\u003c/ul\u003e\u003cbr\u003e\n\u003cli\u003ePress F6 for render and export it\u003c/li\u003e\n\u003c/ol\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladantrhlik%2FKeyboard_case_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladantrhlik%2FKeyboard_case_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladantrhlik%2FKeyboard_case_generator/lists"}