fixed comments
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# export_for_msla.sh — KiCad Gerber export + pm4n generation for Anycubic Photon Mono 4
|
# export.sh — KiCad Gerber export + pm4n generation for Anycubic Photon Mono 4
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# ./export_for_msla.sh [OPTIONS] <path/to/board.kicad_pcb>
|
# ./export.sh [OPTIONS] <path/to/board.kicad_pcb>
|
||||||
#
|
#
|
||||||
# Options:
|
# Options:
|
||||||
# --layers LAYER,LAYER,... KiCad layer names to export (default: F.Cu)
|
# --layers LAYER,LAYER,... KiCad layer names to export (default: F.Cu)
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
# Verbose output: full progress from KiCad and the converter.
|
# Verbose output: full progress from KiCad and the converter.
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# ./export_for_msla.sh --invert F.Cu,B.Mask --mirror F.Cu,F.Mask panel/board.kicad_pcb
|
# ./export.sh --invert F.Cu,B.Mask --mirror F.Cu,F.Mask panel/board.kicad_pcb
|
||||||
#
|
#
|
||||||
# KiCad layer name → Gerber filename stem:
|
# KiCad layer name → Gerber filename stem:
|
||||||
# F.Cu → F_Cu B.Cu → B_Cu
|
# F.Cu → F_Cu B.Cu → B_Cu
|
||||||
|
|||||||
Reference in New Issue
Block a user