maker_starter.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "id": "maker_starter",
  3. "version": 1,
  4. "name": "3DMaker Starter",
  5. "manufacturer": "Other",
  6. "author": "Other",
  7. "icon": "icon_ultimaker2.png",
  8. "platform": "makerstarter_platform.stl",
  9. "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
  10. "inherits": "fdmprinter.json",
  11. "machine_settings": {
  12. "machine_width": { "default": 210 },
  13. "machine_depth": { "default": 185 },
  14. "machine_height": { "default": 200 },
  15. "machine_heated_bed": { "default": false },
  16. "machine_center_is_zero": { "default": false },
  17. "machine_nozzle_size": { "default": 0.4 },
  18. "machine_nozzle_heat_up_speed": { "default": 2.0 },
  19. "machine_nozzle_cool_down_speed": { "default": 2.0 },
  20. "machine_head_shape_min_x": { "default": 0 },
  21. "machine_head_shape_min_y": { "default": 0 },
  22. "machine_head_shape_max_x": { "default": 0 },
  23. "machine_head_shape_max_y": { "default": 0 },
  24. "machine_nozzle_gantry_distance": { "default": 55 },
  25. "machine_gcode_flavor": { "default": "RepRap" },
  26. "machine_disallowed_areas": { "default": []},
  27. "machine_platform_offset": { "default": [0.0, 0.0, 0.0] },
  28. "machine_nozzle_tip_outer_diameter": { "default": 1.0 },
  29. "machine_nozzle_head_distance": { "default": 3.0 },
  30. "machine_nozzle_expansion_angle": { "default": 45 }
  31. },
  32. "overrides": {
  33. "layer_height": { "default": 0.2 },
  34. "layer_height_0": { "default": 0.2, "visible": false },
  35. "wall_line_count": { "default": 2, "visible": true },
  36. "top_layers": { "default": 4, "visible": true },
  37. "bottom_layers": { "default": 4, "visible": true },
  38. "material_print_temperature": { "visible": false },
  39. "material_bed_temperature": { "visible": false },
  40. "material_diameter": { "default": 1.75, "visible": false },
  41. "material_flow": { "visible": false },
  42. "retraction_hop": { "default": 0.2 },
  43. "speed_print": { "default": 50.0 },
  44. "speed_wall": { "default": 30.0 },
  45. "speed_wall_0": { "default": 30.0 },
  46. "speed_wall_x": { "default": 30.0 },
  47. "speed_topbottom": { "default": 50.0 },
  48. "speed_support": { "default": 50.0 },
  49. "speed_travel": { "default": 120.0 },
  50. "speed_layer_0": { "default": 20.0 },
  51. "skirt_speed": { "default": 15.0 },
  52. "speed_slowdown_layers": { "default": 4 },
  53. "infill_sparse_density": { "default": 20.0 },
  54. "cool_fan_speed_min": { "default": 50.0 },
  55. "cool_fan_speed_max": { "default": 100.0 },
  56. "cool_fan_full_layer": { "default": 4, "visible": true },
  57. "cool_min_layer_time": { "default": 5.0 },
  58. "cool_min_layer_time_fan_speed_max": { "default": 10.0 },
  59. "support_type": { "default": "Everywhere" },
  60. "support_angle": { "default": 45.0, "visible": true },
  61. "support_xy_distance": { "default": 1 },
  62. "support_z_distance": { "default": 0.2 },
  63. "support_top_distance": { "default": 0.2 },
  64. "support_bottom_distance": { "default": 0.24 },
  65. "support_pattern": { "default": "ZigZag" },
  66. "support_infill_rate": { "default": 15, "visible": true },
  67. "adhesion_type": { "default": "Raft" },
  68. "skirt_minimal_length": { "default": 100.0 },
  69. "raft_base_line_spacing": { "default": 2.0 },
  70. "raft_base_thickness": { "default": 0.3 },
  71. "raft_base_line_width": { "default": 2.0 },
  72. "raft_base_speed": { "default": 15.0 },
  73. "raft_interface_thickness": { "default": 0.24 },
  74. "raft_interface_line_width": { "default": 0.6 },
  75. "raft_airgap": { "default": 0.2 },
  76. "raft_surface_layers": { "default": 2 }
  77. }
  78. }