ultimaker2_plus.def.json 2.3 KB

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