chiark / gitweb /
Fix temperature graph in printwindow2. Add CURA_PROFILE_STRING to UM2 GCode. Add...
[cura.git] / Cura / util / profile.py
index 475f965522ac76d816fc263c40497421450248b7..65128f0d078ae586a481f08efc887516a7a7f0f1 100644 (file)
@@ -961,7 +961,7 @@ def getAlterationFileContents(filename, extruderCount = 1):
        alterationContents = getAlterationFile(filename)
        if getMachineSetting('gcode_flavor') == 'UltiGCode':
                if filename == 'end.gcode':
-                       return 'M25 ;Stop reading from this point on.\n'
+                       return 'M25 ;Stop reading from this point on.\n;CURA_PROFILE_STRING:%s\n' % (getProfileString())
                return ''
        if filename == 'start.gcode':
                if extruderCount > 1: