ultimaker2_olsson.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "ultimaker2_olsson_base",
  3. "version": 1,
  4. "name": "Ultimaker 2 with Olsson Block",
  5. "manufacturer": "Ultimaker",
  6. "author": "Ultimaker",
  7. "platform": "ultimaker2_platform.obj",
  8. "platform_texture": "Ultimaker2backplate.png",
  9. "visible": false,
  10. "inherits": "ultimaker2.json",
  11. "overrides": {
  12. "machine_show_variants": { "default": true },
  13. "shell_thickness": { "default": 1.2 },
  14. "top_bottom_thickness": { "inherit_function": "(parent_value / 3) * 2" },
  15. "travel_compensate_overlapping_walls_enabled": { "default": true },
  16. "skin_alternate_rotation": { "default": true },
  17. "skin_outline_count": { "default": 2 },
  18. "infill_sparse_density": { "default": 10 },
  19. "infill_overlap": { "default": 14, "inherit_function": "14 if infill_sparse_density < 95 else 0" },
  20. "infill_wipe_dist": { "default": 0.35, "inherit_function": "wall_line_width_0" },
  21. "retraction_amount": { "default": 6 },
  22. "retraction_min_travel": { "default": 4.5 },
  23. "retraction_count_max": { "default": 6 },
  24. "retraction_extrusion_window": { "default": 6.0 },
  25. "speed_print": { "default": 50 },
  26. "speed_wall": { "inherit_function": "parent_value / 50 * 30" },
  27. "speed_wall_x": { "inherit_function": "speed_print / 50 * 40" },
  28. "speed_topbottom": { "inherit_function": "parent_value / 50 * 20" },
  29. "speed_layer_0": { "default": 20 },
  30. "skirt_speed": { "default": 20 },
  31. "travel_avoid_distance": { "default": 1.0 },
  32. "coasting_enable": { "default": true },
  33. "coasting_volume": { "default": 0.4 },
  34. "support_angle": { "default": 50 },
  35. "adhesion_type": { "default": "brim" }
  36. }
  37. }