diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 17:07:46 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 17:07:46 +0200 |
commit | c52c7f314ccadcc2fcd91e28c8fd1b88f6d5ce0c (patch) | |
tree | e8b947710b467b32740598ff574982097836f66c /modules/home.legacy/conf/prusa_slicer | |
parent | chore(pkgs/yt): 1.2.1 -> 1.3.0 (diff) | |
download | nixos-config-c52c7f314ccadcc2fcd91e28c8fd1b88f6d5ce0c.tar.gz nixos-config-c52c7f314ccadcc2fcd91e28c8fd1b88f6d5ce0c.zip |
refactor(modules): Move all system modules to `by-name`
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
Diffstat (limited to 'modules/home.legacy/conf/prusa_slicer')
-rw-r--r-- | modules/home.legacy/conf/prusa_slicer/default.nix | 3 | ||||
-rw-r--r-- | modules/home.legacy/conf/prusa_slicer/prusa_slicer.ini | 65 |
2 files changed, 68 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/prusa_slicer/default.nix b/modules/home.legacy/conf/prusa_slicer/default.nix new file mode 100644 index 00000000..9529e13d --- /dev/null +++ b/modules/home.legacy/conf/prusa_slicer/default.nix @@ -0,0 +1,3 @@ +{...}: { + xdg.configFile."PrusaSlicer/PrusaSlicer.ini".source = ./prusa_slicer.ini; +} diff --git a/modules/home.legacy/conf/prusa_slicer/prusa_slicer.ini b/modules/home.legacy/conf/prusa_slicer/prusa_slicer.ini new file mode 100644 index 00000000..0416a398 --- /dev/null +++ b/modules/home.legacy/conf/prusa_slicer/prusa_slicer.ini @@ -0,0 +1,65 @@ +alert_when_supports_needed = 1 +allow_auto_color_change = 1 +allow_ip_resolve = 1 +auto_toolbar_size = 100 +autocenter = 0 +background_processing = 0 +clear_undo_redo_stack_on_new_project = 1 +collapsed_sidebar = 0 +color_mapinulation_panel = 0 +custom_toolbar_size = 100 +default_action_on_close_application = none +default_action_on_new_project = none +default_action_on_select_preset = none +downloader_url_registered = 1 +drop_project_action = 1 +export_sources_full_pathnames = 0 +no_controller = 1 +no_defaults = 1 +no_templates = 0 +non_manifold_edges = 1 +notify_release = all +order_volumes = 1 +preset_update = 1 +remember_output_path = 1 +remember_output_path_removable = 1 +restore_win_position = 1 +reverse_mouse_wheel_zoom = 0 +seq_top_layer_only = 1 +show_drop_project_dialog = 1 +show_hints = 1 +show_incompatible_presets = 0 +show_splash_screen = 1 +single_instance = 0 +use_binary_gcode_when_supported = 0 +use_custom_toolbar_size = 0 +use_free_camera = 0 +use_inches = 0 +use_perspective_camera = 1 +view_mode = advanced +wifi_config_dialog_declined = 0 +window_mainframe = 3; 33; 1914; 1044; 1 + +[filaments] +Generic PETG @PGIS = 1 +Generic PLA @PGIS = 1 +Generic PLA Silk @PGIS = 1 +Prusa PETG @PGIS = 1 +Prusa PLA @PGIS = 1 +Prusament PETG @PGIS = 1 +Prusament PLA = 1 +Prusament PLA @PGIS = 1 +Prusament PLA @Template = 1 +Prusament PLA Blend @PGIS = 1 +Prusament rPLA @PG = 1 + +[presets] +filament = Prusament PLA +physical_printer = +print = 0.25mm DRAFT @MINI +printer = Original Prusa MINI & MINI+ +sla_material = +sla_print = + +[vendor:PrusaResearch] +model:MINI = 0.4 |