Git Product home page Git Product logo

openscad_cherry_keycaps's Introduction

Cherry profile keycaps for OpenSCAD

This repository contains OpenSCAD module that provides models of individual Cherry profile keycaps in R1 to R4 profile and sizes 1u, 1.25u, 1.5u, 1.75u, 2u, 2.25u, 2.75u and 6.25u.

All keycaps are currently centered (similar to specifying center=true on OpenSCAD primitives). The standard "bottom left corner at origin" positioning might be added later.

The actual models are taken from the ConstantinoSchillebeeckx/cherry-mx-keycaps repository. All credit for the models goes to the original author.

Usage

First, clone this repository into your OpenSCAD project (including submodule):

git clone --recursive https://github.com/piit79/openscad_cherry_keycaps.git

If you're tracking your project in Git, it's probably best to add this repository as a submodule:

git submodule add https://github.com/piit79/openscad_cherry_keycaps.git
git submodule update --init --recursive

Then, simply include the module in your project with the use keyword:

use <openscad_cherry_keycaps/cherry_keycaps.scad>;

for (row = [1:4])
  translate([0, 9.5 + (2 - row) * 19, 0])
    cherry_1u(row);

Note the usage of use instead of include to avoid evaluating example code present in the module.

You should get something like this:

OpenSCAD Demo

openscad_cherry_keycaps's People

Contributors

piit79 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.