Add documentation to script (#1692)
This commit is contained in:
parent
6e81cc9057
commit
156e67a1b3
|
@ -1,3 +1,13 @@
|
||||||
|
#####################################################################################
|
||||||
|
# generate_diffs.sh #
|
||||||
|
# 08/13/2020 #
|
||||||
|
# Written By David Holdeman #
|
||||||
|
# Checks for changed .kicad_pcb files, generates visual diffs, and uploads them #
|
||||||
|
# to FTP. #
|
||||||
|
#####################################################################################
|
||||||
|
# The FTP location this uploads to is /diffs/plot_<name of kicad_pcb file, without the extension>
|
||||||
|
# In that directory are subdirectorys containing generated SVGs, as well as a 'web' subdirectory,
|
||||||
|
# which contains index.html. Open that in a web browser and you get a nice visual diff of each layer.
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function gendiffs() {
|
function gendiffs() {
|
||||||
|
|
Loading…
Reference in New Issue