LogoLogo
  • TJUAV Documentation
  • Documentation
    • What is TJUAV?
      • Subsystems
      • Competition Details (2021)
    • How to Use Gitbook
    • Table of Contents
  • RC Guide
    • Introduction
    • Aerodynamics & Flight
      • Forces of Flight
    • RC Electronics
      • Comms
      • Power / Propulsion System
        • Batteries / Battery Chargers
        • ESCs
        • Motors
    • Control Surfaces
    • Propellers
      • Function
      • CW and CCW Propellers
      • Thrust Table
    • Flight Simulations
    • Tools
      • Laser Cutter
      • 3D Printer
    • Getting Certified
  • Software
    • Programming
      • Git
      • Python
      • JS
      • VSCode
      • Mission Planner
    • Mechanical
      • Fusion360
        • Installation
        • Fusion Teams
        • Sketches
        • Sketch Tools
        • Parameters
        • Timeline
        • Solid Tools
        • Components
        • Joints & Assemblies
        • Add-Ins
        • Good Practice
      • AutoCAD
      • Cura
        • Initial Setup
        • Profiles
        • Quality
        • Shell
        • Infill
        • Material
        • Speed
        • Travel
        • Cooling
        • Supports
        • Adhesion
        • Experimental
    • Website
      • Code Documentation
      • Heroku Usage
      • AWS Usage
      • GitHub Pages
  • Hardware
    • Computers
    • Radios
      • RFD900x
      • Ubiquiti Bullet and Powerbeam M2
    • Cameras
      • Gphoto2
      • Sony α5000/α5100
      • See3Cam_CU135
      • Arducam 4
    • Power
  • Mechanical Progress
    • Airframes
      • Razgriz
      • Hyperion
      • Testing Plane
      • Avalon
        • Avalon Mk.1
        • Avalon Mk.2
    • UGVs
      • Electrical System
      • Drop Mechanism
      • Speed Car Super Speed
      • SPARTA
  • Programming Progress
    • Computer Vision
      • Preprocessing Techniques
      • Map Stitching
        • SIFT
      • Detection / Classification
        • Canny / Contours
        • Blob Detection
        • KMeans
        • Mean Shift Filter
        • RotNet
    • Autopilot
      • A*
      • RRT*
      • Genetic Algs
      • Spline Navigation
  • Master Code
    • GroundStation
      • Frontend
      • Backend
    • Computer Vision
      • Image Capturing
      • Map Stitching
      • Detection
      • Classification
    • Autopilot
    • Comms
      • Image Compression
      • Packet Format
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. RC Guide
  2. Tools

Laser Cutter

How to format flite test plans to dxf files and laser cut them

PreviousToolsNext3D Printer

Last updated 4 years ago

Formatting Import your file into AutoCAD. Find the page for your plane, click Resources, then download the Full Plans. In a new file in AutoCAD, import the plans as a PDF.

Foam board is like a sandwich. The bread is the paper, and the inside is the foam. A full cut cuts through all three layers, score cut is one paper layer and the foam, leaving one layer of paper left, and a crease cut cuts through only one layer of paper, but no foam.

Disclaimer: in the image above, the regular cuts were set to red, but that is incorrect. Set them to Blue. Throughout this tutorial, score cuts were mistakenly set to blue, and full cuts were mistakenly set to red. It should be the other way around.

Your goal will be to fit all the parts within 18x24 inch rectangles and as few rectangles as possible. This is because TJ's largest laser cutters can cut 18x24 inches maximum. Your final result should be multiple dxf files that are numbered, each with only one 18x24 rectangle containing parts. Try not to have any parts sit on the edge of the rectangle, as the laser cutter's range is actually slightly less than 18x24. Cutting

  1. Press Ctrl+P

    1. Change the Printer/plotter name to the laser cutter you are using

    2. Click Properties..., Advanced Settings, and adjust the color settings appropriate to your color scheme (Red: cut, Blue: score, Green/Cyan: reference) *

    3. Change What to plot to Window, then click on two corners of the 18x24 rectangle that are not adjacent

    4. Uncheck Fit to paper

    5. Change Scale to 1:1

    6. Change Plot style table to laser.ctb

    7. Click Apply to Layout

    8. Click Preview... to make sure your lines show up and the plot matches your format

    9. Click OK

  2. Put a sheet of 18x24 inch foam board into the laser cutter

  3. Click focus and adjust the laser cutter to the correct height

  4. Turn on the ventilation and open the air valve

  5. Press the green button on the printer to start printing

Select Import PDF from the top left drop down menu
Press Enter to get to the file selection menu
Import the first page with the default settings shown above
Import additional pages by selecting "Specify insertion point on-screen"
Insert additional pages to the side of preexisting pages
Type "layer" and press Space to open the layer menu
Click the light bulbs to figure out which layers are for what
Freeze the layers you want to keep, then select and delete what's left
Select the layers that are now empty and delete them except layer "0", if possible
Now delete any fold references, additional text, and the firewall and control horns that I marked yellow
Refer to the legend on the PDF plans, the Tiny Trainer's is show above
Find the color that is being used for a cut. In this case, (34, 31, 31)
Type "qselect" and press Space to open the quick select menu. Switch ByLayer Value to "Select Color..."
Switch to True Color tab, change Color model to RGB, and enter the color that was used for cuts
Change all the selected lines to the correct color for cuts. In our case, "Blue", not an RGB value that is blue
Looks like some cuts are "ByLayer" type. Qselect these lines to Blue as well
Change all the score cuts to the correct color. In this case, qselect (235, 28, 35) to "Red" for score cuts
What's left is the crease cuts, also known as reference lines. In this case, (0, 172, 237) to "Green" or "Cyan"
Merge all layers except "0" to Target layer "0". You can close the layer menu now
Select all lines, then change to 0.00 mm lineweight
Type command "overkill", select everything, press Enter, and click OK
Save as a 2010 dxf to avoid compatibility issues with other AutoCAD programs in the school
Select everything, drag and drop to the side, then use the "rectang" command
First corner point is 0,0, second is 24,18. Use tab and enter to enter parameters
Use commands "move" and "rotate". You can also move through selection then drag and drop
Green type selection selects all objects overlapped. Green: left or counterclockwise
Blue type selection only selects objects that are completely enclosed. Blue: right or clockwise
Example of a final result, this one actually has the correct colors for score and full cuts
The AutoCAD Print menu