-
Notifications
You must be signed in to change notification settings - Fork 17
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
Curved slicer guide and troubleshooting #87
Comments
Hello, hello I have a problem with Targets generation or Boundary LOW and HIGH generation, I don't know where and how I have to generate this Json file. can you please help me? Mostafa Rahimi |
Thank you very much for your detailed answer. it works for me, but for determining new boundary for my own model I have problem . |
Would you like to share the model you are using and what targets you want so I can see the problem? In the curved_slicer you cannot set a min and max layer height, you can only set an average layer height, which determines how many layers will be produced. The min and max layer height then derives from the number of layers and the distances between the provided targets. |
Hello @ioannaMitropoulou |
Hello Ojas, |
Hello @ioannaMitropoulou, 2- I see that your script joints all the paths into spiral toolpaths, but is there a way to have them layer by layer? Sometimes we need to wait for the metal to cool down before we start the next layer. |
How can I define not only upper and lower boundaries but also additional boundaries in the middle, wherever necessary? In Python, I currently only have upper and lower boundaries. Could you please explain how I can do this in Rhino Grasshopper, and how should I modify my Python code for this new boundary? |
Hey @Mostafarhmi, |
Hey @OjasMahajan, Regarding the question about having each path separately, yes you can have that if you look directly at the output of the slicer instead of the print organizer. There each path is a separate curve (see screenshot). Regarding your previous question about the sharp corners created in the branching geometry, yes this is also something that you can control using the smooth instead of the default union. To use the smooth union, you need to add this on your parameters dictionary as you see in the screenshot below: The number is the radius R that controls the 'size' of the smoothing. In the screenshots below you can see the impact of R. I hope this helps! |
Write a guide with all the steps that one needs to take to use the curved slicer and all the caveats that one can run into. In particular;
-Mesh sanitizing + welding
-Targets generation
-Generation of different segments
This could be part of the curved slicer tutorial
The text was updated successfully, but these errors were encountered: