Add Plate_16x16 and reduce roundedness
This commit is contained in:
		@@ -15,6 +15,11 @@
 | 
				
			|||||||
            "studs_x": "2",
 | 
					            "studs_x": "2",
 | 
				
			||||||
            "studs_y": "1"
 | 
					            "studs_y": "1"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        "Plate_16x16": {
 | 
				
			||||||
 | 
					            "type": "plate",
 | 
				
			||||||
 | 
					            "studs_x": "16",
 | 
				
			||||||
 | 
					            "studs_y": "16"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "Plate_4x2": {
 | 
					        "Plate_4x2": {
 | 
				
			||||||
            "type": "plate",
 | 
					            "type": "plate",
 | 
				
			||||||
            "studs_x": "4",
 | 
					            "studs_x": "4",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ block_height =
 | 
				
			|||||||
	type == "plate" ? 3.2 :
 | 
						type == "plate" ? 3.2 :
 | 
				
			||||||
	0;
 | 
						0;
 | 
				
			||||||
length_per_stud = 31.8 / 4;
 | 
					length_per_stud = 31.8 / 4;
 | 
				
			||||||
stud_details = 4 * ($preview ? 5 : 10);
 | 
					stud_details = 4 * ($preview ? 5 : 5);
 | 
				
			||||||
wall_width = 1.6;
 | 
					wall_width = 1.6;
 | 
				
			||||||
ceiling_width = 1;
 | 
					ceiling_width = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -93,6 +93,7 @@ module block() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
difference() {
 | 
					difference() {
 | 
				
			||||||
 | 
						color([0.9, 0.8, 0])
 | 
				
			||||||
	block();
 | 
						block();
 | 
				
			||||||
	if (slice_x) {
 | 
						if (slice_x) {
 | 
				
			||||||
		translate([10, -10, -10])
 | 
							translate([10, -10, -10])
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -24,7 +24,7 @@ webpage: thumbnails $(INDEX)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
$(STL) $(PNG): $(SCAD) $(CONFIG) Makefile
 | 
					$(STL) $(PNG): $(SCAD) $(CONFIG) Makefile
 | 
				
			||||||
	mkdir -p $(@D)
 | 
						mkdir -p $(@D)
 | 
				
			||||||
	openscad -o $@ -p $(CONFIG) -P $(basename $(@F)) $(SCAD)
 | 
						openscad -o $@ -p $(CONFIG) -P $(basename $(@F)) --camera=0,0,0,60,0,135,0 --autocenter --viewall $(SCAD)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(INDEX): header.html entry.html footer.html Makefile
 | 
					$(INDEX): header.html entry.html footer.html Makefile
 | 
				
			||||||
	cat header.html | sed "s/%date/`date '+%Y-%m-%d at %T'`/g" | sed "s/%version/`git describe --always --dirty`/g" > $@
 | 
						cat header.html | sed "s/%date/`date '+%Y-%m-%d at %T'`/g" | sed "s/%version/`git describe --always --dirty`/g" > $@
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user