Thanks for help.
But either "Filament change" nor "Pause at heigth" work on my printer.... he simply continues the print without any interuptions.
However, Sound does not work too.
As a really good workaround I use the script I mentioned above. So all other explanations do not help me.
Also since release 4.9.x Cura does not run under W7 latest build, so I still use 4.8.0.
Recommended Posts
GregValiant 1,455
You can use the Cura Pause At Height but it's a little clumsy. It is an option if your printer doesn't have M0 enabled in the firmware. If there are Z-Hops enabled in a file then you must use "by layer" as zhops will confuse the "by height" option. Remember that the layer number refers to the layer in the gcode, not the Cura preview. Look at the preview, subtract 1 from the layer number, add that to the Pause at Height box.
In the dialog for Pause At Height are two boxes you can add some Gcode to. In "Gcode before Pause" add M300. That's the beep and if you are sure it doesn't work then leave it out.
In the "Gcode after pause" put G4 S300. G4 is a "delay" rather than a pause and it is fixed length ("S" is in seconds and you can adjust it to whatever you want). There is no command to stop the dwell before the time is up. When the time is up the printer will resume even if you want it to wait longer. So the example "G4 S300" will dwell for 5 minutes and at the end of that time the printer will start by itself.
Edited by GregValiantLink to post
Share on other sites