-
```
Current solution (methods SassColour.getBlue, SassColour.getRed,
SassColour.getGreen)
$component = round(abs($this->blue));
return ($component > 255 ? $component % 255 : $component);
i.e. it re…
-
I have a custom printer that needs firmware features added to allow for each Color-Mixing Extruder to receive filament from 2x bowden inputs.
I currently have 2x extruders that receive 2x inputs …
-
Such as mixing magenta and orange together to get the closest supported map dye color? Or alternatively, mixing a main dye color with a darkening/lightening agent so you have a lighter/darker dye colo…
mibby updated
7 years ago
-
**Describe the bug**
I am using a model where I want to export some screenshots to produce a video of it. To do so I am mixing the usage of the facet ````autosave:true```` of the and the usage of an …
-
```
Current solution (methods SassColour.getBlue, SassColour.getRed,
SassColour.getGreen)
$component = round(abs($this->blue));
return ($component > 255 ? $component % 255 : $component);
i.e. it re…
-
### Regression?
No
### Hyprlock Info and Version
0.4.1
Hyprlock config
```sh
shape {
monitor =
size = 360, 60
color = rgba(17, 17, 17, 0.15)
rounding = -1
bor…
-
```
Current solution (methods SassColour.getBlue, SassColour.getRed,
SassColour.getGreen)
$component = round(abs($this->blue));
return ($component > 255 ? $component % 255 : $component);
i.e. it re…
-
```
Current solution (methods SassColour.getBlue, SassColour.getRed,
SassColour.getGreen)
$component = round(abs($this->blue));
return ($component > 255 ? $component % 255 : $component);
i.e. it re…
-
Marlin firmware actually has a command
M165: Set multiple mix weights
A[factor] Mix factor for extruder stepper 1
B[factor] Mix factor for extruder stepper 2
C[factor] Mix factor fo…
-
¡Congratulations ana Thanks for your great sofwware!
I hope you can attend to the following possible issue.
## Summary
When you define a transparent color in a simple source it works nicely. …