ultimaker2_plus.def.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2+",
  4. "inherits": "ultimaker2",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "weight": 1,
  9. "file_formats": "text/x-gcode",
  10. "platform": "ultimaker2_platform.obj",
  11. "platform_texture": "Ultimaker2Plusbackplate.png",
  12. "preferred_variant_name": "0.4 mm",
  13. "has_variants": true,
  14. "has_materials": true,
  15. "has_machine_materials": true,
  16. "has_machine_quality": true,
  17. "first_start_actions": [],
  18. "supported_actions":["UpgradeFirmware"]
  19. },
  20. "overrides": {
  21. "machine_name": { "default_value": "Ultimaker 2+" },
  22. "speed_infill": {
  23. "value": "speed_print"
  24. },
  25. "speed_wall_x": {
  26. "value": "speed_wall"
  27. },
  28. "layer_height_0": {
  29. "value": "round(machine_nozzle_size / 1.5, 2)"
  30. },
  31. "line_width": {
  32. "value": "round(machine_nozzle_size * 0.875, 2)"
  33. },
  34. "speed_layer_0": {
  35. "default_value": 20
  36. },
  37. "speed_support": {
  38. "value": "speed_wall_0"
  39. },
  40. "machine_height": {
  41. "default_value": 205
  42. },
  43. "machine_show_variants": {
  44. "default_value": true
  45. },
  46. "gantry_height": {
  47. "default_value": 52
  48. },
  49. "machine_nozzle_head_distance": {
  50. "default_value": 5
  51. },
  52. "machine_nozzle_expansion_angle": {
  53. "default_value": 45
  54. },
  55. "machine_heat_zone_length": {
  56. "default_value": 20
  57. },
  58. "machine_head_with_fans_polygon":
  59. {
  60. "default_value": [
  61. [ -44, 14 ],
  62. [ -44, -34 ],
  63. [ 64, 14 ],
  64. [ 64, -34 ]
  65. ]
  66. },
  67. "machine_disallowed_areas": {
  68. "default_value": [
  69. [[-115, 112.5], [ -78, 112.5], [ -80, 102.5], [-115, 102.5]],
  70. [[ 115, 112.5], [ 115, 102.5], [ 105, 102.5], [ 103, 112.5]],
  71. [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
  72. [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
  73. ]
  74. }
  75. }
  76. }