-
-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't save filament presets for Creality K1 #2609
Comments
similar to this I cannot keep any user presets in 1.8.0 |
I figured out the issue, at least in my case. If you add a new printer to OrcaSlicer but don't add any filament to it, you get a "Default Filament" profile. If you modify and save this profile, the slicer does not add your printer (or any printer) to the "compatible_printers" field of the resulting json file, so the profile won't show up after the software is restarted. I'm not closing this issue as I still believe this to be a bug that needs fixing, but to solve it you can manually add your printer to "compatible_printers", or do the much easier solution of adding one of the built in filament profiles for the printer and editing and saving that one instead. |
commit 7c0a061 Author: SoftFever <[email protected]> Date: Sun Dec 3 20:23:55 2023 +0800 Fix mac notary commit be1bd08 Author: SoftFever <[email protected]> Date: Sun Dec 3 09:20:29 2023 +0800 Fix precise wall for Arachne wall generator (SoftFever#2966) Update WIKI for it commit f052206 Author: SoftFever <[email protected]> Date: Sat Dec 2 12:45:02 2023 +0800 Improve PA calibration Line method so it works for bed origin not in (0,0) commit e502ffa Author: SoftFever <[email protected]> Date: Sat Dec 2 01:47:24 2023 +0800 Update locale commit 7237855 Author: SoftFever <[email protected]> Date: Thu Nov 30 23:58:52 2023 +0800 Build release branches commit a18f42e Author: SoftFever <[email protected]> Date: Sat Dec 2 01:27:22 2023 +0800 bump version to V1.8.1 commit b4b9805 Author: SoftFever <[email protected]> Date: Sat Dec 2 01:27:09 2023 +0800 disable misleading 3mf version warning commit e823044 Author: SoftFever <[email protected]> Date: Fri Dec 1 23:13:26 2023 +0800 Improve arc fitting when new overhang slowdown is used (SoftFever#2942) (cherry picked from commit 3923b9c) commit f2f2ede Author: SoftFever <[email protected]> Date: Sat Dec 2 01:27:43 2023 +0800 thick internal bridges (SoftFever#2954) commit 3a8b799 Author: Ioannis Giannakas <[email protected]> Date: Fri Dec 1 15:50:58 2023 +0000 Internal Bridge Flow rate parameter introduction Updated internal bridging flow change and reverted bridge PR (SoftFever#2943) Updated internal bridging flow change & reverted bridge PR (cherry picked from commit ae9a2d5) Internal Bridge Flow rate parameter introduction (SoftFever#2859) * Internal Bridge Flow rate parameter introduction * updated incorrect capitalisation * Updated parameter ordering (cherry picked from commit ce9a8d7) commit 5676e0e Author: SoftFever <[email protected]> Date: Sun Nov 19 19:08:04 2023 +0800 Merge pull request SoftFever#2780 from Noisyfox:bugfix/amd-png Fix PNG build plate texture not rendering on AMD GPUs (cherry picked from commit 93f62a4) commit 8829853 Author: SoftFever <[email protected]> Date: Fri Dec 1 22:27:27 2023 +0800 Revert "Adding new nozzle profiles for the Creality Ender-5 Pro (2019) (SoftFever#2817)" This reverts commit 09a8fa3. commit 09a8fa3 Author: Paul <[email protected]> Date: Wed Nov 29 15:32:58 2023 +0100 Adding new nozzle profiles for the Creality Ender-5 Pro (2019) (SoftFever#2817) * Add 0.6mm Nozzle Configurations for CE5Pro * Add 0.5mm Nozzle Configurations for CE5Pro * Add Nozzle Size Printer Variants 0.2-1.0mm * Add 0.3mm Printer Variant * Add 0.5mm Printer Variant * Fix: 0.6mm Printer Variant * Add Remaining Printer Variants * Add CE5Pro Nozzles to list of Compatible Filament * Add Generic FDM Process for Creality 0.3 Nozzle * Update Generic FDM Process for Creality 0.6 Nozzle * Add FDM Process for Remaining Creality Nozzle * Add Processes For CE5Pro 0.8mm Nozzle * Add Processes For CE5Pro 1.0mm Nozzle * Add Processes For CE5Pro 0.2mm Nozzle * Fix Initial Layer Settings * Add Processes For CE5Pro 0.25mm Nozzle * Add Processes For CE5Pro 0.3mm Nozzle * Remove Profiles Outside their Min/Max Layer Height * Update CE5Pro 0.4 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.2 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.25 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.3 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.5 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.6 Nozzle Naming Scheme to PR1100 * Update CE5Pro 0.8 Nozzle Naming Scheme to PR1100 * Update CE5Pro 1.0 Nozzle Naming Scheme to PR1100 * Incl. Remaining Base Config That Diff Is Based On * Remove whitespace (cherry picked from commit eab8139) commit 4dbd866 Author: Andy <[email protected]> Date: Wed Nov 29 21:33:52 2023 +0700 Russian translation update OrcaSlicer V1.8.0 Release. (SoftFever#2873) * Russian translation update Russian translation update * Russian translation update Russian translation update (cherry picked from commit 48c9143) commit c122c76 Author: Trist0ne <[email protected]> Date: Wed Nov 29 09:35:30 2023 -0500 T500 profile fixes and optimizations (SoftFever#2848) Corrected corrupted buildplate texture, corrected too high accelerations that made printing 0.4mm impossible, optimized T500 print and filament profiles with testing (cherry picked from commit 10a0f58) commit 79a7221 Author: FlashforgeOfficial <[email protected]> Date: Wed Nov 29 22:36:09 2023 +0800 Flashforge: Machine G-code Fix (SoftFever#2922) Machine G-code Fix (cherry picked from commit 930eac0) commit 5f89963 Author: Ioannis Giannakas <[email protected]> Date: Mon Nov 27 13:39:16 2023 +0000 Fix crash when closing application (SoftFever#2904) * Update GUI_ObjectList.cpp * Update GUI_ObjectList.cpp (cherry picked from commit d71eaf9) commit b5b5e03 Author: Ioannis Giannakas <[email protected]> Date: Tue Nov 28 12:44:29 2023 +0000 Fix purging not working for BBL printers (SoftFever#2912) commit f5ec607 Author: SoftFever <[email protected]> Date: Fri Nov 17 20:00:12 2023 +0800 update WIKI commit cb038d0 Author: SoftFever <[email protected]> Date: Fri Nov 17 20:00:05 2023 +0800 fix Prusa MK3S and Mini profile issues Fixed SoftFever#2768 commit 698440d Author: mariuske <[email protected]> Date: Fri Nov 17 12:40:03 2023 +0100 Removed print_flow_ratio from Flashforge process (SoftFever#2769) For some reason this value stayed in this profile file after a recent merge and it's now been removed again. commit b264203 Author: Noisyfox <[email protected]> Date: Fri Nov 17 14:28:48 2023 +0800 Fix creality k1/max default materials (SoftFever#2609) (SoftFever#2767) commit 4dcfd97 Author: SVNMLR <[email protected]> Date: Fri Nov 17 01:01:52 2023 +0100 [Multi Material] Fix first layers of prime tower when using "no sparse layers" (SoftFever#2764) * MM - Add check for first layer * Change: If no sparse layer is on -> Respect the toolchange in the first-layer checkup, to use a brim and slow down printspeed if using a primetower * Fix comment commit 9505f93 Author: SoftFever <[email protected]> Date: Fri Nov 17 07:54:59 2023 +0800 fix thumbnails regression commit bc05653 Author: SoftFever <[email protected]> Date: Thu Nov 16 23:25:28 2023 +0800 orca bot: processing issues in ascending order commit 9af22da Author: SoftFever <[email protected]> Date: Thu Nov 16 23:17:59 2023 +0800 bump version to 1.8 commit 09c77c4 Author: SoftFever <[email protected]> Date: Thu Nov 16 23:02:10 2023 +0800 update profile version to 1.08.00.00 commit 6c957d4 Author: mariuske <[email protected]> Date: Thu Nov 16 15:07:02 2023 +0100 Restructured Flashforge process profiles (SoftFever#2718) * Restructured Flashforge process profiles * Fixed typo in machine profiles * Changed skirt loops to 2 Based on best practise (other profiles), I have changed the number of skirt loops from 1 to 2 commit 75c019a Author: Andy <[email protected]> Date: Thu Nov 16 21:02:13 2023 +0700 Russian translation update (SoftFever#2760) Russian translation update commit 7566df5 Author: SoftFever <[email protected]> Date: Thu Nov 16 19:42:30 2023 +0800 fix snapmaker J1 not displaying bug fixed SoftFever#2750 commit 2fc5a7d Author: Noisyfox <[email protected]> Date: Thu Nov 16 19:15:37 2023 +0800 Fix layer height modifier layout (SoftFever#2708) (SoftFever#2756) commit 565732a Author: SoftFever <[email protected]> Date: Thu Nov 16 19:07:40 2023 +0800 remove print_flow_ratio from profiles and hide it from process setting. It should be only displayed for parts commit e8ac157 Author: FlyingbearOfficial <[email protected]> Date: Thu Nov 16 18:46:32 2023 +0800 Flyingbear official patch 9 (SoftFever#2746) * Add a new brand named Flyingbear Add a new brand named Flyingbear Model name: Flyingbear Reborn3 * Update fdm_machine_common.json fix z_hop 0,2(2) * make bed model smaller and set default internal_solid_infill_pattern to monotonic --------- Co-authored-by: SoftFever <[email protected]> commit 24ae038 Author: Fabio Forcina <[email protected]> Date: Thu Nov 16 11:18:50 2023 +0100 Italian translation (SoftFever#2706) * Update OrcaSlicer_it.po * Italian translation Italian translation * fix errors --------- Co-authored-by: SoftFever <[email protected]> commit f61c504 Author: Exerqtor <[email protected]> Date: Thu Nov 16 11:13:08 2023 +0100 Fix for QOI thumbnails not working (SoftFever#2755) Fix for QOI not working Should remidy the issues in SoftFever#2741
OrcaSlicer Version
1.8.0 Beta 2 (Also happened in 1.7.0)
Printer
Creality K1
How to reproduce
Actual results
The saved profile(s) are gone, replaced with only "Default Filament"
Expected results
The saved profiles still being listed
I can create and save new profiles for my P1P, it's just the K1 that has this issue
The text was updated successfully, but these errors were encountered: