Hello, Im trying to change the temperature of the filament for just 1 layer because its a bridging layer. The problem is I am printing in by Object print, which makes it so changing the g-code for a specific layer is disabled, and I cannot switch to by layer printing, since the print would take 3x as much time, are there any solutions to this?
One possibility: Slice the file, use File>Export>Export G-Code… to save the g-code as a file on your computer.
Edit the g-code with your preferred text editor, transfer it to your SDcard and run it from the printer display.
Tricky bit could be finding the correct location in the file to change the code. Use the vertical and horizontal sliders in the Preview window to see the G-code line numbers, and then find the matching line number in the text editor.
Thank you, this seems like a good solution, the only thing im worried about is, do I have to save it to an sd card or can i send it back on my x1c like a regular print?