Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Erik Strand
strandstring
Commits
a7b63c75
Commit
a7b63c75
authored
May 10, 2019
by
Erik Strand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't mill around the board when cutting traces
parent
cf652686
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
node_board/main.cpp
node_board/main.cpp
+2
-1
No files found.
node_board/main.cpp
View file @
a7b63c75
...
...
@@ -19,7 +19,8 @@ public:
{
png_writer_
.
allocate
(
width_px_
+
4
*
min_cut_thickness_px_
,
height_px_
+
4
*
min_cut_thickness_px_
);
png_writer_
.
set_all_pixels_black
();
png_writer_
.
set_all_pixels
(
255
);
draw_int_rectangle
(
0
,
width_px_
,
0
,
height_px_
,
0
);
}
int32_t
to_px
(
double
x
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment