diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-23 13:31:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-23 13:33:40 +0200 |
commit | fd9b0ecef4142a62b45404700ba1cff488f84a73 (patch) | |
tree | ef6c1f74f05a2220a41ccff4b0890c39229f32f7 /modules/home/conf/prusa_slicer | |
parent | refactor(pkgs): Categorize into `by-name` shards (diff) | |
download | nixos-config-fd9b0ecef4142a62b45404700ba1cff488f84a73.zip |
refactor(modules/home): Setup as "normal" NixOS module
Diffstat (limited to 'modules/home/conf/prusa_slicer')
-rw-r--r-- | modules/home/conf/prusa_slicer/default.nix | 3 | ||||
-rw-r--r-- | modules/home/conf/prusa_slicer/prusa_slicer.ini | 65 |
2 files changed, 68 insertions, 0 deletions
diff --git a/modules/home/conf/prusa_slicer/default.nix b/modules/home/conf/prusa_slicer/default.nix new file mode 100644 index 00000000..9529e13d --- /dev/null +++ b/modules/home/conf/prusa_slicer/default.nix @@ -0,0 +1,3 @@ +{...}: { + xdg.configFile."PrusaSlicer/PrusaSlicer.ini".source = ./prusa_slicer.ini; +} diff --git a/modules/home/conf/prusa_slicer/prusa_slicer.ini b/modules/home/conf/prusa_slicer/prusa_slicer.ini new file mode 100644 index 00000000..0416a398 --- /dev/null +++ b/modules/home/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 |