arc-overhang icon indicating copy to clipboard operation
arc-overhang copied to clipboard

A 3D printer slicing algorithm that lets you print 90° overhangs without support material.

Results 10 arc-overhang issues
Sort by recently updated
recently updated
newest added

I saw CNCkitchen's video and wanted to try this out. I'm running Pyton 3 on WSL. I did the first steps and then it says "run the application". So I...

Ever thought of Expanding the arcs further form the first center like this? ![grafik](https://user-images.githubusercontent.com/120583509/207641365-2566da8c-2f31-48eb-bdef-739721689cfc.png) In some of your pictures you can see that there are more printing issues when starting...

Another method of generating curves: ![image](https://user-images.githubusercontent.com/6973660/209454415-30fd9ea4-cedf-428b-b1af-970fb8547638.png) Unlike interpolation this one even works without arcs ![image](https://user-images.githubusercontent.com/6973660/209454423-f83d9946-3e54-44b4-8516-5741b1cf6ab6.png) It's still only drawing, no gcode yet, but it should be easier to generate it...

Yet another suggestion of a method to consider for generating overhang path. ![tesslatedarcovergang](https://user-images.githubusercontent.com/4387521/224695650-1c5fc5c1-2c8b-4810-9cc4-175ac66c0b4b.png) This is one thing that I came up with when wondering whether it was possible to avoid...

Initial comment by @nicolai-wachenschwan. Moved here to keep things on topic. I thought about the data gathering today. How do we understand the adhesion process and its needed conditions +...

Hey, this is FANTASTIC! I don't currently have the brain cells to contribute this myself, so I wanted to at least note these thoughts down We may be able to...

Right now arc-overhang prints as it pertains to object(s) overhangs. However large overhangs require much slower print speed and stronger cooling. And even with these conditions met, the overhang has...

2 stages: 1. Print some number of regular arcs. Need to figure out when to stop and move to 2 2. Have 2 curves: outline of already printed shape A,...

I think it would be better to use Koch curve instead of a circles. O may be other fractal structure.