ultimaker2_plus.def.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "first_start_actions": [],
  20. "supported_actions":["UpgradeFirmware"]
  21. },
  22. "overrides": {
  23. "machine_name": { "default_value": "Ultimaker 2+" },
  24. "speed_infill": {
  25. "value": "speed_print"
  26. },
  27. "speed_wall_x": {
  28. "value": "speed_wall"
  29. },
  30. "layer_height_0": {
  31. "value": "round(machine_nozzle_size / 1.5, 2)"
  32. },
  33. "line_width": {
  34. "value": "round(machine_nozzle_size * 0.875, 2)"
  35. },
  36. "speed_layer_0": {
  37. "default_value": 20
  38. },
  39. "speed_support": {
  40. "value": "speed_wall_0"
  41. },
  42. "machine_height": {
  43. "default_value": 205
  44. },
  45. "machine_show_variants": {
  46. "default_value": true
  47. },
  48. "gantry_height": {
  49. "default_value": 52
  50. },
  51. "machine_nozzle_head_distance": {
  52. "default_value": 5
  53. },
  54. "machine_nozzle_expansion_angle": {
  55. "default_value": 45
  56. },
  57. "machine_heat_zone_length": {
  58. "default_value": 20
  59. },
  60. "machine_head_with_fans_polygon":
  61. {
  62. "default_value": [
  63. [ -44, 14 ],
  64. [ -44, -34 ],
  65. [ 64, 14 ],
  66. [ 64, -34 ]
  67. ]
  68. },
  69. "machine_disallowed_areas": {
  70. "default_value": [
  71. [[-115, 112.5], [ -78, 112.5], [ -80, 102.5], [-115, 102.5]],
  72. [[ 115, 112.5], [ 115, 102.5], [ 105, 102.5], [ 103, 112.5]],
  73. [[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
  74. [[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
  75. ]
  76. }
  77. }
  78. }