CAM Files Protocol: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Protocol=
{{Hint|*Document on the wiki.
*Use DXF plugin in [[Inkscape]] or [[LibreCAD]] to generate profiles for cutting. You can also use FreeCAD to export DXFs from 3D CAD.
*Use FreeCAD or [[BlocksCAD]] to generate STL files
*Upload all files to the wiki}}
=About=
Computer Aided Manufacturing (CAM) files are toolpath files that enable a computer-controlled machine - such as a CNC Torch Table or a CNC Milling Machines - to produce parts automatically by using the CAM files as blueprints.
Computer Aided Manufacturing (CAM) files are toolpath files that enable a computer-controlled machine - such as a CNC Torch Table or a CNC Milling Machines - to produce parts automatically by using the CAM files as blueprints.


Line 4: Line 11:
::*DXF format for scale-model laser cutting - [[OSE Rapid Prototyping]]
::*DXF format for scale-model laser cutting - [[OSE Rapid Prototyping]]
::*STL format for 3D printing - tubing for the [[Tractor Construction Set]] - scale models [[OSE Rapid Prototyping]]
::*STL format for 3D printing - tubing for the [[Tractor Construction Set]] - scale models [[OSE Rapid Prototyping]]
::*DXL format for cutting steel sheet via CNC Torch Table - the Brick Press [[CEB_Press_CAM_Files]]
::*DXF format for cutting steel sheet via CNC Torch Table - the Brick Press [[CEB_Press_CAM_Files]]
 
::*Gcode files - code that [[Marlin]] can use
==Protocol==
::*.sch and .brd files in [[KiCad]]
''Special Note: The 'Sketchup SKP files to DXF or STL' plugin must first be installed locally. If you do not have the 'Export to DXF or STL' option under Tools, the plugin will need to be downloaded and installed. See below for installation instructions.''


#Open original file in SketchUp.
=More=
#Ensure that all objects to be exported are aligned flat to the plane of the Z-axis. *''Note: 3D objects aligned vertically will NOT be exported successfully.''
[[http://www.plasmasystemsinc.com/PDF/EA_Plasma,_Laser,_Oxyfuel.pdf some useful info on cutting tolerances, kerf etc to take into account when laying out CAM files]]
#Select all objects that are needed for the CAM file. *''Note: Ensure that all edges of desired objects are selected, faces are NOT exported during conversion, this is normal.''
#Go to File Menu and select command Tools > Export to DXF or STL.
#Select "inches" in dialogue box drop down menu (selected by default), click OK.
#In second dialogue box, entities to export, choose best option from drop down that matches needs of destination CAM software. *''Note: The most often used type is 'polylines', and are typical for DXF files.''
#For STL export, select 'stl' from the second dialogue box (entities). The option is located at bottom of list in drop-down menu, below 'polylines'.
#In the save dialogue, name the file (ensure file extension is correct), choose location, click OK. *''Note: Ignore 'Save as type:' drop down menu.''
#Final dialogue box will report number of faces, lines, and objects converted. Click OK. *''Note: Do not be alarmed by the 'objects ignored' count, the script must alter the objects' properties in order to convert the file.''
#Your CAM file is ready.
#Documentation: Open CAM file in appropriate software, capture screen shots and embed images next to your CAM file on wiki.


==Plugin Installation==
=Integration=
#Go to [http://www.guitar-list.com/download-software/convert-sketchup-skp-files-dxf-or-stl/ www.guitar-list.com/download-software/convert-sketchup-skp-files-dxf-or-stl] in a web browser and download the appropriate version ('''skp_to_dxf.np''' for SketchUp 2014).
*Is there an easy export from FreeCAD to DXF for cutting? This should be available to facilitate large-scale collaboration.
#Navigate to your SketchUp Tools folder, for SketchUp 2014 in Microsoft Windows - C:/Program Files(x86)/SketchUp/SketchUp 2014/Tools
#Copy the '''skp_to_dxf.np''' file into the Tools folder.
#Restart SketchUp, installation is complete.

Latest revision as of 21:05, 26 September 2019

Protocol

HintLightbulb.png Hint: *Document on the wiki.

  • Use DXF plugin in Inkscape or LibreCAD to generate profiles for cutting. You can also use FreeCAD to export DXFs from 3D CAD.
  • Use FreeCAD or BlocksCAD to generate STL files
  • Upload all files to the wiki

About

Computer Aided Manufacturing (CAM) files are toolpath files that enable a computer-controlled machine - such as a CNC Torch Table or a CNC Milling Machines - to produce parts automatically by using the CAM files as blueprints.

Examples of CAM files:

More

[some useful info on cutting tolerances, kerf etc to take into account when laying out CAM files]

Integration

  • Is there an easy export from FreeCAD to DXF for cutting? This should be available to facilitate large-scale collaboration.