add toolinserts and pill primitive

This commit is contained in:
2021-02-11 21:30:02 +01:00
parent 2c5f832d2c
commit e83d9e3a94
53 changed files with 17714 additions and 17 deletions
+23
View File
@@ -0,0 +1,23 @@
// Generated by SolidPython 1.0.5 on 2021-02-09 16:29:37
translate(v = [0.2500000000, 0.2500000000, 0]) {
minkowski() {
cube(size = [0.5000000000, 0.5000000000, 0.5000000000]);
cylinder($fn = 36, h = 0.5000000000, r = 0.2500000000);
}
}
/***********************************************
********* SolidPython code: **********
************************************************
# import solidLib as sl
import solidLib.primitives as slp
import solid as s
s.scad_render_to_file(slp.round_box(1, 1, 1, .25), "./docs/files/round_box.scad")
s.scad_render_to_file(slp.round_flat_box(1, 1, 1, .25), "./docs/files/round__flat_box.scad")
************************************************/
+23
View File
@@ -0,0 +1,23 @@
// Generated by SolidPython 1.0.5 on 2021-02-09 16:31:15
translate(v = [0.2500000000, 0.2500000000, 0.2500000000]) {
minkowski() {
cube(size = [0.5000000000, 0.5000000000, 0.5000000000]);
sphere($fn = 36, r = 0.2500000000);
}
}
/***********************************************
********* SolidPython code: **********
************************************************
# import solidLib as sl
import solidLib.primitives as slp
import solid as s
s.scad_render_to_file(slp.round_box(1, 1, 1, .25), "./docs/files/round_box.scad")
s.scad_render_to_file(slp.round_flat_box(1, 1, 1, .25), "./docs/files/round_flat_box.scad")
************************************************/
+23
View File
@@ -0,0 +1,23 @@
// Generated by SolidPython 1.0.5 on 2021-02-09 16:31:15
translate(v = [0.2500000000, 0.2500000000, 0]) {
minkowski() {
cube(size = [0.5000000000, 0.5000000000, 0.5000000000]);
cylinder($fn = 36, h = 0.5000000000, r = 0.2500000000);
}
}
/***********************************************
********* SolidPython code: **********
************************************************
# import solidLib as sl
import solidLib.primitives as slp
import solid as s
s.scad_render_to_file(slp.round_box(1, 1, 1, .25), "./docs/files/round_box.scad")
s.scad_render_to_file(slp.round_flat_box(1, 1, 1, .25), "./docs/files/round_flat_box.scad")
************************************************/