Please add a button / function
There is a possibility to create a button\option in Repeiter-Host pause
on the necessary layer and shift the printhead to "0" (e.g. X-axis)
to change plastic? This option is often necessary to print color products on the printer with one printhead.
At the moment you need to be aware of print layers, and in such cases it is likely to miss the desired layer.
Thanks in advance.
Thanks in advance.
Comments
;@pause Change filament
where you want it. Open g-code editor. At the bottom you can select a layer number and hit the button left to it and it will jump to the right place in gcode. In gcode you see then the real Z. Also note the color change of the line numbers on layer change. That way it is easy to find right position.
By the way, the syntax above looks wrong or has changed. In previous versions, I did not have a semicolon at the beginning of the line. Also, it was not necessary to have a space or a comment after the command. The entire line I used was simply
@pause
and nothing more.
In the problem today, I was trying to use the command because I discovered that I needed to start up a new spool of filament as the one I was using was running out. I used the Editor to move ahead 3 or 4 layers from the current position and added the @pause, but the printer never stopped. I tried several times. (Printer is a Printrbot Plus, connected to my computer via USB).
@cmd
or
;@cmd
No spaces at the beginning!
With ; it causes no error if you use it to print over sd or other non repetier software, also these will all ignore it.
We did not remove pause in 2.0.5 (lastest version).
What I was trying to do - and wish it would work - is to insert a @pause command on the fly DURING a print. Why won't that work? Does Repetier parse the entire file into some binary code when it starts printing, and then ignore any subsequent edits to the text?