generate pngs with jenkins

This commit is contained in:
2021-02-12 20:20:53 +01:00
parent 63d8f7ea99
commit d974ca7df3
52 changed files with 5085 additions and 803 deletions
+7 -1
View File
@@ -1 +1,7 @@
from .globals import SEGMENTS
class settings:
"""
global dolidLib settings
"""
segments = 36
raster = 59
height = 67
+7 -2
View File
@@ -74,6 +74,11 @@ def grid_inv(
def bin(x: float, y: float, h: float = 67, segments: int = 36, dim: float = 59):
"""
standardized container
.. image:: img/bin.png
"""
class dims:
wall = 2
r_in = 2
@@ -107,7 +112,7 @@ def toolinlay1(
creates a tooltray for alex container bins (2x3)
.. image:: img/bin_toolinlay1.png
.. image:: img/toolinlay1.png
:param height: height of inset above lower bin
:param inset: depth of inset
@@ -166,7 +171,7 @@ def toolinlay2(
creates a tooltray for alex container bins (2x3)
.. image:: img/bin_toolinlay2.png
.. image:: img/toolinlay2.png
:param height: height of inset above lower bin
:param r_tool: toolspace radius as float or list of floats
-1
View File
@@ -1 +0,0 @@
SEGMENTS = 36
-2
View File
@@ -2,8 +2,6 @@ from typing import List, Iterable
import solid as scad
from .globals import SEGMENTS
import numpy as np
import logging as log