Skip to content

Commit

Permalink
Default to generate milling files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnson, John T committed Sep 2, 2022
1 parent 4ada0b6 commit 567a0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/pcb-defaults.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Default values for generating gcode from a PCB.
//
// These settings were last changed with pcb-gcode-setup: 8/5/22 4:33 PM
// These settings were last changed with pcb-gcode-setup: 9/2/22 12:50 PM
//
//
// Changes you make in this file will be overwritten if you use pcb-gcode-setup.
Expand All @@ -25,7 +25,7 @@ int GENERATE_BOTTOM_STENCIL = NO;
int MIRROR_BOTTOM = NO;
int SIMPLE_DRILL_CODE = NO;

int GENERATE_MILLING = NO;
int GENERATE_MILLING = YES;
int CLIMB_MILLING = YES;

int GENERATE_TEXT = NO;
Expand Down

0 comments on commit 567a0ab

Please sign in to comment.