ultimaker2_plus.def.json 2.3 KB

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