Skip to content

Commit

Permalink
wip moonraker timelapse klipper config
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 17, 2024
1 parent f458861 commit 702209d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
inherit (pkgs-22-11.nodejs-14_x.pkgs) intelephense;
inherit (pkgs-22-11) chefdk;
inherit (self.packages.${system}) swayWallpaper moonraker-with-timelapse;
inherit (self.packages.${system}) swayWallpaper moonraker-timelapse moonraker-with-timelapse;
inherit myData;

emacs-overlay = inputs.emacs-overlay.overlay;
Expand Down
4 changes: 4 additions & 0 deletions hosts/server-main-elis/services/ender6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
config,
pkgs,
moonraker-with-timelapse,
# moonraker-timelapse,
...
}: {
nixpkgs.overlays = [
Expand Down Expand Up @@ -39,6 +40,9 @@
# These settings have the BLTouch/CRTouch features enabled and
# some extra settings needed for fluidd.
settings = {
# Include the moonraker-timelapse configuration file.
#"include ${moonraker-timelapse}/lib/moonraker-timelapse/klipper-macro/timelapse.cfg" = {};

stepper_x = {
step_pin = "PB8";
dir_pin = "PB7";
Expand Down

0 comments on commit 702209d

Please sign in to comment.