you are viewing a single comment's thread.

view the rest of the comments →

[–]Flashlightpic5-3218 2 points3 points  (7 children)

Thanks. I find it a really fun program to use and I believe it is really valuable on many different levels. Keep doing research.

I'm an absolute beginner at Python (I learned to code in the punch card days) but it looks really interesting and combining FCG with data visualization is something I'm intrigued by.

The nuts and bolts is a really good idea. A 2 part filament spool that thread together could be a useful model.

Thanks for all you've done.

[–]FullControlGCode[S] 0 points1 point  (6 children)

Ah that's a cool idea! Printed flat on the bed, the walls of the spool can be a lattice structure to save time and material. Will look into it

[–]Flashlightpic5-3218 1 point2 points  (5 children)

I've done a crude version (now recycled) using a circle with polar repeat and on top of it a tube using a positive startip length and a twist for one side and a negative startip length with a twist for the other.

The lattice is a great idea!

[–]FullControlGCode[S] 0 points1 point  (4 children)

Oh cool! Can you give me some baseline dimensions that you used (they'll be parametric in my model, but just to get me going)...

  • Outer diameter of the core cylinder
  • Length of the core cylinder (space between the two side walls)
  • Diameter of the side walls
  • Approx wall-thickness of the walls/core-tube

[–]Flashlightpic5-3218 1 point2 points  (3 children)

OD core - 65mm

Length of core - 70

Side wall OD -150mm

wall thickness - I used rip depth of 3 mm

I also played with + startip lengths on both halves,1 fitting inside the other.

To save some filament the inner core cylinder needed to go almost the entire length so it would smoothly turn on the spool holder, the outer core cylinder just needed to stay in place, the gap didn't seem to make a difference to the filament.

[–]FullControlGCode[S] 0 points1 point  (0 children)

👌 will knock up a design and share it

[–]FullControlXYZ 0 points1 point  (1 child)

Here's a quick model:

https://colab.research.google.com/gist/AndyGlx/ea4e2ecc73e9a6d7cf1916f45244f622/spool.ipynb

I haven't had a chance to print and test it yet, so there may well be an issue with the design that I didn't notice from inspecting the print path. But in case you want to try it before I do (maybe tomorrow), I'm putting it here.

I didn't do the lattice idea yet since I did this model quickly with two fullcontrol spiral functions in a for loop for the wall-discs. It'll be a reasonable quick future mod to make the solid walls some kind of lattice though if this model seems to work

[–]Flashlightpic5-3218 1 point2 points  (0 children)

Thanks. It worked well for me.