Compare commits

...
Author SHA1 Message Date
Hanif Koh 02b8e26a4f Move the Cube with the Wipe Tower in the Profile Validator
The slice check centres its cube on the bed, puts the prime tower beside
it, then pulls the tower alone inside the printable outline. On a bed too
narrow for the estimated footprint that pull drags the tower back over
the cube: Volumic EXO42 IDRE MIRROR MODE (189 mm wide, 87.6 mm estimate)
logged "gcode path conflicts found between WipeTower and cube" in every
run, and three ~105 mm beds were left with 0.15 to 3.3 mm of clearance.

The cube and the tower's footprint are now pulled inside as one rigid
pair, so the clearance between them is fixed by construction. A bed too
small for the pair keeps the old placement, and presets that were never
clamped keep their exact layout.
2026-09-21 18:45:16 +08:00
barmanr 64cad00569 fix: update OrcaArena product URL (#15796)
Merged by /bot merge on behalf of @barmanr (id 281100727).
Grants: resources/profiles/OrcaArena, resources/profiles/OrcaArena.json
Head: 794db5d30d
2026-09-21 09:53:13 +00:00
SoftFever 45940a573d Grant pull-requests write so profile PR labels and the partner notice actually post 2026-09-21 17:13:44 +08:00
HanifKoh 8b63628cf9 Restore Plugin HTML After a WebKit Reload (#15737)
Plugin dialog content is injected with SetPage, so on the WebKit backends a
reload (context menu, keyboard shortcut or location.reload()) re-fetches the
SetPage base URL instead of the injected document, and the plugin UI is gone
for good: load_plugin_content() returned early once m_content_loaded was set.

Re-inject the plugin HTML when a main-frame load after the initial swap is
neither that swap nor a page the plugin linked to. m_own_page_load marks the
load our own SetPage caused, and the URL test recognises the reload: the
injected document and the directory a reload re-fetches both report the base
URL, so a load of any other URL is left alone. The test ignores a fragment the
page navigated to, and undoes the escaping the web view applies to what the
resources path holds.

A load reaching the base URL is not enough on its own, because WebKitGTK reports
a navigation that never committed against the document that stayed and then
finishes that document again: a link to a missing file therefore arrives as a
load of the base URL and reads exactly like a reload. So the re-injection also
requires a navigation to the base URL to have committed, which a reload always
does and a failure never does.

A bootstrap page that cannot be loaded is still not recovered from: WebKitGTK
substitutes a stock error page for it, and that load supersedes the swap
whichever way the swap is ordered around it. The file ships, so this is a
broken-install path; nothing here makes it worse than it already was.

No separate MSW path is needed: wxWebViewEdge ignores the SetPage base URL, so
its documents report about:blank and the test never matches there, and WebView2
reloads NavigateToString content from its own history entry anyway.
2026-09-21 17:09:05 +08:00
dremc c8bfd2ad3e Fix instantiation on DREMC Filament (#14659) 2026-09-21 16:53:16 +08:00
Alexander Haibl 3eae4c6997 fix-start-gcode for many creality printers (#14652) 2026-09-21 16:22:32 +08:00
gyarros 83eaf3bcfc FilAr PLA-mate: lower bed temperature to 50 C (#14489) 2026-09-21 16:07:49 +08:00
Davide Garberi 454ef1571b Update generic filament profiles for Creality SPARKX i7 (#14388) 2026-09-21 16:01:14 +08:00
Grant Harkness a5d3aaefd3 Creality K1-family CFS support (K1 SE) — follow-up to #13752 (#14089) 2026-09-21 11:37:50 +08:00
Bilal7828 b8f4aa782e Adds M3D D8500 Enabler Pro(Improved Profile + Printings Process Presets)+ Enabler D7500 Support + M3D Enabler PLA Profile (#11973) 2026-09-21 10:41:24 +08:00
Matias Alejandro Yocca abf76490e4 feature: Add granular print time placeholders for days, hours, minutes, and seconds (#13063) 2026-09-21 10:40:08 +08:00
Drew WingfieldandSoftFever 6e4be42a04 UltiMaker S5 Profile + Local API Support (#14062)
* Add Ultimaker S5 Profile - WIP

* Add Ultimaker physical printer base

* Ultimaker API WIP for base update.

* Fix undefined reference error.

* Add UMS5 profile, add placeholders for testAuth stuff.

* Fix non-const func definitions, make func names align with style guide.

* Localization stuff? IDK if this does anything or is required.

* Add cover image

* Auth code cleanup, add UI button for auth cred generation, implement various auth checks and tests.

* Fix auth stuff

* Clean up code

* Get upload code sort-of working, fix typo

* Update printer settings and start/end gcodes

* Add makeGriffinCompatible preprocessor script to prevent machine crash, update machine profile.

* Fix buildplate size, fix time missing bug, add S5 buildplate model

* Correct capitalization to UltiMaker

* Fix display bug, fix capitalization bug

* Implement credential generation button and logic

* Fix generate auth creds button, add todos, fix capitalization.

* Actually fix generate auth credentials.

* Fix generate auth creds message.

* Update UM S5 machine limits

* Revert accidental commit.

* Fix postprocessor, clean up code.

* Update presets for multi-extruder printing.

* Add Single Extruder and Fast profiles.

* Code cleanup

* Register and validate the UltiMaker S5 presets

* Show the Generate API Key button only for UltiMaker print hosts

The PR added it to the Physical Printer dialog for every host type, where pressing it runs an ordinary connection test and reports "API Key created". Gate it on the selected host type instead.

* Drop unused lambda captures in the UltiMaker host code

clang promotes -Wunused-lambda-capture to an error under the project's -Werror, so the file failed to build on macOS; the five callbacks do not touch this.

* Fix the Windows build of the UltiMaker print host

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2026-09-21 01:00:55 +08:00
SoftFever 505a46b280 Move check_profile's downloads to a per-user cache outside the repo
The validator, fixture archives and unpacked fixture trees no longer live under <repo>/.test/check_profiles, so every worktree on a machine shares one copy instead of re-downloading. macOS, Linux and Windows each use their own user cache dir, named apart from OrcaSlicer's per-user dirs. The now-unused /.test/ ignore rule is dropped.
2026-09-21 00:28:50 +08:00
SoftFever cb98d82023 Document filament compatibility specificity and preset naming conventions 2026-09-20 22:36:45 +08:00
Kris Austin b4b4438a47 fix: custom G-code keyword check uses the wrong list and skips the editor (#14908) 2026-09-20 10:24:55 -03:00
hamham999 2cd52edb33 Added and updated legacy and ender printer variants (#13948) 2026-09-20 21:23:00 +08:00
Rodrigo Faselli d650c395ff Preserve MMU paint in outline render (#15776) 2026-09-20 09:25:36 -03:00
Gabriel Monteiro f114ef7cc9 fix(gui): restore zero default top margin for static boxes (#15775) 2026-09-19 20:38:19 +03:00
Kiss Lorand caa15491c3 Fix duplicate timelapse G-code on i3 printers (#15734) 2026-09-19 13:19:54 -03:00
SoftFever c168d0c8db Stop estimating a prime tower for a single used filament (#15760)
# Description

A plate using one filament no longer reserves or draws a prime tower in
the plater just because multiple filament slots are configured. The
shared footprint estimate gated "no tower" on the purge volume being
zero, but on non-Bambu printers with the shipped defaults that volume
comes from the SEMM flush matrix, which reads every configured slot and
stays nonzero even when only one filament is used — so the preview
showed a tower the print could never contain. The estimate now decides
from the filament count alone, with wrapping detection and smooth
timelapse staying the only reasons a single-filament plate keeps a
tower, matching `Print::has_wipe_tower()`. The gate also moved above the
flush-volume scan so the lone-filament path no longer pays for it.

No change to slicing output — toolpath generation already omitted the
tower for a single used filament; this removes the phantom preview,
placement reservation, and validation footprint.

# Screenshots/Recordings/Graphs
Before the fix:


https://github.com/user-attachments/assets/c5b0ea61-127d-408e-bafe-f1f76c58b996

After the fix:


https://github.com/user-attachments/assets/ac6632b3-5d44-4013-aca3-73f6cfd1139c



## Tests

<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->

Added a shipped-defaults single-filament case to
`tests/libslic3r/test_wipe_tower_estimate.cpp`: it estimates a 5.04
mm-deep tower before the fix and zero depth after. `[WipeTowerEstimate]`
and the fff_print `[WipeTower]` suites pass.

<!--
> A guide for users on how to download the artifacts from this PR.
-->

[How to Download Pull Requests Artifacts for
Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)
2026-09-19 12:46:00 +08:00
Ian Bassi 29858ba925 Retry NSIS install and verify makensis on Windows CI (#15768) 2026-09-19 01:16:10 -03:00
Kris Austin 49c811ceb6 fix: H2D extruder sync does nothing on the Motion ability page (#14931) 2026-09-18 20:54:43 -03:00
Kris AustinandRodrigo Faselli 213c6569ab cut the GPU load of moving the mouse over the 3D viewport (#15674)
Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
2026-09-18 20:19:37 -03:00
Kris Austin e0410db22e fix: hide the CAD gizmos unless the experimental CAD feature is enabled (#15762) 2026-09-18 18:38:55 -03:00
Kris Austin 8eac7aafdb ci: fix the flatpak dependency cache broken by #14709 (#15763) 2026-09-18 17:47:28 -03:00
Ian Bassi f956914a11 Update OrcaSlicer_de.po (#15766) 2026-09-18 16:12:11 -03:00
packerlschupfer f9e9cff53a calib: defensive guards in find_optimal_PA_speed (fix CLI pa-tower SIGSEGV) (#14414) 2026-09-18 14:26:14 -03:00
Ian Bassi 8a17df4a89 Fix some overhang detection (#15694) 2026-09-18 14:23:38 -03:00
SoftFever 60ebbf7daa Stop estimating a prime tower for a single used filament
The no-tower case was gated on there being no purge volume, but the SEMM flush matrix reads every configured slot and is nonzero even when only one filament is used, so the plater preview drew a tower the print would never contain.
2026-09-19 00:38:22 +08:00
Kiss Lorandandyw4z e573fc4680 Align Publish 3MF dialog styling and fix tab-switch flicker (#15695)
* Fix Publish 3MF dialog styling

Use Orca's shared checkbox widget in the Publish 3MF dialog. Keep checkbox labels clickable, preserve toggle event propagation and disabled-row state, and use Windows-only double buffering on the tab page hosts to reduce flicker during page switches.

Also align the dialog's guide-link color with existing Orca dialogs.

* Fix Publish 3MF dialog styling

Use Orca's shared checkbox widget in the Publish 3MF dialog. Keep checkbox labels clickable, preserve toggle event propagation and disabled-row state, and use Windows-only double buffering on the tab page hosts to reduce flicker during page switches.

Also align the dialog's guide-link color with existing Orca dialogs.

* match font size and left margins

---------

Co-authored-by: yw4z <ywsyildiz@gmail.com>
2026-09-18 19:25:53 +03:00
yw4zandNoisyfox c5f9257878 Compact bbl nozzle UI (#15083)
* init

* drop usage of StaticGroup for ExtruderGroup

* completely remove StaticGroup from project

* fix alignment of "Not installed" text

* fix crash on linux while clicking edit button

* Fix background color on macOS

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
2026-09-18 23:43:42 +08:00
inslogic3d 9bd4432f27 Add INSLOGIC filament profiles to OrcaFilamentLibrary (#15398)
Merged by /bot merge on behalf of @inslogic3d (id 321604763).
Grants: resources/profiles/OrcaFilamentLibrary/filament/INSLOGIC, resources/profiles/OrcaFilamentLibrary.json
Head: 22a51b32f0
2026-09-18 15:43:33 +00:00
SoftFever 3f001489bf Speed Dial Enhancements (#15562) 2026-09-18 23:21:19 +08:00
Kris Austin 7472b87b67 build: fix the macro redefinition that fails clang Debug builds (#15759)
libslic3r_version.h defines ORCA_CHECK_GCODE_PLACEHOLDERS from the CMake
option, 0 by default, and GCode.hpp then forces it to 1 whenever NDEBUG
is undefined. Clang reports the second definition under
-Wmacro-redefined, which is on by default, so since -Werror (#15660)
every clang Debug build fails at the libslic3r files that include
GCode.hpp. Release and RelWithDebInfo define NDEBUG and never compile
the override, which is why no CI configuration sees it. The override
dates from #3861 and has warned in every Debug build since.

Undefine the macro before overriding it. Debug builds get the same
value the redefinition already produced, so nothing else changes.

Follow-up to #15749, refs #15748.
2026-09-18 11:56:44 -03:00
CliffordandClaude Opus 5 83e729d20e fix(build): drop two unused lambda captures that break non-Release clang builds (#15749)
fix(build): drop two unused lambda captures that break non-Release builds

Both handlers capture this and never use it. They sit inside
#if !BBL_RELEASE_TO_PUBLIC, which CMakeLists defines as $<CONFIG:Release>, so
the code compiles in Debug and RelWithDebInfo but not in Release. Clang warns
on an unused capture under -Wall, and since every warning became an error the
two captures fail any clang build that is not Release - an Xcode scheme on its
default Debug configuration, for instance. The CI matrix builds Release, where
the block does not exist, and GCC does not implement the warning at all, so
nothing in CI can see it.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-18 11:42:31 -03:00
Ian Chua 080f27f602 fix: windows unsubscribed loaded plugin not allowed (#15751)
# Description

<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
  > * What issue does this PR address or fix?
  > * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
On windows, after installing and loading a plugin, if you try to
unsubscribe from a loaded plugin, and on refresh, it will be an orphaned
plugin.

# Screenshots/Recordings/Graphs

<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
On unsubscribing from a loaded cloud plugin
<img width="1418" height="862" alt="image"
src="https://github.com/user-attachments/assets/9ba8353c-1645-4b21-86ff-2ed235f4d259"
/>

On plugin refresh
<img width="1418" height="862" alt="image"
src="https://github.com/user-attachments/assets/fd58c144-7970-4448-ba3b-e72e52980467"
/>

## Tests

<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->

<!--
> A guide for users on how to download the artifacts from this PR.
-->

[How to Download Pull Requests Artifacts for
Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)
2026-09-18 21:32:57 +08:00
Lam Wei Lun 4ea50a33e4 Testing macOS fixes 2026-09-18 19:07:03 +08:00
Ian Chua 23c77f15cf feat: add CI to generate OPC for OTA workflow (#15624)
# Description

Adds the CI half of the profile OTA pipeline: a push-triggered workflow
that
rebuilds a vendor's binary preset cache (`<vendor>.opc`) whenever its
profile
changes on `main` / `release/*`, and publishes it as a versioned release
asset
for OrcaCloud's OTA Manager to pick up.

### `.github/workflows/post_merge_profiles.yml` (new)

Push-triggered counterpart to `check_profiles.yml` (which only gates
PRs):

- Diffs the push to find which vendors under `resources/profiles/**`
changed.
- Reads the Orca version from `version.inc` and each vendor's 4-part
`version`
from `resources/profiles/<vendor>.json` (fails the run if it isn't
`A.B.C.D`).
- Downloads the prebuilt `generate_system_cache` from this repo's
`nightly-builds` release and builds one `<vendor>.opc` per changed
vendor.
- Packages each as
`<orca_ver>_<vendor>_<profile_version>_<UTCyyyymmddHHMM>.zip` (zip root
`<vendor>.opc`) — the asset-name contract OrcaCloud's release scanner
expects.
- Uploads them to a per-Orca-version release on the profiles repo via a
scoped
  GitHub App token.

It stops there: no changelog, no R2, no OTA webhook — a maintainer still
publishes from the OTA Manager. Job is guarded to
`OrcaSlicer/OrcaSlicer`;
workflow permissions are `contents: read` (the cross-repo write uses the
App
token only).

### `.github/workflows/build_orca.yml`

Two steps on the Linux leg: upload `generate_system_cache` as a CI
artifact,
and (on `main`) deploy it to the `nightly-builds` release as
`generate_system_cache_Linux_Ubuntu2404_nightly` so the workflow above
has a
tool to download. `.opc` is 64-bit little-endian and
platform-independent, so
only the Linux binary is shipped.

### `src/dev-utils/generate_system_cache.cpp`

New `-v` / `--vendor` option to generate the cache for a single vendor
(plus the
always-loaded Orca filament library) instead of all vendors, and an
error if the
named vendor produced no `.opc` (catches typos). Reuses
`PresetBundle::set_vendor_to_validate()` from #14217.

## Operational prerequisites

- Repo secrets `PROFILES_APP_ID` / `PROFILES_APP_PRIVATE_KEY` for a
GitHub App
  with `contents: write` on the target profiles repo.
- `env.PROFILES_OWNER` / `env.PROFILES_REPO` in
`post_merge_profiles.yml` must
  point at the production profiles repo OrcaCloud reads.
- `generate_system_cache_Linux_Ubuntu2404_nightly` only appears after
the first
post-merge nightly `build_orca` run; a profile-only push before then
fails at
  the download step.

## Screenshots/Recordings/Graphs

n/a — CI only.

## Tests

Exercised end-to-end in a staging environment: per-vendor `.opc` zips
published
in the expected `<orca_ver>_<vendor>_<profile_version>_<timestamp>.zip`
layout,
and `generate_system_cache -v <vendor>` confirmed to emit only that
vendor's
`.opc`.

[How to Download Pull Requests Artifacts for
Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)
2026-09-18 18:53:26 +08:00
Ian Chua 00f78c18cf Merge branch 'main' into fix/windows-unsub-plugin 2026-09-18 18:51:50 +08:00
SoftFever 1159ca5f7f Merge branch 'main' into weilun/speed_dial 2026-09-18 17:28:24 +08:00
SoftFever 2dd3ef7cff fix build errors on mac 2026-09-18 17:24:47 +08:00
peachismomo 2bfab589ee fix: windows unsubsribe loaded plugin not allowed 2026-09-18 16:07:25 +08:00
Lam Wei Lun 8f4e3dde55 Merge main 2026-09-18 15:59:00 +08:00
Ian Chua 4a72a3bba2 Merge branch 'main' into feat/ota-opc-ci 2026-09-18 14:56:00 +08:00
Lam Wei Lun 988108c8ef Fix flatpak test 2026-09-16 18:31:39 +08:00
Lam Wei Lun 075a84093f Fixes issue with showing hidden settings in speed dial. 2026-09-16 16:02:39 +08:00
Lam Wei Lun b01d18bba3 Tab autocomplete. Better search integration of categories and action names 2026-09-16 13:06:16 +08:00
Lam Wei Lun f76e4b1e02 Fixed centering of icons. Disabled zooming in/out on Windows. Added default icons 2026-09-16 12:15:27 +08:00
Lam Wei Lun 435336a3cf Merge branch 'main' into weilun/speed_dial 2026-09-16 10:20:13 +08:00
Ian Chua 173706750d Merge branch 'main' into feat/ota-opc-ci 2026-09-15 15:19:43 +08:00
Lam Wei Lun e1d3c90030 Fixes for window rounding 2026-09-14 18:08:34 +08:00
Lam Wei Lun 729638cd95 Merge from main 2026-09-14 17:02:07 +08:00
Lam Wei Lun f070f493e1 Merge branch 'main' into weilun/speed_dial 2026-09-14 16:35:48 +08:00
Lam Wei Lun 9ed8537343 Rounded corner for the dialog 2026-09-14 15:32:51 +08:00
Lam Wei Lun 0131533ae0 Get speed dial to work with translations 2026-09-14 14:59:06 +08:00
Lam Wei Lun 87e278c4b3 Remove unused capture 2026-09-14 12:02:06 +08:00
Lam Wei Lun 1d4b920b30 Merge branch 'main' into weilun/speed_dial
# Conflicts:
#	src/slic3r/GUI/Tab.cpp
2026-09-14 10:37:16 +08:00
Lam Wei Lun 50daf5abf3 Merge main 2026-09-11 17:31:56 +08:00
Lam Wei Lun 966e029b95 Code refactoring for better maintainability 2026-09-11 17:15:57 +08:00
Lam Wei Lun c57b74731e Tooltip bottom bar for process/filament/printer settings 2026-09-11 16:38:14 +08:00
Lam Wei Lun 40693a4c94 merge main and fix conflicts 2026-09-11 15:46:20 +08:00
Lam Wei Lun 70a2b3a814 Code cleanup, dedup, update unit tests 2026-09-11 15:43:46 +08:00
Lam Wei Lun 81458dae86 Add category headers. Alphabetical sorting when no search query. Recent count adjustments 2026-09-11 14:56:59 +08:00
Lam Wei Lun 7c2991d00c Update translations. Code dedup and cleanup 2026-09-11 13:05:39 +08:00
Lam Wei Lun 42bee12481 Speed Dial: replace tile monograms with native SVG icons
Tiles previously rendered a colored monogram (title/source initials plus an ordinal) with a per-id hue. Show the matching native SVG icon instead:

- AppAction/NativeCommand gain an `icon` field; commands get a curated key->icon table and settings inherit their group header's icon.
- Notebook tracks each page's resource icon name and reports it in tab_options(), so the tab picker can show it too.
- Searcher records the group icon so settings keep it through search.
- Web tile rendering swaps monogramFor/hue for an <img>; drop the now-unused hue/text CSS vars. Add a test asserting every non-empty icon resolves to a shipped SVG.
2026-09-11 11:36:24 +08:00
Lam Wei Lun 792ab183e4 Merge branch 'main' into weilun/speed_dial 2026-09-11 11:14:19 +08:00
Ian Chua ffb2946b20 feat: compare with environment variable FOLDER_MERGERS for verified folders 2026-09-10 20:09:37 +08:00
Lam Wei Lun 8bbce371b2 Add Help actions. Add Toggle Developer action. Add warning popup when switching between process mode. Add primitives/handy models actions 2026-09-10 18:34:05 +08:00
Lam Wei Lun f520af9901 Merge branch 'main' into weilun/speed_dial 2026-09-10 16:39:47 +08:00
Ian Chua e89a05b1e4 fix: repo name 2026-09-10 16:38:03 +08:00
Ian Chua 02a8011b97 feat: add CI to generate OPC for OTA workflow 2026-09-10 16:27:23 +08:00
Lam Wei Lun 1d44320f30 Updated unit tests 2026-09-10 13:29:57 +08:00
Lam Wei Lun 16d285fea6 Cleanup comments and formatting 2026-09-10 13:00:23 +08:00
Lam Wei Lun 9fc6c45770 Fixes potential focus bug 2026-09-10 12:52:10 +08:00
Lam Wei Lun b4beae4be3 Fixed potential UB 2026-09-10 12:47:43 +08:00
Lam Wei Lun a0ba8e12e5 Change to a pin/bookmark icon.
Added shortcut (Ctrl/Cmd+B) to pin/unpin actions.

Clear unresolved pinned actions when switching between modes.

Fixed scroll-back issue when scrolling to pin action
2026-09-10 12:07:36 +08:00
Lam Wei Lun 2346b5c259 Merge branch 'weilun/speed_dial' of https://github.com/lamweilun/OrcaSlicer into weilun/speed_dial 2026-09-10 12:06:48 +08:00
SoftFever 0c07ec9c3c Merge branch 'main' into weilun/speed_dial 2026-09-10 11:54:13 +08:00
Lam Wei Lun 4c6ce75e78 Merge branch 'main' into weilun/speed_dial 2026-09-10 09:35:43 +08:00
Lam Wei Lun 0fb87f05b1 Remove printer connect/disconnect for now 2026-09-09 18:05:49 +08:00
Lam Wei Lun 0709c9931e Slight refactor for opening Plugins in speed dial 2026-09-09 17:36:21 +08:00
Lam Wei Lun 3985200672 Search improvements. Code refactoring so its easier to maintain. Experimental features for speed dial: connect/disconnect from printer. 2026-09-09 16:53:58 +08:00
Lam Wei Lun c3a21fa0d4 Switched back to jump to setting instead 2026-09-09 12:26:09 +08:00
Lam Wei Lun cae23a933e Plate controls 2026-09-09 11:29:18 +08:00
Lam Wei Lun a1ee7f099f Merge branch 'main' into weilun/speed_dial 2026-09-09 10:06:18 +08:00
Lam Wei Lun 846a95374f Fixed unit test issue. Added basic object manipulation to actions. Added calibration wizards to actions. Added View controls to actions 2026-09-08 18:23:51 +08:00
Lam Wei Lun 2dce0ad24f Back to spacebar for speed dial shortcut. Integrated inline process settings editing. Optimized saerch results 2026-09-08 16:46:56 +08:00
Lam Wei Lun b32f28e712 Initial Commit of speed dial improvement 2026-09-07 14:00:28 +08:00
761 changed files with 128023 additions and 3781 deletions
+7 -2
View File
@@ -21,6 +21,7 @@ Paths below are relative to this skill. Commands run from the repository root.
| Add a printer or nozzle; change models, variants, assets or extruder vectors | [machine-profiles.md](references/machine-profiles.md) |
| Add a quality tier or tune a process | [process-profiles.md](references/process-profiles.md) |
| Create a vendor bundle; diagnose loading or inheritance; migrate preset names | [vendor-bundle.md](references/vendor-bundle.md) |
| Name a preset; check what a name must equal | [naming.md](references/naming.md) |
| Change ids; diagnose AMS identity | [ids.md](references/ids.md), then `docs/HLSD/filament_id.md` for identity changes |
| Review a profile diff | [review-checklist.md](references/review-checklist.md) |
| Run checks, interpret failures, test another tree or verify in the app | [validation.md](references/validation.md) |
@@ -44,7 +45,10 @@ Paths below are relative to this skill. Commands run from the repository root.
update in-tree references too. See [migration rules](references/vendor-bundle.md#renamed_from).
6. **Compatibility uses exact printer variant names.** Every instantiated non-library filament
needs a non-empty `compatible_printers` in its own file. Library fallbacks may omit it;
library printer-specific tunes use a non-empty list. Keep same-product tunes disjoint.
library printer-specific tunes use a non-empty list. One variant may be claimed by only one
profile per filament product (`filament_id`); an overlap is resolved by moving the variant to the
most specific preset, which is preferred over deleting a profile. See
[one variant, one profile](references/filament-profiles.md#overlapping-coverage-one-variant-one-profile-per-product).
7. **Preset values are strings or arrays of strings.** Use `"instantiation": "false"`, not `false`.
Model `nozzle_diameter` is a `;`-separated string; machine `nozzle_diameter` is an array.
Wrong types can abort loading; see [failure scopes](references/vendor-bundle.md#failure-modes-ranked-by-blast-radius).
@@ -87,7 +91,8 @@ Paths below are relative to this skill. Commands run from the repository root.
```
On Windows use `py -3` instead of `python3`, and `scripts\check_profile.bat -Vendor "<Vendor>"`
/ `scripts\check_profile.bat`. Logs: `.test/check_profiles/logs/<check>.log`.
/ `scripts\check_profile.bat`. Logs land in a per-user cache dir (see
[validation.md](references/validation.md)).
Id checks remain tree-wide under `--vendor`; filament-only bundles skip the default slice check.
See [validation.md](references/validation.md) for flags, coverage and error remedies.
5. **Verify the changed behavior.** Slice newly added non-default processes explicitly, and
@@ -103,6 +103,57 @@ name.
- Copying a base's full printer list onto a nozzle-specific variant produces duplicate combobox entries —
a real shipped bug twice over.
## Overlapping coverage: one variant, one profile per product
`filament_id` is the **product** key, not the preset key — every variant of one product shares it
(`<filament_vendor>/<filament_type>/<name-before-@>`). So if one printer variant appears in the
`compatible_printers` of two presets of that product, the slicer cannot tell them apart at AMS match time.
The C++ validator reports `Ambiguous AMS filament match: N presets share filament_id "X" … printer "Y"`.
`orca_profile_tool.py check` does **not** see it and passes. Resolve the overlap by **specificity**: keep
the variant on the most specific profile and remove it from every more general one. Deleting a profile is
the least preferred fix — moving coverage keeps the tune that users rely on.
Judge specificity from the profile's `compatible_printers` — how many variants it actually covers — and
use the name only as a secondary, easily-vague hint; decide by the lists, with a best judgement call on
the name. Naming conventions differ by vendor: BBL's is the reference (`@<Vendor> <Model>` for a whole
model, `@<Vendor> <Model> <nozzle> nozzle` for one variant, `@<Vendor>` for a vendor-wide generic), but
others vary (`@<printer model>`, a printer serial, or Creality's `@<Model>-all`). A name never overrides
the list — see [preset naming](naming.md) for the shapes.
Specificity, most to least:
1. **Variant-specialized** — lists a single printer variant (BBL-style
`... @<Vendor> <Model> <nozzle> nozzle`).
2. **Model-specialized** — lists the variants of one printer model (BBL-style `... @<Vendor> <Model>`).
It should cover every variant of its model, not only the nozzle it was authored for.
3. **Family / series** — lists variants spanning a printer family or series.
4. **Generic / catch-all** — vendor-wide, covering many unrelated models (often the bare
`Generic <mat> @<Vendor>`).
Rules:
- A model-specialized profile is extended to **all** variants of its model, and each variant it thereby
starts covering is removed from the family and generic profiles that also listed it — including variants
that had no overlap before. Apply it per nozzle, not just 0.4.
- Apply it **per product**: trim only the material that has a specialized profile from the generic; a
material whose product has no specialized profile keeps the variant in the generic.
- Never strip coverage a variant has nowhere else to get. If a variant has no variant-level specialized
profile, the next level down keeps it; when the model has specialized profiles, the model-level one wins
over the family/generic.
- Moving coverage is preferred over deleting. If a profile must be deleted, remove the more general
one, not the specialized profile that carries the tune.
- After moving coverage, repoint the affected `default_filament_profile` (machine) and clean the model's
`default_materials`: they should name the most specific profile that covers the variant, and should not
keep generic entries that no longer cover the model. This rule applies equally when adding or fixing
defaults.
Multiple profiles of one product with **disjoint** `compatible_printers` is the intended end state.
Adding coverage to the specialized profile and removing it from the generic is the preferred direction.
**Detection caveat:** `orca_profile_tool.py check` is blind to this; only the C++ validator behind the full
`./scripts/check_profile.sh` reports it (`validate_system`). Always confirm with that, not the vendor-scoped
loop.
## Alias shadowing
A printer-specific filament in either the library or a vendor bundle supersedes the library fallback
@@ -0,0 +1,60 @@
# Preset naming
A preset's `name` is the loader's key, not decoration. The index registers it; `inherits`,
`compatible_printers` and the `default_*` keys reference it by the exact string; `renamed_from` depends
on it; and `setting_id` / `filament_id` hash it (see [ids.md](ids.md)). Two presets of one type in a
bundle may not share a name (`check_preset_name_uniqueness`). Treat a name change as an identity change,
not a relabel.
Naming is convention only where the loader does not parse it. What the loader actually acts on:
| Type | Shape | Acted on |
| --- | --- | --- |
| `machine_model` | `<Model>` | the exact string, named by a variant's `printer_model` |
| `machine` | `<Model> <nozzle> nozzle` | the exact string, named by `compatible_printers`; `printer_variant` must equal a nozzle diameter |
| `process` | `<lh>mm <Quality> @<target>` | the exact string when referenced or selected; the `@<target>` half is a label |
| `filament` | `<Product> @<target>` | text before the first `@` is the **alias**, used for shadowing; the rest is a label |
## `machine_model`
`<Model>` — the vendor-prefixed model name (`Bambu Lab X1 Carbon`, `Creality K1`, `Prusa CORE One`). A
variant names it verbatim in `printer_model`; a mismatch makes the variant invalid. `check_name_consistency`
forces the index entry to equal the file's `name`, and the variant's `printer_model` targets this string
([A `machine_model` is not a config preset](machine-profiles.md#a-machine_model-is-not-a-config-preset)).
It is also the `<Model>_cover.png` and bed-asset stem.
## `machine` (variant)
`<Model> <nozzle> nozzle` is near-universal (`Bambu Lab X1 Carbon 0.4 nozzle`). `printer_variant` holds
the bare nozzle (`0.4`) and must be an exact member of the model's `nozzle_diameter` list — the hard
rules are in [The `machine` variant](machine-profiles.md#the-machine-variant). Casing varies
(`nozzle` / `Nozzle`): match the bundle, not this page. A variant that is not nozzle-specific (a special
toolhead, a multi-material build) may drop the suffix — still an exact reference. Bases are named
`fdm_machine_common` / `fdm_<vendor>_common`.
## `process`
`<layer height>mm <quality> @<target>` — [process-profiles.md](process-profiles.md#naming) has the
quality ladder and the `fdm_process_*` base names. The `@<target>` is a human label, not a reference: it
usually does not equal a real variant, and compatibility comes from the resolved `compatible_printers`
list or condition.
## `filament`
`<Product> @<target>`. The product half is what `filament_id` hashes and what survives as the **alias** up
to the first `@`; the target half is a label except for reserved forms:
- `@base` — a non-instantiated product root. `@base` is convention; a base is really identified by
`instantiation: "false"` and no `setting_id` ([the three-part shape](filament-profiles.md#the-three-part-shape)).
- `@System` — the OrcaFilamentLibrary selectable shim. The literal `Generic <mat> @System` is
load-bearing for 3MF/project recovery, beyond the alias rule ([alias shadowing](filament-profiles.md#alias-shadowing)).
- `@<Vendor>`, `@<Vendor> <Model>`, `@<Vendor> <Model> <nozzle> nozzle` — printer tunes, BBL's shape.
Other vendors differ (a bare model, a printer serial, Creality's `@<Model>-all`). Specificity is judged
from `compatible_printers`, not the name
([one variant, one profile](filament-profiles.md#overlapping-coverage-one-variant-one-profile-per-product)).
## Not the same as the filename
The loader keys off `name`, and a filename that disagrees usually still loads. Index `name` must equal the
file's `name`, and the filename should match `sub_path`; a mismatch that differs only in case breaks
another platform ([cross-platform paths](validation.md#cross-platform-paths)).
@@ -79,8 +79,15 @@ and written in the preset's own file — golden rule 6, with the flattened-vs-ow
inherited or copied the base's full printer list, and for two presets of one product with overlapping
lists — duplicate combobox entries and an ambiguous AMS match.
Two presets of one product (`filament_id`) must not share a variant. Resolve it by specificity: move the
variant to the most specific preset and remove it from the more general ones — preferred over deleting a
profile. Then repoint the machine's `default_filament_profile` and the model's `default_materials` at the
profile that now covers it. See
[one variant, one profile](filament-profiles.md#overlapping-coverage-one-variant-one-profile-per-product).
*Why:* real shipped bugs twice (`b7b3418baf` "showing up everywhere", `ff83aa41ef` duplicate Flashforge
entries).
entries). The Python `check` passes on an overlap; only the full `check_profile.sh` (`validate_system`)
reports `Ambiguous AMS filament match`.
## 6. Model ↔ variant ↔ process consistency
@@ -128,7 +135,11 @@ numbers nobody measured.
## 11. `default_materials` (checked by CI)
`check` fails on a `default_materials` / `default_filament_profile` name that resolves to no system
filament, so a dangling entry no longer reaches review. Scope the run while working on one vendor:
filament, so a dangling entry no longer reaches review. When compatibility moves between profiles of a
product, the machine's `default_filament_profile` and the model's `default_materials` must be repointed at
the most specific profile that still covers the variant, dropping generic entries that no longer apply —
the same [specificity rule](filament-profiles.md#overlapping-coverage-one-variant-one-profile-per-product)
applies when adding or fixing defaults. Scope the run while working on one vendor:
```bash
python3 scripts/orca_profile_tool.py check --vendor "<Vendor>" # py -3 on Windows
@@ -20,8 +20,11 @@ default Windows client refuses to run a checked-out `.ps1` at all. The `.ps1` fi
probing `py -3`, then `python`, then `python3`; run the tool by hand with `py -3` for the same reason.
Every check in the run happens even after an earlier one fails; the script exits non-zero if any did, and writes
`.test/check_profiles/logs/<check>.log` plus, on failure, `.test/check_profiles/pr_comment.md` — the same
report CI posts on the PR. A stale `.test/check_profiles/.lock` after a crash must be removed by hand.
`logs/<check>.log` plus, on failure, `pr_comment.md` under a per-user cache dir — the same report CI posts on the PR.
That dir is `~/Library/Caches/orca-profile-check` on macOS, `${XDG_CACHE_HOME:-~/.cache}/orca-profile-check` on Linux
and `%LOCALAPPDATA%\orca-profile-check` on Windows; it is named apart from OrcaSlicer's own per-user dirs and sits
outside the checkout, so every worktree shares one copy. `--work-dir` / `-WorkDir` overrides it. A stale `.lock`
there after a crash must be removed by hand.
## The five checks
@@ -150,9 +153,10 @@ Two things it therefore does **not** enforce:
Built from `src/dev-utils/OrcaSlicer_profile_validator.cpp` (`-DORCA_TOOLS=ON`).
Both scripts find a local build under `build*/``check_profile.sh` tries Release, RelWithDebInfo, then
Debug, and `check_profile.ps1` adds MinSizeRel — else they download the nightly into
`.test/check_profiles/validator`. Pass `--download` / `-Download` to match CI exactly, since a stale
local build is used silently. Windows looks for `OrcaSlicer_profile_validator.exe`.
Debug, and `check_profile.ps1` adds MinSizeRel — else they download the nightly into the
`validator` subdirectory of the per-user cache dir (see above). Pass `--download` / `-Download` to
match CI exactly, since a stale local build is used silently. Windows looks for
`OrcaSlicer_profile_validator.exe`.
If your build lives somewhere else entirely, point at it with `--validator` / `-Validator`, or set
`ORCA_PROFILE_VALIDATOR` (`$env:ORCA_PROFILE_VALIDATOR` in PowerShell).
@@ -223,7 +227,7 @@ Keep stems tidy too, but a space immediately before `.json` is not a trailing pa
| `references unknown compatible_printers "<p>"` | the printer was renamed or deleted; fix the reference |
| `references renamed compatible_printers "<old>" (now "<new>")` | in-tree references must name the current preset; `renamed_from` does not excuse them |
| `Filament preset "<f>" is missing compatible_printers setting` | non-library filaments need a non-empty list in their **own** file — the flattened-vs-own-key trap is in [filament-profiles.md](filament-profiles.md#compatible_printers) |
| `Ambiguous AMS filament match: N presets share filament_id "X" … printer "Y"` | make the lists disjoint, or fix an `inherits` pointing at another material's `@base` |
| `Ambiguous AMS filament match: N presets share filament_id "X" … printer "Y"` | make the lists disjoint by [specificity](filament-profiles.md#overlapping-coverage-one-variant-one-profile-per-product) — the specialized profile keeps the variant, the general ones drop it; prefer this over deleting a profile — or fix an `inherits` pointing at another material's `@base`. `orca_profile_tool.py check` does not catch this; only `validate_system` here does |
| `Layer height cannot exceed nozzle diameter.` / `Line width too small` | `Print::validate()` flow rules |
| `[ERROR] … no <V>.json list references it, so it never loads` | `update-index`, or delete the file |
| `[ERROR] … references it and it declares no profile type` | set the correct `type` explicitly, then `normalize` and `update-index` |
+9 -8
View File
@@ -330,12 +330,13 @@ jobs:
# sources are unchanged, so a re-run of the same commit would skip the
# OrcaSlicer module and ship no test asset. A per-run value in that module's
# env keeps it rebuilding; orca_deps stays cached, and the compiler cache
# still serves the rebuild.
- name: Inject commit hash and flatpak-builder cache buster into Flatpak manifest
# still serves the rebuild. run-tests on the same module builds the test
# binaries.
- name: Inject commit hash, run-tests and cache buster into Flatpak manifest
env:
flatpak_builder_cache_buster: ${{ github.run_id }}-${{ github.run_attempt }}
run: |
sed -i "/name: OrcaSlicer/{n;s|buildsystem: simple|buildsystem: simple\n build-options:\n env:\n flatpak_builder_cache_buster: \"$flatpak_builder_cache_buster\"\n git_commit_hash: \"$git_commit_hash\"|}" \
sed -i "/name: OrcaSlicer/{n;s|buildsystem: simple|buildsystem: simple\n run-tests: true\n build-options:\n env:\n flatpak_builder_cache_buster: \"$flatpak_builder_cache_buster\"\n git_commit_hash: \"$git_commit_hash\"|}" \
scripts/flatpak/com.orcaslicer.OrcaSlicer.yml
shell: bash
# flatpak-builder's --ccache only wraps cc and gcc, and the manifest builds
@@ -381,9 +382,6 @@ jobs:
save-cache: false
arch: ${{ matrix.variant.arch }}
upload-artifact: false
# run-tests fires the module's build-only test-commands; keep-build-dirs
# retains the binaries for the packaging step below.
run-tests: true
keep-build-dirs: true
# The build has just touched everything it can use, so an object untouched
# for a week is dead, usually orphaned by a flag change.
@@ -449,10 +447,13 @@ jobs:
# the bounds checks are compiled in, so a stripped exe still catches them.
find "$d/build_flatpak/tests" -type f -perm -u+x -exec strip --strip-unneeded {} + 2>/dev/null || true
# At runtime the tests read tests/ (TEST_DATA_DIR), scripts/, and under
# resources/ the shipped profiles (PROFILES_DIR) and the printers/ maps.
# resources/ the shipped profiles (PROFILES_DIR), the printers/ maps, and
# the icon SVGs (NativeCommands icon names are checked against them).
find "$d" -mindepth 1 -maxdepth 1 -type d \
! -name tests ! -name build_flatpak ! -name scripts ! -name resources -exec rm -rf {} +
find "$d/resources" -mindepth 1 -maxdepth 1 ! -name profiles ! -name printers -exec rm -rf {} +
find "$d/resources" -mindepth 1 -maxdepth 1 ! -name profiles ! -name printers ! -name images -exec rm -rf {} +
# Only the SVGs are read; the png/ico/icns/gif assets are ~35MB of dead weight.
find "$d/resources/images" -mindepth 1 -maxdepth 1 ! -name '*.svg' -exec rm -rf {} + 2>/dev/null || true
tar -cf flatpak-test-asset.tar flatpak_app "$d"
- name: Upload flatpak test asset
uses: actions/upload-artifact@v7
+41 -1
View File
@@ -448,9 +448,26 @@ jobs:
- name: Install nsis
if: runner.os == 'Windows' && !vars.SELF_HOSTED
shell: pwsh
# The Chocolatey community feed intermittently 504s, and `choco install`
# exits 0 when package resolution fails that way. Unchecked, the job then
# builds for ~25 minutes before `cpack -G NSIS` reports a missing makensis.
# Retry the install and verify makensis itself, so a real failure stops here.
run: |
dir "C:/Program Files (x86)/Windows Kits/10/Include"
choco install nsis
$nsisDir = Join-Path ${env:ProgramFiles(x86)} 'NSIS'
$makensis = Join-Path $nsisDir 'makensis.exe'
for ($attempt = 1; $attempt -le 3 -and -not (Test-Path $makensis); $attempt++) {
if ($attempt -gt 1) { Start-Sleep -Seconds (15 * $attempt) }
Write-Host "::group::choco install nsis (attempt $attempt)"
choco install nsis --yes --no-progress
Write-Host "::endgroup::"
}
if (-not (Test-Path $makensis)) {
throw "NSIS install failed: $makensis not found after 3 attempts."
}
& $makensis /VERSION
$nsisDir | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Build slicer Win
if: runner.os == 'Windows'
@@ -685,6 +702,18 @@ jobs:
name: OrcaSlicer_profile_validator_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }}
path: './build/src/Release/OrcaSlicer_profile_validator'
# generate_system_cache is what scripts/build_preset_cache.sh bakes the
# <vendor>.opc caches with; it was already built by the "Build system
# preset cache (Linux)" step above. The .opc format is 64-bit
# little-endian native, i.e. identical across every platform Orca ships,
# so only the Linux binary is published.
- name: Upload generate_system_cache Ubuntu
if: ${{ ! env.ACT && runner.os == 'Linux' && !vars.SELF_HOSTED && inputs.arch != 'aarch64' }}
uses: actions/upload-artifact@v7
with:
name: generate_system_cache_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }}
path: './build/src/dev-utils/Release/generate_system_cache'
- name: Deploy Ubuntu release
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && env.deploy_nightly == 'true' && runner.os == 'Linux' && !vars.SELF_HOSTED }}
uses: WebFreak001/deploy-nightly@v3.2.0
@@ -715,6 +744,17 @@ jobs:
asset_content_type: application/octet-stream
max_releases: 1
- name: Deploy Ubuntu generate_system_cache release
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && runner.os == 'Linux' && !vars.SELF_HOSTED && inputs.arch != 'aarch64' }}
uses: WebFreak001/deploy-nightly@v3.2.0
with:
upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label}
release_id: 137995723
asset_path: ./build/src/dev-utils/Release/generate_system_cache
asset_name: generate_system_cache_Linux${{ env.ubuntu-ver-str }}_nightly
asset_content_type: application/octet-stream
max_releases: 1
- name: Deploy orca_custom_preset_tests
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && runner.os == 'Linux' && !vars.SELF_HOSTED && inputs.arch != 'aarch64' }}
uses: WebFreak001/deploy-nightly@v3.2.0
+253
View File
@@ -0,0 +1,253 @@
name: Post-merge profiles
# Push-triggered counterpart to check_profiles.yml (which only gates PRs). When a
# profile change lands on main or a release branch, rebuild the affected vendors'
# binary preset caches (<vendor>.opc) and publish each as a versioned ZIP asset on
# a per-Orca-version release of the profiles repo. From there OrcaCloud's OTA
# Manager lists the asset, a maintainer attaches a changelog and hits Publish, and
# only then does it become a live OTA update - this workflow does none of that
# last part (no changelog, no R2, no webhook).
#
# Asset contract expected by OrcaCloud's release scanner:
# ^(\d+\.\d+\.\d+)_([^_]+)_(\d+(?:\.\d+){3})_(\d{12})\.zip$
# <orca_ver>_<vendor>_<profile_version>_<UTC yyyymmddHHMM>.zip (zip root: <vendor>.opc)
#
# Setup (App + secrets): docs/ota/post-merge-profiles-setup.md
on:
push:
branches:
- main
- release/*
paths:
- 'resources/profiles/**'
- '.github/workflows/post_merge_profiles.yml'
workflow_dispatch:
permissions:
contents: read
# One run per branch; let a run finish rather than cancel it, since it publishes.
concurrency:
group: post-merge-profiles-${{ github.ref }}
cancel-in-progress: false
env:
# generate_system_cache is published to this repo's own nightly-builds release
# by build_orca.yml's Linux leg. The job guard pins github.repository to
# OrcaSlicer/OrcaSlicer, so this resolves there.
TOOL_REPO: ${{ github.repository }}
TOOL_ASSET: generate_system_cache_Linux_Ubuntu2404_nightly
# Where per-vendor ZIP assets are published; OrcaCloud's OTA reads this repo.
PROFILES_OWNER: OrcaSlicer
PROFILES_REPO: orcaslicer-profiles
jobs:
publish_profile_caches:
name: Publish profile caches
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' }}
# FOLDER_MERGERS is an environment-scoped variable, shared with the PR
# merge bot. Keep this environment free of protection rules so this
# push-triggered job does not wait for a reviewer.
environment: merge-delegation
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
# Enough history to reach github.event.before for the changed-vendor
# diff on a normal push; deeper pushes fall back to HEAD^..HEAD in the
# step below. fetch-depth: 0 would clone all of OrcaSlicer's history.
fetch-depth: 50
- name: Resolve changed vendors
id: vendors
shell: bash
env:
FOLDER_MERGERS: ${{ vars.FOLDER_MERGERS }}
run: |
set -euo pipefail
base='${{ github.event.before }}'
head='${{ github.sha }}'
# Zero SHA (branch created / force push) or manual dispatch: fall back
# to this commit's own diff.
if [ -z "$base" ] || [ "$base" = "0000000000000000000000000000000000000000" ] || ! git cat-file -e "$base^{commit}" 2>/dev/null; then
base="$head^"
fi
echo "Diffing $base..$head"
mapfile -t candidates < <(
git diff --name-only "$base" "$head" -- resources/profiles \
| sed -nE 's#^resources/profiles/([^/]+)/.*#\1#p; s#^resources/profiles/([^/]+)\.json$#\1#p' \
| sort -u
)
vendors=()
for v in "${candidates[@]:-}"; do
[ -n "$v" ] || continue
json="resources/profiles/$v.json"
# A vendor has a manifest plus either a preset directory or a version
# field; this drops non-vendor files such as blacklist.json.
if [ -f "$json" ] && { [ -d "resources/profiles/$v" ] || jq -e '.version' "$json" >/dev/null 2>&1; }; then
vendors+=("$v")
fi
done
if [ "${#vendors[@]}" -eq 0 ]; then
echo "No changed vendor profiles in this push; nothing to publish."
echo "vendors=" >> "$GITHUB_OUTPUT"
exit 0
fi
# A vendor is eligible only when both the profile directory and its
# sibling bundle JSON are covered by at least one FOLDER_MERGERS
# grant. The account part is intentionally ignored here: this is a
# post-merge safety check, not an authorization check for a command.
grants=()
while IFS= read -r raw_line; do
line="${raw_line#"${raw_line%%[![:space:]]*}"}"
line="${line%"${line##*[![:space:]]}"}"
[ -n "$line" ] || continue
[[ "$line" == \#* ]] && continue
[[ "$line" == *:* ]] || continue
grant="${line#*:}"
grant="${grant#"${grant%%[![:space:]]*}"}"
grant="${grant%"${grant##*[![:space:]]}"}"
while [[ "$grant" == */ ]]; do grant="${grant%/}"; done
grants+=("$grant")
done <<< "${FOLDER_MERGERS:-}"
is_granted() {
local path="$1"
local grant
for grant in "${grants[@]:-}"; do
if [[ "$path" == "$grant" || "$path" == "$grant/"* ]]; then
return 0
fi
done
return 1
}
unauthorized=()
for v in "${vendors[@]}"; do
if ! is_granted "resources/profiles/$v" || ! is_granted "resources/profiles/$v.json"; then
unauthorized+=("$v")
fi
done
if [ "${#unauthorized[@]}" -ne 0 ]; then
echo "Changed vendor profiles are not covered by FOLDER_MERGERS: ${unauthorized[*]}"
echo "No profile caches will be published for this push."
echo "vendors=" >> "$GITHUB_OUTPUT"
exit 0
fi
printf 'Changed vendors: %s\n' "${vendors[*]}"
echo "vendors=${vendors[*]}" >> "$GITHUB_OUTPUT"
- name: Resolve Orca version
id: orca
if: steps.vendors.outputs.vendors != ''
shell: bash
run: |
set -euo pipefail
raw="$(sed -nE 's/^set\(SoftFever_VERSION "([^"]+)".*/\1/p' version.inc | head -1)"
[ -n "$raw" ] || { echo "::error::could not read SoftFever_VERSION from version.inc"; exit 1; }
orca_ver="${raw%%-*}"
if ! [[ "$orca_ver" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::Orca version '$orca_ver' (from '$raw') is not X.Y.Z"; exit 1
fi
# release_tag is what the desktop client sends as orca_version and what
# OrcaCloud keys R2 on; orca_ver (X.Y.Z) is the asset-name prefix.
echo "release_tag=$raw" >> "$GITHUB_OUTPUT"
echo "orca_ver=$orca_ver" >> "$GITHUB_OUTPUT"
echo "Orca version: release_tag=$raw asset_prefix=$orca_ver"
- name: Validate profile versions
id: pver
if: steps.vendors.outputs.vendors != ''
shell: bash
run: |
set -euo pipefail
: > "$RUNNER_TEMP/pver.tsv"
for v in ${{ steps.vendors.outputs.vendors }}; do
pv="$(jq -r '.version // empty' "resources/profiles/$v.json")"
if ! [[ "$pv" =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "::error::vendor $v version '${pv:-<none>}' must be 4 numeric parts (A.B.C.D) for the OTA asset name; fix resources/profiles/$v.json"
exit 1
fi
printf '%s\t%s\n' "$v" "$pv" >> "$RUNNER_TEMP/pver.tsv"
echo "$v -> $pv"
done
- name: Download generate_system_cache
if: steps.vendors.outputs.vendors != ''
shell: bash
env:
# gh (with the default token) rather than an unauthenticated curl: keeps
# working if TOOL_REPO is ever private and avoids anonymous rate limits.
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
gh release download nightly-builds --repo "$TOOL_REPO" \
--pattern "$TOOL_ASSET" --output generate_system_cache --clobber
chmod +x generate_system_cache
- name: Build caches and package assets
id: pkg
if: steps.vendors.outputs.vendors != ''
shell: bash
run: |
set -euo pipefail
# One timestamp for the whole run so a multi-vendor merge groups together.
ts="$(date -u +%Y%m%d%H%M)"
orca_ver='${{ steps.orca.outputs.orca_ver }}'
out="$RUNNER_TEMP/assets"
mkdir -p "$out"
for v in ${{ steps.vendors.outputs.vendors }}; do
./generate_system_cache -p "$GITHUB_WORKSPACE/resources/profiles" -v "$v" -l 2
opc="resources/profiles/$v.opc"
[ -f "$opc" ] || { echo "::error::$opc was not generated"; exit 1; }
pv="$(awk -F'\t' -v v="$v" '$1==v{print $2}' "$RUNNER_TEMP/pver.tsv")"
name="${orca_ver}_${v}_${pv}_${ts}.zip"
( cd resources/profiles && zip -q -j "$out/$name" "$v.opc" )
echo "packaged $name"
done
echo "dir=$out" >> "$GITHUB_OUTPUT"
- name: Mint profiles-repo token
id: token
if: steps.vendors.outputs.vendors != ''
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.PROFILES_APP_ID }}
private-key: ${{ secrets.PROFILES_APP_PRIVATE_KEY }}
owner: ${{ env.PROFILES_OWNER }}
repositories: ${{ env.PROFILES_REPO }}
- name: Publish assets to profiles release
if: steps.vendors.outputs.vendors != ''
shell: bash
env:
GH_TOKEN: ${{ steps.token.outputs.token }}
RELEASE_TAG: ${{ steps.orca.outputs.release_tag }}
ASSET_DIR: ${{ steps.pkg.outputs.dir }}
run: |
set -euo pipefail
repo="$PROFILES_OWNER/$PROFILES_REPO"
if ! gh release view "$RELEASE_TAG" --repo "$repo" >/dev/null 2>&1; then
echo "Creating release $RELEASE_TAG on $repo"
gh release create "$RELEASE_TAG" --repo "$repo" \
--title "$RELEASE_TAG" --notes "Profile cache assets for Orca $RELEASE_TAG." \
--latest=false
fi
# Asset names are timestamp-unique; a clash means a bug, so don't --clobber.
gh release upload "$RELEASE_TAG" --repo "$repo" "$ASSET_DIR"/*.zip
{
echo "### Published to \`$repo\` release \`$RELEASE_TAG\`"
for f in "$ASSET_DIR"/*.zip; do echo "- \`$(basename "$f")\`"; done
} >> "$GITHUB_STEP_SUMMARY"
+2 -2
View File
@@ -529,7 +529,7 @@ jobs:
&& github.event_name == 'pull_request_target'
permissions:
contents: read
pull-requests: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
timeout-minutes: 5
@@ -636,7 +636,7 @@ jobs:
&& github.event_name == 'pull_request_target'
permissions:
contents: read # delegatable subtree, for file modes
pull-requests: read
pull-requests: write
issues: write # label + comment
runs-on: ubuntu-latest
timeout-minutes: 10
-1
View File
@@ -52,5 +52,4 @@ internal_docs/
__pycache__/
*.pyc
*.opc
/.test/
docs/superpowers/
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+6
View File
@@ -125,6 +125,7 @@ src/slic3r/GUI/ThermalPreconditioningDialog.hpp
src/slic3r/GUI/Jobs/SLAImportJob.cpp
src/slic3r/GUI/Jobs/UpgradeNetworkJob.cpp
src/slic3r/GUI/AboutDialog.cpp
src/slic3r/GUI/ActionRegistry.cpp
src/slic3r/GUI/AMSMaterialsSetting.cpp
src/slic3r/GUI/ExtrusionCalibration.cpp
src/slic3r/GUI/AmsMappingPopup.cpp
@@ -159,6 +160,7 @@ src/slic3r/GUI/SelectMachinePop.cpp
src/slic3r/GUI/StatusPanel.cpp
src/slic3r/GUI/Monitor.cpp
src/slic3r/GUI/MsgDialog.cpp
src/slic3r/GUI/NativeCommands.cpp
src/slic3r/GUI/NotificationManager.hpp
src/slic3r/GUI/NotificationManager.cpp
src/slic3r/GUI/ObjectDataViewModel.cpp
@@ -179,6 +181,8 @@ src/slic3r/GUI/PublishDialog.cpp
src/slic3r/GUI/PublishSettingsDialog.cpp
src/slic3r/GUI/SavePresetDialog.cpp
src/slic3r/GUI/Search.cpp
src/slic3r/GUI/SettingsIndex.cpp
src/slic3r/GUI/SpeedDialDialog.cpp
src/slic3r/GUI/Selection.cpp
src/slic3r/GUI/SelectMachine.cpp
src/slic3r/GUI/PrePrintChecker.cpp
@@ -246,6 +250,7 @@ src/slic3r/GUI/TroubleshootDialog.cpp
src/slic3r/Utils/3DPrinterOS.cpp
src/slic3r/Utils/AstroBox.cpp
src/slic3r/Utils/Duet.cpp
src/slic3r/Utils/UltiMaker.cpp
src/slic3r/Utils/FlashAir.cpp
src/slic3r/Utils/MKS.cpp
src/slic3r/Utils/Moonraker.cpp
@@ -292,5 +297,6 @@ src/slic3r/GUI/AMSDryControl.cpp
src/slic3r/GUI/AMSDryControl.hpp
src/libslic3r/PresetBundle.cpp
src/slic3r/GUI/CAD/DesignPanel.cpp
src/slic3r/GUI/CAD/SketchInlineEditor.cpp
src/slic3r/GUI/Gizmos/GLGizmoPrimitive.cpp
src/slic3r/GUI/Gizmos/GLGizmoSketch.cpp
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M14.5,1.5v12a1,1,0,0,1-1,1H1.5a1,1,0,0,1-1-1V1.5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1Z" style="fill:none;stroke:#949494;stroke-linecap:round;stroke-linejoin:round"/><polyline points="4,5 6.5,7.5 4,10" style="fill:none;stroke:#009688;stroke-linecap:round;stroke-linejoin:round"/><line x1="8" y1="10" x2="11" y2="10" style="fill:none;stroke:#009688;stroke-linecap:round;stroke-linejoin:round"/></svg>

After

Width:  |  Height:  |  Size: 524 B

+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M11.5,5.5v5c0,.55-.45,1-1,1H1.5c-.55,0-1-.45-1-1V1.5C.5.95.95.5,1.5.5h5M3.5,6.5v2h2l5.59-5.59c.55-.55.55-1.45,0-2s-1.45-.55-2,0L3.5,6.5Z" style="fill:none; stroke:#949494; stroke-linecap:square; stroke-linejoin:round;"/></svg>

After

Width:  |  Height:  |  Size: 340 B

File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

@@ -0,0 +1,155 @@
{
"type": "filament",
"name": "CR-ABS @Ender-2 Pro-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "xXPIfJOKtSIkbgSZ",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_max_speed": [
"20"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"20"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "80",
"customized_plate_temp_initial_layer": "80",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-2 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 S1 Plus-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "41fKjFexWC3Zh7XZ",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Plus 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 S1 Pro-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "SDigCIbuTDRn8b96",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 S1 Sonic-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "jYdpNiDMaOz2Ay6R",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Sonic 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 S1-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "5kp6VbwvXPo7Lvzg",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 0.4 nozzle"
]
}
@@ -0,0 +1,151 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 V3 KE-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "XUzmyFDwpqu4Kfjh",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_min_speed": [
"70"
],
"filament_cost": [
"15"
],
"filament_density": [
"1.08"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"20"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"0.4"
],
"filament_z_hop_types": [
"Normal Lift"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"230"
],
"required_nozzle_HRC": [
"0"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_cds_fan_start_at_height": "0",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.05",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}
@@ -0,0 +1,146 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 V3 Plus-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "2bvhLTGnyzWCVkPy",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_min_speed": [
"70"
],
"filament_cost": [
"15"
],
"filament_density": [
"1.08"
],
"filament_deretraction_speed": [
"0"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.926"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"20"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"100%"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"0"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"30"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"0"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.4"
],
"filament_z_hop_types": [
"Normal Lift"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"230"
],
"required_nozzle_HRC": [
"0"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 Plus 0.4 nozzle"
]
}
@@ -0,0 +1,172 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3 V3-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "MQURrCD6wSxqa1jP",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"cool_plate_temp_initial_layer": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"20"
],
"filament_cost": [
"15"
],
"filament_density": [
"1.08"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.97"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"14"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"2"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"230"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"20"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "100",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "1",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "100",
"epoxy_resin_plate_temp_initial_layer": "100",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,230],[10.0,240],[20.0,250]]",
"pressure_advance": "0.046",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 0.4 nozzle",
"Creality Ender-3 V3 0.6 nozzle",
"Creality Ender-3 V3 0.8 nozzle"
]
}
@@ -0,0 +1,138 @@
{
"type": "filament",
"name": "CR-ABS @Ender-3-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "H4UaUhKIsHDvC918",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"6"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
],
"filament_start_gcode": [
"; Filament gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 0.4 nozzle"
]
}
@@ -0,0 +1,135 @@
{
"type": "filament",
"name": "CR-ABS @Ender-5 S1 Sonic-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "p6IjY3IqwpTbVeUP",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"40"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"40"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-5 S1 Sonic 0.4 nozzle"
]
}
@@ -0,0 +1,135 @@
{
"type": "filament",
"name": "CR-ABS @Ender-5 S1-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "JJLc8iPdvZucHYiJ",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"fan_cooling_layer_time": [
"35"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"40"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"40"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"full_fan_speed_layer": [
"0"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-5 S1 0.4 nozzle"
]
}
@@ -0,0 +1,166 @@
{
"type": "filament",
"name": "CR-ABS @Sermoon D3 Pro-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "iYMDiv64la5GboAA",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"cool_plate_temp_initial_layer": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_max_speed": [
"50"
],
"filament_cost": [
"15"
],
"filament_density": [
"1.08"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature_range_high": [
"280"
],
"overhang_fan_speed": [
"50"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
"; filament start gcode"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "1",
"chamber_temperature": "60",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "80",
"customized_plate_temp_initial_layer": "80",
"default_filament_colour": "\"\"",
"dont_slow_down_outer_wall": "0",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_long_retractions_when_cut": "nil",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_ramming_parameters": "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_retraction_distances_when_cut": "nil",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_stamping_distance": "0",
"filament_stamping_loading_speed": "0",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"idle_temperature": "0",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210],[10.0,220],[12.0,230]]",
"pellet_flow_coefficient": "0.4157",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon D3 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,160 @@
{
"type": "filament",
"name": "CR-ABS @Sermoon M300-all",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "afINvBBB1U1PjGVB",
"filament_id": "OFGwZmgS",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"cool_plate_temp_initial_layer": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_max_speed": [
"60"
],
"filament_cost": [
"15"
],
"filament_density": [
"1.08"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"90%"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"Slope Lift"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature_range_high": [
"280"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"14"
],
"slow_down_min_speed": [
"20"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"filament_start_gcode": [
"; filament start gcode\n{if (layer_z > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "100",
"customized_plate_temp_initial_layer": "100",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon M300 0.4 nozzle",
"Creality Sermoon M300 0.6 nozzle",
"Creality Sermoon M300 0.8 nozzle"
]
}
@@ -0,0 +1,188 @@
{
"type": "filament",
"name": "CR-Nylon @Ender-3 V3 Plus-all",
"inherits": "fdm_filament_pa",
"from": "system",
"setting_id": "JOqqaEHv9emSaO58",
"filament_id": "OFvLppPU",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"50"
],
"cool_plate_temp_initial_layer": [
"50"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"50"
],
"eng_plate_temp_initial_layer": [
"50"
],
"fan_cooling_layer_time": [
"100"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"52"
],
"filament_density": [
"1.12"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"50"
],
"nozzle_temperature": [
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"250"
],
"overhang_fan_speed": [
"100"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_layer_time": [
"4"
],
"slow_down_min_speed": [
"10"
],
"temperature_vitrification": [
"60"
],
"textured_plate_temp": [
"50"
],
"textured_plate_temp_initial_layer": [
"50"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 Plus 0.4 nozzle"
]
}
@@ -0,0 +1,167 @@
{
"type": "filament",
"name": "CR-PETG @CR-10 SE-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "ca0t7XsRrFpxcL7a",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"80"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"0"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"9"
],
"filament_retract_before_wipe": [
"100%"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"0"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"30"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"0"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.4"
],
"filament_z_hop_types": [
"Normal Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-10 SE 0.4 nozzle"
]
}
@@ -0,0 +1,133 @@
{
"type": "filament",
"name": "CR-PETG @CR-10 Smart Pro-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "iB29j2vvnyfpO4tk",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.3"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-10 Smart Pro 0.4 nozzle"
]
}
@@ -0,0 +1,133 @@
{
"type": "filament",
"name": "CR-PETG @CR-10-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "LHxnOzAAJr1mk5GK",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.3"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-10 0.4 nozzle"
]
}
@@ -0,0 +1,170 @@
{
"type": "filament",
"name": "CR-PETG @CR-M4 SE-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "N9vgkspyIr8EV1T8",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"45"
],
"eng_plate_temp_initial_layer": [
"45"
],
"fan_cooling_layer_time": [
"100"
],
"fan_min_speed": [
"50"
],
"filament_cost": [
"22"
],
"filament_density": [
"1.24"
],
"filament_deretraction_speed": [
"50"
],
"filament_flow_ratio": [
"0.9"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"0"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"0.05"
],
"filament_retraction_speed": [
"50"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"0"
],
"filament_wipe_distance": [
"2"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"240"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"\" \""
],
"filament_end_gcode": [
"\" \""
],
"activate_chamber_temp_control": "1",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "1",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "70",
"epoxy_resin_plate_temp_initial_layer": "70",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,230],[5.0,240],[8.0,250]]",
"pressure_advance": "0.08",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-M4 SE 0.4 nozzle"
]
}
@@ -0,0 +1,135 @@
{
"type": "filament",
"name": "CR-PETG @Ender-2 Pro-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "F7h6B3GqsyWLIXWk",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-2 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,144 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 S1 Plus-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "ukQaApwo1Kafy1of",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"1.2"
],
"filament_type": [
"PETG"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Plus 0.4 nozzle"
],
"filament_vendor": [
"Creality"
]
}
@@ -0,0 +1,144 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 S1 Pro-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "YzCFzg5CFVXkP5mI",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"1.2"
],
"filament_type": [
"PETG"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Pro 0.4 nozzle"
],
"filament_vendor": [
"Creality"
]
}
@@ -0,0 +1,147 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 S1 Sonic-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "nhmw2HhDlNRvvccd",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"1.2"
],
"filament_type": [
"PETG"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Sonic 0.4 nozzle"
],
"filament_vendor": [
"Creality"
]
}
@@ -0,0 +1,144 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 S1-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "HOXafIaVQNYa5uzz",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"1.2"
],
"filament_type": [
"PETG"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 0.4 nozzle"
],
"filament_vendor": [
"Creality"
]
}
@@ -0,0 +1,131 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 V2-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "KOU7rizOewXtUGdS",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"80"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"100"
],
"fan_min_speed": [
"100"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.24"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.4",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
],
"filament_vendor": [
"Creality"
]
}
@@ -0,0 +1,142 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 V3 KE-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "RtNydGhtx6FMjQDr",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.23"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"9"
],
"filament_retract_restart_extra": [
"0"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_cds_fan_start_at_height": "0",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "1",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "70",
"epoxy_resin_plate_temp_initial_layer": "70",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.08",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}
@@ -0,0 +1,169 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 V3 Plus-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "Z3uXiHTYNnlPwfXX",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"80"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.23"
],
"filament_deretraction_speed": [
"0"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"9"
],
"filament_retract_before_wipe": [
"100%"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"0"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"30"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"0"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.4"
],
"filament_z_hop_types": [
"Normal Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "70",
"epoxy_resin_plate_temp_initial_layer": "70",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 Plus 0.4 nozzle",
"Creality Ender-3 V3 Plus 0.6 nozzle",
"Creality Ender-3 V3 Plus 0.8 nozzle"
]
}
@@ -0,0 +1,156 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3 V3-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "jLTxg3JhZaoBjPDd",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"80"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.23"
],
"filament_deretraction_speed": [
"25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_speed": [
"30"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"235"
],
"nozzle_temperature_initial_layer": [
"235"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "100",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "50",
"epoxy_resin_plate_temp_initial_layer": "50",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 0.4 nozzle",
"Creality Ender-3 V3 0.6 nozzle",
"Creality Ender-3 V3 0.8 nozzle"
]
}
@@ -0,0 +1,138 @@
{
"type": "filament",
"name": "CR-PETG @Ender-3-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "XtRCnvDgIt3woTfm",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retraction_length": [
"8"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 0.4 nozzle"
]
}
@@ -0,0 +1,165 @@
{
"type": "filament",
"name": "CR-PETG @Ender-5 S1 Sonic-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "kEN1rd7J0bDhpXLB",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_deretraction_speed": [
"30"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"1.5"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"40"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-5 S1 Sonic 0.4 nozzle"
]
}
@@ -0,0 +1,162 @@
{
"type": "filament",
"name": "CR-PETG @Ender-5 S1-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "SXeN7LY4p9TpzIfK",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"70"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"30"
],
"filament_density": [
"1.27"
],
"filament_deretraction_speed": [
"30"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"1.5"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retraction_speed": [
"40"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"1"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-5 S1 0.4 nozzle"
]
}
@@ -0,0 +1,151 @@
{
"type": "filament",
"name": "CR-PETG @Sermoon D3 Pro-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "PhFJ45TOClwggKYD",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"close_fan_the_first_x_layers": [
"1"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"100"
],
"cool_plate_temp_initial_layer": [
"100"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"105"
],
"eng_plate_temp_initial_layer": [
"105"
],
"fan_cooling_layer_time": [
"100"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"14"
],
"filament_density": [
"1.23"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"7"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_threshold": [
"25%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"110"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"filament_start_gcode": [
"; filament start gcode"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "80",
"customized_plate_temp_initial_layer": "80",
"default_filament_colour": "\"\"",
"dont_slow_down_outer_wall": "0",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_long_retractions_when_cut": "nil",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_ramming_parameters": "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_retraction_distances_when_cut": "nil",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_stamping_distance": "0",
"filament_stamping_loading_speed": "0",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"idle_temperature": "0",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210],[10.0,220],[12.0,230]]",
"pellet_flow_coefficient": "0.4157",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon D3 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,132 @@
{
"type": "filament",
"name": "CR-PETG @Sermoon D3-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "Pw1DtBsgpbzj8P0k",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"35"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"20"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"190"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.05",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon D3 0.4 nozzle"
]
}
@@ -0,0 +1,156 @@
{
"type": "filament",
"name": "CR-PETG @Sermoon M300-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "WaYzXCaD9MuLDXsX",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"50"
],
"eng_plate_temp_initial_layer": [
"55"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"40"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.24"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_retract_before_wipe": [
"90%"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"filament_z_hop_types": [
"Slope Lift"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"12"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"; filament start gcode\n{if (layer_z > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[0.5,240],[1.0,240],[1.2,250]]",
"pressure_advance": "0.07",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon M300 0.4 nozzle",
"Creality Sermoon M300 0.6 nozzle",
"Creality Sermoon M300 0.8 nozzle"
]
}
@@ -0,0 +1,129 @@
{
"type": "filament",
"name": "CR-PETG @Sermoon V1 Pro-all",
"inherits": "fdm_filament_petg",
"from": "system",
"setting_id": "yPw0Q8cZoH0z5Q5W",
"filament_id": "OF3WQaKK",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"35"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"0"
],
"eng_plate_temp_initial_layer": [
"0"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"20"
],
"filament_flow_ratio": [
"0.98"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG"
],
"filament_vendor": [
"Creality"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"190"
],
"overhang_fan_threshold": [
"50%"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "70",
"customized_plate_temp_initial_layer": "70",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.05",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Sermoon V1 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,151 @@
{
"type": "filament",
"name": "CR-PLA @CR-10-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "gRYsvflqQ8IIyNOu",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"35"
],
"cool_plate_temp_initial_layer": [
"35"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"45"
],
"eng_plate_temp_initial_layer": [
"45"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"200"
],
"nozzle_temperature_initial_layer": [
"200"
],
"nozzle_temperature_range_high": [
"240"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
";filament start gcode"
],
"filament_end_gcode": [
";filament end gcode "
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"customized_plate_temp": "60",
"customized_plate_temp_initial_layer": "60",
"default_filament_colour": "\"\"",
"dont_slow_down_outer_wall": "0",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_long_retractions_when_cut": "nil",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_ramming_parameters": "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_retraction_distances_when_cut": "nil",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_stamping_distance": "0",
"filament_stamping_loading_speed": "0",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"idle_temperature": "0",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210],[10.0,220],[12.0,230]]",
"pellet_flow_coefficient": "0.4157",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-10 0.4 nozzle"
]
}
@@ -0,0 +1,146 @@
{
"type": "filament",
"name": "CR-PLA @CR-M4 SE-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "tABggke8tUaNmEEh",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"45"
],
"eng_plate_temp_initial_layer": [
"45"
],
"fan_min_speed": [
"50"
],
"filament_cost": [
"22"
],
"filament_deretraction_speed": [
"50"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.9"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"20"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"70"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"0"
],
"filament_retraction_length": [
"0.8"
],
"filament_retraction_minimum_travel": [
"0.05"
],
"filament_retraction_speed": [
"50"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"0"
],
"filament_wipe_distance": [
"2"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Normal Lift"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature_range_high": [
"240"
],
"overhang_fan_threshold": [
"95%"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"10"
],
"temperature_vitrification": [
"100"
],
"filament_start_gcode": [
"\" \""
],
"filament_end_gcode": [
"\" \""
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "1",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "60",
"epoxy_resin_plate_temp_initial_layer": "60",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_shrinkage_compensation_z": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,200],[5.0,210],[8.0,220]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality CR-M4 SE 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-PLA @Ender-2 Pro-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "pyic9IqsyOiafceu",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode\n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-2 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,123 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 S1 Plus-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "DyGKfjo621EQ9y3H",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Plus 0.4 nozzle"
]
}
@@ -0,0 +1,123 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 S1 Pro-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "CgGlQJsaZQNxVOTe",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Pro 0.4 nozzle"
]
}
@@ -0,0 +1,126 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 S1 Sonic-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "WsUax8HKz582lvgP",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 Sonic 0.4 nozzle"
]
}
@@ -0,0 +1,123 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 S1-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "q2a9vySJTktLFns3",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1.2"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 S1 0.4 nozzle"
]
}
@@ -0,0 +1,128 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 V2-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "0w38xo4i4Hsv1NGO",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"80"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"1"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"nozzle_temperature_range_high": [
"240"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0.5",
"cool_special_cds_fan_speed": "100",
"customized_plate_temp": "60",
"customized_plate_temp_initial_layer": "60",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "nil",
"filament_retract_lift_below": "nil",
"filament_retract_lift_enforce": "nil",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.5,200],[7.0,240]]",
"pressure_advance": "0.04",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}
@@ -0,0 +1,151 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 V3 KE-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "SpUnsDch11ry1O8N",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"50"
],
"cool_plate_temp_initial_layer": [
"50"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"50"
],
"eng_plate_temp_initial_layer": [
"50"
],
"filament_cost": [
"18"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"50"
],
"nozzle_temperature_range_high": [
"240"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"5"
],
"textured_plate_temp": [
"50"
],
"textured_plate_temp_initial_layer": [
"50"
],
"filament_end_gcode": [
"; filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_cds_fan_start_at_height": "0",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "1",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "50",
"epoxy_resin_plate_temp_initial_layer": "50",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.048",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 KE 0.4 nozzle"
]
}
@@ -0,0 +1,153 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 V3 Plus-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "EgSHGiAjpbFer6VA",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"80"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"65"
],
"cool_plate_temp_initial_layer": [
"65"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"65"
],
"eng_plate_temp_initial_layer": [
"65"
],
"filament_cost": [
"18"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"required_nozzle_HRC": [
"0"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_cds_fan_start_at_height": "0.5",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "50",
"epoxy_resin_plate_temp_initial_layer": "50",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 Plus 0.4 nozzle"
]
}
@@ -0,0 +1,166 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 V3 SE-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "HE08t6PGCuot7MAy",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"50"
],
"cool_plate_temp_initial_layer": [
"50"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"45"
],
"eng_plate_temp_initial_layer": [
"45"
],
"filament_cost": [
"25"
],
"filament_density": [
"1.25"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"0"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"1"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"40"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"0.2"
],
"filament_z_hop_types": [
"Slope Lift"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"50"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"nozzle_temperature_range_high": [
"240"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"6"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"100"
],
"textured_plate_temp": [
"50"
],
"textured_plate_temp_initial_layer": [
"50"
],
"filament_start_gcode": [
";filament start gcode"
],
"filament_end_gcode": [
";filament end gcode "
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "0",
"cool_cds_fan_start_at_height": "0",
"cool_special_cds_fan_speed": "0",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"enable_special_area_additional_cooling_fan": "0",
"epoxy_resin_plate_temp": "0",
"epoxy_resin_plate_temp_initial_layer": "0",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[2.0,185],[4.0,190],[7.0,200]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}
@@ -0,0 +1,163 @@
{
"type": "filament",
"name": "CR-PLA @Ender-3 V3-all",
"inherits": "fdm_filament_pla",
"from": "system",
"setting_id": "NZMJjZm0Io0FYdX4",
"filament_id": "OFp4ETDP",
"instantiation": "true",
"activate_air_filtration": [
"0"
],
"additional_cooling_fan_speed": [
"0"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"cool_plate_temp": [
"65"
],
"cool_plate_temp_initial_layer": [
"65"
],
"during_print_exhaust_fan_speed": [
"60"
],
"eng_plate_temp": [
"65"
],
"eng_plate_temp_initial_layer": [
"65"
],
"filament_cost": [
"18"
],
"filament_deretraction_speed": [
"nil"
],
"filament_diameter": [
"1.75"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"0"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_minimal_purge_on_wipe_tower": [
"15"
],
"filament_retract_before_wipe": [
"nil"
],
"filament_retract_restart_extra": [
"nil"
],
"filament_retract_when_changing_layer": [
"nil"
],
"filament_retraction_length": [
"nil"
],
"filament_retraction_minimum_travel": [
"nil"
],
"filament_retraction_speed": [
"nil"
],
"filament_soluble": [
"0"
],
"filament_vendor": [
"Creality"
],
"filament_wipe": [
"nil"
],
"filament_wipe_distance": [
"nil"
],
"filament_z_hop": [
"nil"
],
"filament_z_hop_types": [
"nil"
],
"full_fan_speed_layer": [
"0"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"overhang_fan_threshold": [
"0%"
],
"required_nozzle_HRC": [
"0"
],
"slow_down_layer_time": [
"8"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"filament_start_gcode": [
";filament start gcode\n"
],
"filament_end_gcode": [
";filament end gcode \n"
],
"activate_chamber_temp_control": "0",
"chamber_temperature": "35",
"cool_special_cds_fan_speed": "100",
"default_filament_colour": "\"\"",
"enable_overhang_bridge_fan": "1",
"enable_pressure_advance": "0",
"epoxy_resin_plate_temp": "50",
"epoxy_resin_plate_temp_initial_layer": "50",
"filament_cooling_final_speed": "3.4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_moves": "4",
"filament_loading_speed": "28",
"filament_loading_speed_start": "3",
"filament_multitool_ramming": "0",
"filament_multitool_ramming_flow": "10",
"filament_multitool_ramming_volume": "10",
"filament_notes": "\"\"",
"filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"",
"filament_retract_lift_above": "0",
"filament_retract_lift_below": "0",
"filament_retract_lift_enforce": "All Surfaces",
"filament_shrink": "100%",
"filament_toolchange_delay": "0",
"filament_unloading_speed": "90",
"filament_unloading_speed_start": "100",
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,210], [10.0,220], [12.0,230]]",
"pressure_advance": "0.02",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-3 V3 0.4 nozzle",
"Creality Ender-3 V3 0.6 nozzle",
"Creality Ender-3 V3 0.8 nozzle"
]
}

Some files were not shown because too many files have changed in this diff Show More