kopia lustrzana https://github.com/vilemduha/blendercam
Update gcode_generator.py
rodzic
be70f121b3
commit
30c1d8641e
|
|
@ -1,5 +1,8 @@
|
|||
import bpy
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
warnings.simplefilter("once")
|
||||
|
||||
# Get the scene
|
||||
s = bpy.context.scene
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue