#cam Log v0.1

logs Catalogue

This page loads from the db, refresh as and when. It displays 24 hrs
For older data http://camlog.archivist.info/previous.php, logs go back to 2009-01-18

Table logs
date_time
user
message
2012-05-19 03:00:54
joe9
i have 3-D stl object. I am not able to figure out how to get heekscnc to generate gcode for it.
2012-05-19 03:01:14
joe9
I "Import the object" with File -> Import.
2012-05-19 03:01:37
joe9
this is the .stl file: http://codepad.org/C6dblko3
2012-05-19 03:02:39
joe9
For a simple sketch, I would go to Machining -> Add New Milling Operation -> Add Profiling Operation
2012-05-19 03:03:15
joe9
But, If i do the same with the 3-D stl object, heekscnc complains that there are no sketches selected even though I have the 3D object selected.
2012-05-19 03:03:19
joe9
Any thoughts, please?
2012-05-19 03:30:11
joe9
csg seems to be a good format for transferring 3-D images. but, heekscad does not have an import option for csg format.
2012-05-19 04:42:43
sliptonic
joe9: For 3D objects, you're doing surfacing operations. (If you want to do a profile of a 3D object, create a sketch from a face).
2012-05-19 04:43:00
sliptonic
For true 3D operations you have a couple things to play with.
2012-05-19 04:43:23
sliptonic
Select the object and apply a 3D zigzag operation.
2012-05-19 04:44:33
sliptonic
You can also draw a sketch around the object to serve as a boundary area. Then do a pocket of the boundary.
2012-05-19 04:45:20
sliptonic
If you precede the pocket operation with an 'attach' operation related to the solid, the pocket Z-depth will be controlled by the surface.
2012-05-19 04:45:59
sliptonic
Not sure if that's clear, but play with it and ask again if you can't figure it out.
2012-05-19 04:53:18
joe9
sliptonic: thanks. that makes sense.
2012-05-20 00:14:46
joe9
sliptonic: i am wondering if there is any way that I can script the sketch? something similar to what heekspython does. i could not get heekspython to work. but, not sure if there is functionality already in heekscad to do so.