Skip to content

Instantly share code, notes, and snippets.

@unraze
Created August 29, 2022 17:21
Show Gist options
  • Save unraze/0258a610a50ec12c4f5a1ded2920f6d2 to your computer and use it in GitHub Desktop.
Save unraze/0258a610a50ec12c4f5a1ded2920f6d2 to your computer and use it in GitHub Desktop.
{
"version": 2,
"name": "Extruder 2",
"inherits": "fdmextruder",
"metadata": {
"machine": "custom",
"position": "1"
},
"overrides": {
"extruder_nr": {
"default_value": 1,
"maximum_value": "7"
},
"material_diameter": { "default_value": 1.75 },
"machine_extruder_start_code": {
"default_value": "G1 F1200 E80\nG92 E0\n;Please do not change the upon code"
},
"machine_extruder_end_code": {
"default_value": "G1 F1600 E-80\nG92 E0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment