Reformatted with black 24.2.0

This commit is contained in:
gumyr 2024-02-22 11:27:01 -05:00
parent 82d5f7a8c1
commit 2e81b9d5df
43 changed files with 261 additions and 157 deletions

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby challenge 23-T-24 CURVED SUPPORT
"""
from math import sin, cos, tan, radians
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-01 Bearing Bracket
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-02 Post Cap
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-03 C Clamp Base
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-04 Angle Bracket
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-05 Paste Sleeve
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-06 Bearing Jig
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-07 Flanged Hub
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-08 Tie Plate
"""
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-09 Corner Tie
"""
from math import sqrt
from build123d import *
from ocp_vscode import *

View file

@ -1,6 +1,7 @@
"""
Too Tall Toby Party Pack 01-10 Light Cap
"""
from build123d import *
from ocp_vscode import *

View file

@ -26,6 +26,7 @@ license:
See the License for the specific language governing permissions and
limitations under the License.
"""
from build123d import *

View file

@ -26,6 +26,7 @@ license:
See the License for the specific language governing permissions and
limitations under the License.
"""
from build123d import *

View file

@ -25,6 +25,7 @@ license:
limitations under the License.
"""
from build123d import *
exporter = ExportSVG(scale=1)

View file

@ -24,6 +24,7 @@ license:
See the License for the specific language governing permissions and
limitations under the License.
"""
from build123d import *
from ocp_vscode import *

View file

@ -24,6 +24,7 @@ license:
See the License for the specific language governing permissions and
limitations under the License.
"""
# [import]
from build123d import *
from ocp_vscode import *