OctoPrint-MultiColors icon indicating copy to clipboard operation
OctoPrint-MultiColors copied to clipboard

Inject GCODE at specified layers to allow multi color printing via filament change

Results 12 OctoPrint-MultiColors issues
Sort by recently updated
recently updated
newest added

Injected gcode doesn't seem to apply newlines. Using regex "LAYER:{layer}" and layer 36 with the injected code: ``` G28 Y0 X0 ; home the X and Y axis G1 Y120;...

I prefer to give a bit of help about this so it's clear this support multi-line and can capture groups already. I misinterpreted what could be done initially.