Start/End Codes are in the .json printer profiles.
C:\Program Files\Cura2.1\resources\machines
Run WordPad as Administrator and then open your machine's .json file.
"machine_start_gcode" and "machine_end_gcode" are the lines you'll want to change. They're both just one big ugly line with embeded \n (newlines), so keep that same format.
Save your changes and then restart Cura.
Hi,
So I followed your directions to get to my machine's .json file (UMO+) and this was the code in that file..
{
"id": "ultimaker_original_plus",
"version": 1,
"name": "Ultimaker Original+",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "UltimakerPlusbackplate.png",
"file_formats": "text/x-gcode",
"inherits": "ultimaker_original.json",
"pages": [
"UpgradeFirmware",
"UltimakerCheckup",
"BedLeveling"
],
"machine_settings": {
"machine_heated_bed": { "default": true }
}
}
This doesnt look right at all but I'm not very good with coding so if you can assit me a little that would be great!
All I'm trying to do is make the printer prime a little more before it starts printing so if you know a better way than to edit the start gcode let me know!
Thanks!
Recommended Posts
DaHai8 74
Start/End Codes are in the .json printer profiles.
C:\Program Files\Cura2.1\resources\machines
Run WordPad as Administrator and then open your machine's .json file.
"machine_start_gcode" and "machine_end_gcode" are the lines you'll want to change. They're both just one big ugly line with embeded \n (newlines), so keep that same format.
Save your changes and then restart Cura.
Link to post
Share on other sites