diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:06:57 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:14:24 +0200 |
commit | 5156e1aae36a153be98b6832ab3ced7be2b2faee (patch) | |
tree | 3f050d3bc567af4c72f87e0925d21c3521436e45 /hm/soispha/conf/prusa_slicer | |
parent | refactor(hm/conf/zsh): Remove old zsh-prompt file (diff) | |
download | nixos-config-5156e1aae36a153be98b6832ab3ced7be2b2faee.zip |
refactor(hm): Rename to `modules/home`
Diffstat (limited to 'hm/soispha/conf/prusa_slicer')
-rw-r--r-- | hm/soispha/conf/prusa_slicer/default.nix | 3 | ||||
-rw-r--r-- | hm/soispha/conf/prusa_slicer/prusa_slicer.ini | 65 |
2 files changed, 0 insertions, 68 deletions
diff --git a/hm/soispha/conf/prusa_slicer/default.nix b/hm/soispha/conf/prusa_slicer/default.nix deleted file mode 100644 index 9529e13d..00000000 --- a/hm/soispha/conf/prusa_slicer/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - xdg.configFile."PrusaSlicer/PrusaSlicer.ini".source = ./prusa_slicer.ini; -} diff --git a/hm/soispha/conf/prusa_slicer/prusa_slicer.ini b/hm/soispha/conf/prusa_slicer/prusa_slicer.ini deleted file mode 100644 index 0416a398..00000000 --- a/hm/soispha/conf/prusa_slicer/prusa_slicer.ini +++ /dev/null @@ -1,65 +0,0 @@ -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 |