Splice tuning settings do not seem to be used in print
I’ve tuned the settings for one of my filaments (let’s call it A). With 0-0-0 the splice is really brittle, with 4-3-4 it is a very good splice.
I’ve
- implemented the settings in Canvas (both for A > B and for B > A)
- For all the other filaments I’m using the default settings
- Re-sliced my project
- Re-sent the project do device
- Selected this new mcfx file for print
However, when it prints, the splices between filament A and others is as brittle as with 0-0-0 again.
I’m quite sure my new splice settings are not being used while printing.
What am I doing wrong?
Is this a good question?
I’ve found this piece of code in the palette.json
It seems the splicing settings did not make it to the palette.json file (only for filament A to A). I could off course add it manually, but I would like to know what went wrong while slicing and sending the file to the device.
Any ideas?
"algorithms": [
{
"ingoingId": 1,
"outgoingId": 1,
"heat": 0,
"compression": 0,
"cooling": 0
},
{
"ingoingId": 1,
"outgoingId": 2,
"heat": 0,
"compression": 0,
"cooling": 0
},
{
"ingoingId": 2,
"outgoingId": 1,
"heat": 0,
"compression": 0,
"cooling": 0
},
{
"ingoingId": 2,
"outgoingId": 2,
"heat": 4,
"compression": 3,
"cooling": 4
}
]
by Job J