continuous-toolpath-generator
Continuous toolpath generator for cellular structures with the aim of 3D Printing.
https://github.com/robotic-building-tu-delft/continuous-toolpath-generator
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Repository
Continuous toolpath generator for cellular structures with the aim of 3D Printing.
Basic Info
- Host: GitHub
- Owner: Robotic-Building-TU-Delft
- License: other
- Language: G-code
- Default Branch: main
- Homepage: https://robotic-building-tu-delft.github.io/Continuous-Toolpath-Generator
- Size: 106 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
- Releases: 2
Metadata Files
README.md
Continuous Toolpath generator for cellular structures
⚠️ Documentation website still under development Checkout our documentation website for a more complete explanation
A series of grasshopper scripts to generate GCode for the 3D printing of cellular structures. In order to generate GCode . The workflow consists of 3 main steps: - 1. Generate continuous tool path curves per 3D printer layer according to the selection of certain 3D printing parameters and the cellular structure 3D model. - 2. Generate a continuous tool path that connects the isolated curves in te previous step. - 3. Generate the GCode based on specific 3D printing settings and the continuous tool path geometry.

//Briefly describe what the model, and more importanly the Grashopper part does for the user These files generate a single continuous toolpath from a 3D Voronoi structure with the aim of 3D printing.
Prerequisites
- The scripts are made in Rhino 7 and Grasshopper
- Required Grasshopper Plugins:
- Anemone
- Pufferfish
- Human
- Kangaroo 0.0.9.9
- EleFront
- ShortestWalk.gh
- Clipper
Citation (CITATION.cff)
# YAML 1.2
---
abstract:
authors:
-
affiliation: "TU Delft"
family-names: Latour
given-names: Max
orcid: "https://orcid.org/https://orcid.org/0000-0002-6348-8926"
-
affiliation: "TU Delft"
family-names: Urra
given-names: "Jose Carlos"
orcid: "https://orcid.org/https://orcid.org/0000-0002-9334-3998"
-
affiliation: "TU Delft"
family-names: Bier
given-names: Henrriette
orcid:
cff-version: "0.1.0"
date-released: 2021-07-08
doi:
keywords:
- "robotic building"
- "automation in architecture"
- "toolpath generation"
- "3D printing"
- "3D modeling"
license: "CC-BY"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/Robotic-Building-TU-Delft/Continuous-Toolpath-Generator"
title: "Continuous toolpath generator workflow for cellular structures"
version: "0.1.0"
...