mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00

This setting is not defined in this definition so it can't find the value of it here. I've re-introduced the maximum_value statically in the Jedi implementations of this setting. Contributes to issue CURA-1278 and CURA-351.
118 lines
4.6 KiB
JSON
118 lines
4.6 KiB
JSON
{
|
|
"id": "fdmextruder",
|
|
"name": "Extruder",
|
|
"version": 2,
|
|
"metadata":
|
|
{
|
|
"type": "extruder",
|
|
"author": "Ultimaker B.V.",
|
|
"manufacturer": "Ultimaker",
|
|
"visible": false
|
|
},
|
|
"settings":
|
|
{
|
|
"machine_settings":
|
|
{
|
|
"label": "Machine",
|
|
"type": "category",
|
|
"description": "Machine specific settings",
|
|
"children":
|
|
{
|
|
"extruder_nr":
|
|
{
|
|
"label": "Extruder",
|
|
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
|
"type": "int",
|
|
"default_value": 0,
|
|
"minimum_value": "0"
|
|
},
|
|
"machine_nozzle_offset_x":
|
|
{
|
|
"label": "Nozzle X Offset",
|
|
"description": "The x-coordinate of the offset of the nozzle.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
},
|
|
"machine_nozzle_offset_y":
|
|
{
|
|
"label": "Nozzle Y Offset",
|
|
"description": "The y-coordinate of the offset of the nozzle.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_start_code":
|
|
{
|
|
"label": "Extruder Start G-Code",
|
|
"description": "Start g-code to execute whenever turning the extruder on.",
|
|
"type": "str",
|
|
"default_value": "",
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_start_pos_abs":
|
|
{
|
|
"label": "Extruder Start Position Absolute",
|
|
"description": "Make the extruder starting position absolute rather than relative to the last-known location of the head.",
|
|
"type": "bool",
|
|
"default_value": false,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_start_pos_x":
|
|
{
|
|
"label": "Extruder Start Position X",
|
|
"description": "The x-coordinate of the starting position when turning the extruder on.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_start_pos_y":
|
|
{
|
|
"label": "Extruder Start Position Y",
|
|
"description": "The y-coordinate of the starting position when turning the extruder on.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_end_code":
|
|
{
|
|
"label": "Extruder End G-Code",
|
|
"description": "End g-code to execute whenever turning the extruder off.",
|
|
"type": "str",
|
|
"default_value": "",
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_end_pos_abs":
|
|
{
|
|
"label": "Extruder End Position Absolute",
|
|
"description": "Make the extruder ending position absolute rather than relative to the last-known location of the head.",
|
|
"type": "bool",
|
|
"default_value": false,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_end_pos_x":
|
|
{
|
|
"label": "Extruder End Position X",
|
|
"description": "The x-coordinate of the ending position when turning the extruder off.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
},
|
|
"machine_extruder_end_pos_y":
|
|
{
|
|
"label": "Extruder End Position Y",
|
|
"description": "The y-coordinate of the ending position when turning the extruder off.",
|
|
"type": "float",
|
|
"unit": "mm",
|
|
"default_value": 0,
|
|
"global_only": "True"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|