FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
plotter/plot.sh at main · brianlow/plotter · GitHub
brianlow
/
plotter
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
35
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
plotter
/
plot.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
12 lines (7 loc) · 372 Bytes
Breadcrumbs
plotter
/
plot.sh
Copy path
File metadata and controls
executable file
·
12 lines (7 loc) · 372 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#!
/bin/bash
INPUT=
$1
OUTPUT=
${INPUT
%
.svg}
.gcode
echo
"
$INPUT
->
$OUTPUT
"
vpype --config
"
${PWD}
/vpype.toml
"
read
"
$INPUT
"
scale --origin 0 86mm -- 1 -1 translate 45mm 38mm linemerge linesort gwrite --profile default
"
$OUTPUT
"
#
TODO: filter --min-length 0.5mm
#
TODO: combine all layers (so don't need to group in AD), split out based on stroke/color?, pens command?
Back
|
FazBrowse Home
|
New Git URL