ultimaker2.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "id": "ultimaker2",
  3. "name": "Ultimaker 2",
  4. "icon": "icon_ultimaker2.png",
  5. "platform": "ultimaker2_platform.obj",
  6. "platform_texture": "Ultimaker2backplate.png",
  7. "inherits": "fdmprinter.json",
  8. "machine_settings": {
  9. "machine_start_gcode" : { "default": "" },
  10. "machine_end_gcode" : { "default": "" },
  11. "machine_width": { "default": 230 },
  12. "machine_depth": { "default": 225 },
  13. "machine_height": { "default": 205 },
  14. "machine_heated_bed": { "default": true },
  15. "machine_center_is_zero": { "default": false },
  16. "machine_nozzle_size": { "default": 0.4 },
  17. "machine_head_shape_min_x": { "default": 40 },
  18. "machine_head_shape_min_y": { "default": 10 },
  19. "machine_head_shape_max_x": { "default": 60 },
  20. "machine_head_shape_max_y": { "default": 30 },
  21. "machine_nozzle_gantry_distance": { "default": 55 },
  22. "machine_nozzle_offset_x_1": { "default": 18.0 },
  23. "machine_nozzle_offset_y_1": { "default": 0.0 },
  24. "machine_gcode_flavor": { "default": "UltiGCode" },
  25. "machine_disallowed_areas": { "default": [
  26. [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
  27. [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
  28. [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
  29. [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
  30. ]},
  31. "machine_platform_offset": { "default": [9.0, 0.0, 0.0] },
  32. "machine_nozzle_tip_outer_diameter": { "default": 1.0 },
  33. "machine_nozzle_head_distance": { "default": 3.0 },
  34. "machine_nozzle_expansion_angle": { "default": 45 }
  35. },
  36. "categories": {
  37. "material": {
  38. "settings": {
  39. "material_print_temperature": {
  40. "visible": false
  41. },
  42. "material_bed_temperature": {
  43. "visible": false
  44. },
  45. "material_diameter": {
  46. "visible": false
  47. },
  48. "material_flow": {
  49. "visible": false
  50. }
  51. }
  52. }
  53. }
  54. }