Всем снова здравствуйте. Решил поосваивать PrusaSlicer. В начальном Gcode филамента есть такие строки:
"M900 K0.36
M900 W{extrusion_width} H{layer_height} D{filament_diameter}".
При нарезке создается файл с названием ".13276.gcode.tmp" в котором в самом начале такие строки:
"!!!!! Failed to process the custom G-code template start_filament_gcode
Parsing error at line 3: Referencing a vector variable when scalar is expected
M900 W{extrusion_width} H{layer_height} D{filament_diameter}
^
!!!!! End of an error report for the custom G-code template start_filament_gcode
"(стрелочка указывает на f слова filament_diameter). Подскажите, пожалуйста, как это победить?