fixed comments

This commit is contained in:
cpu
2026-06-11 20:12:14 +02:00
parent 481d49eaf3
commit a731b064b6

View File

@@ -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