generate pngs with jenkins
This commit is contained in:
@@ -1 +1,7 @@
|
||||
from .globals import SEGMENTS
|
||||
class settings:
|
||||
"""
|
||||
global dolidLib settings
|
||||
"""
|
||||
segments = 36
|
||||
raster = 59
|
||||
height = 67
|
||||
|
||||
@@ -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 +0,0 @@
|
||||
SEGMENTS = 36
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user