Git Product home page Git Product logo

Comments (4)

rsheldiii avatar rsheldiii commented on September 2, 2024

I don't have a dual extrusion printer but it seems like you basically just send the slicer two different STLs. if you wanted to prepare just the outset legend of a keycap to send to the second color, you could generate a keycap with an outset legend of your choice, and difference it with the same keycap without the legend. That will make only the part of the legend that doesn't intersect the keycap visible.

so, something like this:

difference(){
  sa_row(1) legend("Q") cherry() key();
  sa_row(1) cherry() key();
}

should generate the second STL.

Let me know if you need any more info!

from openscad-projects.

seanspotatobusiness avatar seanspotatobusiness commented on September 2, 2024

I'm thinking now that I will print using a liquid resin printer with inset legends which I will try to fill with a contrasting resin which will hopefully harden and make some professional-looking keycaps.

from openscad-projects.

rsheldiii avatar rsheldiii commented on September 2, 2024

gotcha, that'll look fantastic. Are you still planning on printing an entire set? I've heard you have to be careful with the durability of some resins, so I might print a test batch to try out for a while first

from openscad-projects.

DavidGergely avatar DavidGergely commented on September 2, 2024

Making nice progress with dual printing with this code, the letter is printed with a small nozzle size.

// keycap stl
sa_row(1)  legend("Q",inset =true) cherry() key();
 
// letter inset stl
 difference(){
     sa_row(1) cherry() key();
     sa_row(1) legend("Q",inset =true) cherry() key();
}

from openscad-projects.

Related Issues (11)

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.