kopia lustrzana https://github.com/vilemduha/blendercam
8 wiersze
192 B
Python
8 wiersze
192 B
Python
|
|
import bpy
|
||
|
|
d = bpy.context.scene.cam_operations[bpy.context.scene.cam_active_operation]
|
||
|
|
|
||
|
|
d.cutter_type = 'BALLNOSE'
|
||
|
|
d.cutter_diameter = 0.0070
|
||
|
|
d.cutter_length = 25.0
|
||
|
|
d.cutter_tip_angle = 60.0
|