first scripts
This commit is contained in:
		
							parent
							
								
									178586c47a
								
							
						
					
					
						commit
						3bd579da3c
					
				
					 269 changed files with 96 additions and 3285 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
+++
 | 
			
		||||
title =  "3D printing"updated = "2025-05-05"
 | 
			
		||||
title = "3D printing"
 | 
			
		||||
date = 2018-05-03
 | 
			
		||||
updated = 2025-05-05
 | 
			
		||||
authors = ["Aron Petau"]
 | 
			
		||||
description = "My 3D Printing journey and the societal implications of the technology"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -25,27 +26,67 @@ tags = [
 | 
			
		|||
  "university of osnabrück"
 | 
			
		||||
]
 | 
			
		||||
[extra]
 | 
			
		||||
banner =  "prusa.jpg"
 | 
			
		||||
banner = "prusa.jpg"
 | 
			
		||||
show_copyright = true
 | 
			
		||||
show_shares = true
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
+++
 | 
			
		||||
updated = "2025-05-05"
 | 
			
		||||
galleries = {
 | 
			
		||||
  gallery = [
 | 
			
		||||
    { file = "cloning_station.jpg", title = "A plant propagation station now preparing our tomatoes for summer" },
 | 
			
		||||
    { file = "elk.jpg", alt = "elk", title = "We use this to determine the flatmate of the month" },
 | 
			
		||||
    { file = "dragon_skull_1.jpg", alt = "dragon skull", title = "A dragon's head that was later treated to glow in the dark." },
 | 
			
		||||
    { file = "ender2.jpg", alt = "ender 2", title = "This was my entry into a new world, the now 10 years old Ender 2" },
 | 
			
		||||
    { file = "lithophane.jpg", alt = "lithophane of my Grandparents", title = "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image." },
 | 
			
		||||
    { file = "prusa.jpg", title = "This is my second printer, a Prusa i3 MK3s." },
 | 
			
		||||
    { file = "vulva_candle.jpg", alt = "vulva on a candle", title = "This candle is the result of a 3D printed plastic mold that I then poured wax into." },
 | 
			
		||||
    { file = "pinecil.jpg", alt = "pinecil", title = "An enclosure for my portable soldering iron" },
 | 
			
		||||
    { file = "lamp.jpg", alt = "a lamp design", title = "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape." },
 | 
			
		||||
    { file = "prusa_enclosure.jpg", alt = "Prusa enclosure", title = "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic." }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
{% gallery() %}
 | 
			
		||||
[
 | 
			
		||||
  {
 | 
			
		||||
    "file": "cloning_station.jpg",
 | 
			
		||||
    "title": "A plant propagation station now preparing our tomatoes for summer",
 | 
			
		||||
    "alt": "cloning station"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "elk.jpg",
 | 
			
		||||
    "alt": "elk",
 | 
			
		||||
    "title": "We use this to determine the flatmate of the month"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "dragon_skull_1.jpg",
 | 
			
		||||
    "alt": "dragon skull",
 | 
			
		||||
    "title": "A dragon's head that was later treated to glow in the dark."
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "ender2.jpg",
 | 
			
		||||
    "alt": "ender 2",
 | 
			
		||||
    "title": "This was my entry into a new world, the now 10 years old Ender 2"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "lithophane.jpg",
 | 
			
		||||
    "alt": "lithophane of my Grandparents",
 | 
			
		||||
    "title": "I made some lithophanes, a process where the composition and thickness of the material are used for creating an image."
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "prusa.jpg",
 | 
			
		||||
    "title": "This is my second printer, a Prusa i3 MK3s."
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "vulva_candle.jpg",
 | 
			
		||||
    "alt": "vulva on a candle",
 | 
			
		||||
    "title": "This candle is the result of a 3D printed plastic mold that I then poured wax into."
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "pinecil.jpg",
 | 
			
		||||
    "alt": "pinecil",
 | 
			
		||||
    "title": "An enclosure for my portable soldering iron"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "lamp.jpg",
 | 
			
		||||
    "alt": "a lamp design",
 | 
			
		||||
    "title": "A lamp screen design that particularly fascinated me, it effortlessly comes from a simple 2D spiral shape."
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "file": "prusa_enclosure.jpg",
 | 
			
		||||
    "alt": "Prusa enclosure",
 | 
			
		||||
    "title": "A custom-built printer enclosure made up of 3 Ikea Lack tables and around 3 kgs of plastic."
 | 
			
		||||
  }
 | 
			
		||||
]
 | 
			
		||||
{% end %}
 | 
			
		||||
 | 
			
		||||
## 3D Printing
 | 
			
		||||
 | 
			
		||||
{{ youtube(id="Yj_Pc357kEU") }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue