Universal G-code Sender (Platform version) icon

Universal G-code Sender (Platform version) 2.1.18

G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    universal-gcode-platform # Universal G-code Sender (Platform version)
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    universal-gcode-platform # Universal G-code Sender (Platform version)
  ];
}

Package Definition

{
  "pname": "universal-gcode-platform",
  "version": "2.1.18",
  "src": {
    "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.18/macosx-aarch64-ugs-platform-app-2.1.18.dmg",
    "sha256": "c184c58b1395da5fcb740e0643aa7159436cc08ce78321cd780032569de12555"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Universal Gcode Sender.app\" && cp -r \"Universal Gcode Sender.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)",
    "homepage": "https://winder.github.io/ugs_website/"
  }
}