Skip to content

Instantly share code, notes, and snippets.

@j0uni
Created December 3, 2014 22:03
Show Gist options
  • Save j0uni/ec7452954d5dd1ee2ea4 to your computer and use it in GitHub Desktop.
Save j0uni/ec7452954d5dd1ee2ea4 to your computer and use it in GitHub Desktop.
My pcb-machine.h for Eagle pcb-gcode ULP
//
// For ease of use, and to avoid overwritting your settings,
// use pcb-gcode-setup to make changes to these settings.
//
real DEFAULT_Z_HIGH = 12.700000;
real DEFAULT_Z_UP = 2.540000;
real DEFAULT_Z_DOWN = -0.15;
real DRILL_DEPTH = -2.000000;
real DRILL_DWELL = 1.000000;
real SPINDLE_ON_TIME = 10.000000;
real MILLING_DEPTH = -0.254000;
real TEXT_DEPTH = -0.127000;
real TOOL_CHANGE_POS_X = 12.700000;
real TOOL_CHANGE_POS_Y = 15.240000;
real TOOL_CHANGE_POS_Z = 5.000000;
real FEED_RATE = 200.000000;
real FEED_RATE_Z = 80.000000;
real DEFAULT_WIDTH = 0.25;
real X_OFFSET = 0.000000;
real Y_OFFSET = 0.000000;
real X_HOME = 0.000000;
real Y_HOME = 0.000000;
real EPSILON = 0.002540;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment