ultimaker.def.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 2,
  3. "name": "Ultimaker",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "category": "Ultimaker",
  9. "visible": false,
  10. "exclude_materials": [ "generic_hips", "generic_petg" ]
  11. },
  12. "overrides": {
  13. "machine_max_feedrate_e": {
  14. "default_value": 45
  15. },
  16. "material_print_temperature": {
  17. "minimum_value": "0"
  18. },
  19. "material_bed_temperature": {
  20. "minimum_value": "0"
  21. },
  22. "material_standby_temperature": {
  23. "minimum_value": "0"
  24. },
  25. "extruder_prime_pos_y":
  26. {
  27. "minimum_value": "0",
  28. "maximum_value": "machine_depth"
  29. },
  30. "extruder_prime_pos_x":
  31. {
  32. "minimum_value": "0",
  33. "maximum_value": "machine_width"
  34. },
  35. "relative_extrusion":
  36. {
  37. "value": false,
  38. "enabled": false
  39. }
  40. }
  41. }