From cf6782680b604e54ed70368c915cba15ee06ff0b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 8 Jul 2026 17:09:53 -0500 Subject: replace prusa slicer with orca and enable open-bamboo-plugin on optiplex --- hosts/optiplex/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/optiplex') diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 5108e72..cef632e 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -103,6 +103,8 @@ subpixelRendering = "rgb"; hinting = "none"; }; + # Enable open-bamboo-networking plugin for OrcaSlicer + programs.openBambooNetworking.enable = true; }; system.stateVersion = "25.11"; -- cgit v1.2.3