> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/next-lab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/open-access-printers/prusa-open-access/case-studies/g-code-experimentation.md).

# Experimental Techniques

Beyond materials experimentation, there are many different experimental techniques that produces a physical print that looks and behaves differently compared to the digital model. Usually, these techniques revolve around manipulating the 3dprinting toolpath and extrusion rates.

## DeFextiles

DeFextiles is a research project conducted at MIT that investigates the use of under-extrusion in 3D printing to create quasi-woven textiles.

![Image from MIT Media](/files/-MS0C6eN-MhA7DOMKLhG)

{% embed url="<https://vimeo.com/465508515>" %}
Video from MIT Media
{% endembed %}

You can read up more about it here as well as the published research paper:

{% embed url="<https://www.media.mit.edu/projects/defextiles/overview/>" %}

{% embed url="<https://www.media.mit.edu/publications/defextiles-publication/>" %}

## Non-Planar Printing

Non-planar printing is a process that leverages the z-axis movement of the printer to create non-planar top surface solid fills. It started as a research project from TAMS in the University of Hamburg. You can find out more about it here:

{% embed url="<https://tams.informatik.uni-hamburg.de/research/3d-printing/nonplanar_printing/>" %}

{% embed url="<https://www.youtube.com/watch?v=km1lvuva5mI&ab_channel=TAMSUHAM>" %}
Video from TAMS, University of Hamburg
{% endembed %}

There is also a store that sells special nozzles for non-planar 3D printing as well as Grasshopper scripts to generate the associated g-code:

{% embed url="<https://www.nonplanar.xyz/>" %}

## Spiral Vase Mode

Spiral vase mode is  a mode that will result in seamless prints. It can be used on single-perimeter wall prints. During a vase mode print, the z height is continuosly and gradually increased, rather than printing one layer at a time. This will avoid the usual weak point and unsightly 'scar' where the layer change usually occurs.&#x20;

This printing method derives its use case from being particularly suited to printing vases and is a setting that can be turned on within PrusaSlicer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/open-access-printers/prusa-open-access/case-studies/g-code-experimentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
