Universal G-code Sender (Platform version) icon

Universal G-code Sender (Platform version) 2.1.24

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.24",
  "src": {
    "url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.24/macosx-aarch64-ugs-platform-app-2.1.24.dmg",
    "sha256": "e8b61381d6535aaa5335f20115c3278e2903674fba14d96c860d1070d980b40e"
  },
  "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/"
  }
}