From 646f55856006994e030f948e6596e2bf9e03ecab Mon Sep 17 00:00:00 2001 From: sentientstardust Date: Thu, 28 May 2026 09:26:43 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9daa70d8cd..b1d28ef631e 100644 --- a/README.md +++ b/README.md @@ -235,9 +235,13 @@ OrcaSlicer-ImageMap is a fork of OrcaSlicer made by sentientstardust, to add ima The OrcaSlicer logo was designed by community member Justin Levine (@freejstnalxndr). ## Acknowledgements -Use of filament overhang to create the appearance of continuous imagery based on [Kuipers, et. al 2018](https://arxiv.org/pdf/1805.01375) +Use of filament overhang to create the appearance of continuous side-surface imagery based on [Kuipers, et. al 2018](https://arxiv.org/pdf/1805.01375) -Thanks to neotko for giving me some helpful suggestions on overhang implementation when I was working on 2D gradient functionality +Top surface color blending inspired by [V. Babaei et. al, 2017](https://cdfg.mit.edu/assets/files/Color3DP_compressed.pdf) + +Thanks to neotko for suggesting I experiment with variable line width + +Thanks to everyone who has beta tested and given feedback # License - **OrcaSlicer-ImageMap** is licensed under the GNU Affero General Public License, version 3. OrcaSlicer-ImageMap is forked from OrcaSlicer. @@ -245,4 +249,5 @@ Thanks to neotko for giving me some helpful suggestions on overhang implementati - The **GNU Affero General Public License**, version 3 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license. - OrcaSlicer includes a **pressure advance calibration pattern test** adapted from Andrew Ellis' generator, which is licensed under GNU General Public License, version 3. Ellis' generator is itself adapted from a generator developed by Sineos for Marlin, which is licensed under GNU General Public License, version 3. - The **Bambu networking plugin** is based on non-free libraries from BambuLab. It is optional to the OrcaSlicer and provides extended functionalities for Bambulab printer users. -- This repository uses Pigment Painter in order to predict how filament colors will mix. Pigment Painter is licensed under the GNU General Public License, version 3. \ No newline at end of file +- This repository uses Pigment Painter in order to predict how filament colors will mix. Pigment Painter is licensed under the GNU General Public License, version 3. +- ColorSolver is used for fast RGB -> filament ratio conversion. ColorSolver is licensed under the GNU Affero General Public License, version 3 \ No newline at end of file