kopia lustrzana https://github.com/vilemduha/blendercam
version 0.9.2
rodzic
67b8379a8f
commit
8a3875dbdb
|
|
@ -40,12 +40,12 @@ import pickle
|
|||
bl_info = {
|
||||
"name": "CAM - gcode generation tools",
|
||||
"author": "Vilem Novak",
|
||||
"version": (0, 9, 0),
|
||||
"version": (0, 9, 2),
|
||||
"blender": (2, 80, 0),
|
||||
"location": "Properties > render",
|
||||
"description": "Generate machining paths for CNC",
|
||||
"warning": "there is no warranty for the produced gcode by now",
|
||||
"wiki_url": "blendercam.blogspot.com",
|
||||
"wiki_url": "https://github.com/vilemduha/blendercam/wiki",
|
||||
"tracker_url": "",
|
||||
"category": "Scene"}
|
||||
|
||||
|
|
|
|||
|
|
@ -437,8 +437,6 @@ class CAM_OPERATIONS_Panel(CAMButtonsPanel, bpy.types.Panel):
|
|||
|
||||
if ao.strategy in ['CARVE', 'PROJECTED_CURVE']:
|
||||
layout.prop_search(ao, "curve_object", bpy.data, "objects")
|
||||
if ao.carve_pocketCurveSource:
|
||||
layout.prop(ao, 'dist_between_paths')
|
||||
if ao.strategy == 'PROJECTED_CURVE':
|
||||
layout.prop_search(ao, "curve_object1", bpy.data, "objects")
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue