end_gcode=;PrusaSlicer automatically generates M107 command at the end which turns off the fan. But we want to cool down the last millimeters too for some more seconds\nM106 S255 ;re-enable blower fan\nM104 S0 ;turn off temperature\nG90 ;absolute coordinates\n{if layer_z + 100 < max_print_height}G1 Z{z_offset + min(layer_z + 100, max_print_height)}{endif} ; Move print head up +100 mm if enough space is available\nG4 S20 ;wait 30 seconds\nM106 S0 ;then turn off the blower fan again
printer_notes=- M203 command in PrusaSlicer takes mm/second but Duet RRF takes those values as mm/minute. So you need to enter the mm/minute values without conversion\n- M73 not supported by RRF\n- retraction is configured by firmware and is set to M207 S0.8 R0.0 F2500 Z0.8 (0.8 mm) - so we skip to use the suggestion of 3 mm in PrusaSlicer (it is disabled)
start_gcode=G28 ;reset coordinates - you must delete the files homex.g and homey.g on Duet Web Control because they contain dangerious moves when using default DWC config\n;deactivated stuff:\n;G92 X0 Y0 Z0 ;reset coordinates - does not always work so we use preceding G28\n;M106 P2 S0 ;turn off laser pointers - this is done by sms_prepare.sh script. no need to do twice\nM117 "Starting new GCode print job" ;M291 PMESSAGE does not work here. It just won't be displayed while printing