kopia lustrzana https://github.com/vilemduha/blendercam
9 wiersze
193 B
Python
9 wiersze
193 B
Python
![]() |
import bpy
|
||
![]() |
|
||
![]() |
d = bpy.context.scene.cam_operations[bpy.context.scene.cam_active_operation]
|
||
|
|
||
![]() |
d.cutter_type = "BALLNOSE"
|
||
![]() |
d.cutter_diameter = 0.0025
|
||
|
d.cutter_length = 25.0
|
||
|
d.cutter_tip_angle = 60.0
|