2025-08-01
This commit is contained in:
parent
56c40db613
commit
d7cbf99409
6 changed files with 1197 additions and 114 deletions
|
@ -32,7 +32,7 @@
|
|||
"is_split_compound": false,
|
||||
"keyboard_supported": "none/alt/control/shift",
|
||||
"language": "en_AU",
|
||||
"last_backup_path": "/tmp/orcaslicer_model/Fri_Jul_04/04_58_59#253027#49",
|
||||
"last_backup_path": "/tmp/orcaslicer_model/Sat_Jul_12/17_25_48#1659992#49",
|
||||
"last_export_path": "/run/media/buymymojo/sdf2/Nextcloud/Printing-2025/Neptune4Pro/Sunlu/PLA+",
|
||||
"linear_defletion": "0.003",
|
||||
"log_severity_level": "warning",
|
||||
|
@ -90,7 +90,7 @@
|
|||
"user_mode": "advanced",
|
||||
"version": "01.10.01.50",
|
||||
"window_layout": "layout2|name=sidebar;caption=;state=1996;dir=4;layer=0;row=1;pos=0;prop=100000;bestw=755;besth=900;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=3758;floaty=463;floatw=771;floath=939|name=main;caption=;state=256;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=20;besth=20;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|dock_size(5,0,0)=20|dock_size(4,0,1)=757|",
|
||||
"window_mainframe": "0; 28; 2560; 1412; 1",
|
||||
"window_mainframe": "2560; 28; 2560; 1364; 1",
|
||||
"zoom_to_mouse": false,
|
||||
"zoom_view": "none/mouse left"
|
||||
},
|
||||
|
@ -238,6 +238,7 @@
|
|||
}
|
||||
],
|
||||
"presets": {
|
||||
"filament_colors": "#F2754E",
|
||||
"filaments": null,
|
||||
"machine": "Elegoo Neptune 4 Pro (0.4 nozzle) - retraction-tune"
|
||||
},
|
||||
|
@ -247,7 +248,7 @@
|
|||
"timelapse": "1"
|
||||
},
|
||||
"recent": {
|
||||
"last_opened_folder": "/home/buymymojo/Downloads",
|
||||
"last_opened_folder": "/home/buymymojo/Downloads/Duck you - 6129491/files",
|
||||
"printhost_path": "sda1/3dfillies/matte/tuning/",
|
||||
"settings_folder": "/home/buymymojo/Desktop"
|
||||
},
|
||||
|
|
|
@ -23,3 +23,4 @@ fish_add_path $(go env GOBIN)
|
|||
fish_add_path $(go env GOPATH)/bin
|
||||
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
autoSetupRemote = true
|
||||
default = current
|
||||
followTags = true
|
||||
autoSetupRemote = true
|
||||
[pull]
|
||||
default = current
|
||||
rebase = true
|
||||
|
|
|
@ -4,7 +4,7 @@ version:
|
|||
- 29
|
||||
- 1
|
||||
release:
|
||||
checked: "2025-07-06T03:21:34.000485253Z"
|
||||
checked: "2025-07-16T10:34:36.167763049Z"
|
||||
latest: 0.29.1
|
||||
migrations:
|
||||
adopted_cache: true
|
||||
|
@ -12,9 +12,9 @@ migrations:
|
|||
set_default_manifest_url_to_null: true
|
||||
manifests:
|
||||
"https://raw.githubusercontent.com/mtkennerly/ludusavi-manifest/master/data/manifest.yaml":
|
||||
etag: "W/\"4f36043dc5eceba9ca99081d92e32906ea833dc0aef9574cbd2324a0bf58ca8a\""
|
||||
checked: "2025-07-06T03:21:34.830492486Z"
|
||||
updated: "2025-07-06T03:21:34.830492486Z"
|
||||
etag: "W/\"c6cc5fb9deabedbc205903e8d05310bef72d795b505f1c08331de87bbd60c22b\""
|
||||
checked: "2025-07-16T10:34:36.963969633Z"
|
||||
updated: "2025-07-16T10:34:36.963969633Z"
|
||||
roots:
|
||||
- store: heroic
|
||||
path: /home/buymymojo/.config/heroic
|
||||
|
@ -53,6 +53,7 @@ backup:
|
|||
- "Cyber Knights: Flashpoint"
|
||||
- Cyberpunk 2077
|
||||
- Deadlock
|
||||
- "Death Stranding Director's Cut"
|
||||
- Deltarune
|
||||
- "Divinity: Original Sin II - Definitive Edition"
|
||||
- Dolphin
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@ screenshot-jxl-distance=0.0
|
|||
screenshot-jxl-effort=9
|
||||
screenshot-avif-encoder=libsvtav1
|
||||
screenshot-avif-pixfmt=yuv420p
|
||||
screenshot-avif-opts=lossless=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4
|
||||
screenshot-avif-opts=lossless=1,depth=8,preset=2,adaptive-film-grain=1,film-grain=4
|
||||
|
||||
# Cookie file for websites like crunchyroll
|
||||
# ytdl-raw-options=cookies=[C:\Users\hello\scoop\apps\mpv\0.34.0\portable_config\cookies.txt]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue