ultimaker_sketch_large.def.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 2,
  3. "name": "MakerBot Sketch Large",
  4. "inherits": "ultimaker_sketch",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Ultimaker",
  9. "manufacturer": "Ultimaker B.V.",
  10. "file_formats": "application/x-makerbot-sketch",
  11. "platform": "ultimaker_sketch_large_platform.obj",
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "has_variants": true,
  15. "machine_extruder_trains": { "0": "ultimaker_sketch_large_extruder" },
  16. "preferred_material": "ultimaker_pla_175",
  17. "preferred_quality_type": "draft",
  18. "preferred_variant_name": "0.4mm",
  19. "reference_machine_id": "sketch_large",
  20. "supports_network_connection": true,
  21. "supports_usb_connection": false,
  22. "variants_name": "Extruder",
  23. "variants_name_has_translation": true,
  24. "weight": -1
  25. },
  26. "overrides":
  27. {
  28. "machine_depth": { "default_value": 200 },
  29. "machine_height": { "default_value": 250 },
  30. "machine_name": { "default_value": "MakerBot Sketch Large" },
  31. "machine_width": { "default_value": 220 },
  32. "retraction_amount":
  33. {
  34. "maximum_value": 6.5,
  35. "maximum_value_warning": 6.25,
  36. "value": 6
  37. },
  38. "retraction_prime_speed": { "value": "retraction_speed * 0.8" },
  39. "speed_travel": { "value": 150 }
  40. }
  41. }