Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exporting for dual extruder support #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Joeydelarago
Copy link

This change allows you to export a fill for an inset legend. This allows you to print with dual extruders, one for the keycap and one that fills the inset legend.

$output_inset_text_only
This is used to export only the fill shape of inset legends so that they can be printed in a separate colour.

$offset_x & $offset_y
3D printers set (0,0) as the bottom left of the build plate. This means that any 3mf files will be imported into your slicer on the bottom left. By setting offset_x and offset_y to the width/2 and height/2, your imported 3mf files will be centred on the build plate in your slicer.

Example of a keycap in Cura ready to print in dual colors
image

… to print the legend in a seperate color on a dual extruder. Add offset_x and offset_y so that exported 3mf files can be centered on slicer buildplates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant