Page 1 of 1

Replace filament is not working

Posted: Sat Jun 11, 2022 7:23 am
by yesbird
Normally I used command

Code: Select all

{REPLACE "; layer7" "M600\n; layer 7"}
without a problems, but found the case when it is not working.

Factory file attached:
test_abs_sbs.factory
(63.05 KiB) Downloaded 155 times

Have no idea what is the reason.

Re: Replace filament is not working

Posted: Sat Jun 11, 2022 3:53 pm
by parallyze
yesbird wrote: Sat Jun 11, 2022 7:23 am

Code: Select all

{REPLACE "; layer7" "M600\n; layer 7"}
"layer7" != "layer 7"

The space between "layer" and "7" is missing.

Re: Replace filament is not working

Posted: Sun Jun 12, 2022 5:08 am
by yesbird
Thanks, I have missed it !