Here's a neat list of replacement patterns you can use in the start gcode:
http://files.fieldofview.com/cura/Replacement_Patterns.html
Specifically, here's the ones for the materials:
{material_id} | The id of the material (eg 'ultimaker_pla_blue') | |
{material_type} | The type of material (eg 'PLA') | |
{material_name} | The display name of the material (eg 'Blue PLA' | |
{material_brand} | The brand of the material (eg 'Ultimaker') |
If you don't want to use replacement patterns in the start gcode, here's how they are defined in code:
https://github.com/Ultimaker/Cura/blob/master/plugins/CuraEngineBackend/StartSliceJob.py#L359-L363
- 3
Recommended Posts
nallath 1,124
What does clipper need in the start g-code? You might be just able to do that with replacement tags
Link to post
Share on other sites