Update file format and removed 'Sketch' flavor option

The file format 'application/x-makerbotsketch' has been updated to 'application/x-makerbot-sketch' across all instances in the code base. In addition, the 'Sketch' option for gcode flavor has been removed from all printer selection menus in different sections of the code. This should be added again once the code is implemented in gcode for this flavor.
Also, change flavor in ultimaker_sketch.def.json file

CURA-11777
This commit is contained in:
Saumya Jain 2024-05-06 16:07:48 +02:00
parent 4e36c570ed
commit 0bbde663e4
6 changed files with 4 additions and 8 deletions

View file

@ -117,7 +117,6 @@ class FilamentChange(Script):
"UltiGCode": "Ultimaker 2",
"Griffin": "Griffin",
"Makerbot": "Makerbot",
"Sketch": "Sketch",
"BFB": "Bits from Bytes",
"MACH3": "Mach3",
"Repetier": "Repetier"