ultimaker_original_plus.def.json 845 B

12345678910111213141516171819202122232425262728
  1. {
  2. "id": "ultimaker_original_plus",
  3. "version": 2,
  4. "name": "Ultimaker Original+",
  5. "inherits": "ultimaker_original",
  6. "metadata": {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker",
  9. "category": "Ultimaker",
  10. "weight": 4,
  11. "file_formats": "text/x-gcode",
  12. "icon": "icon_ultimaker.png",
  13. "platform": "ultimaker2_platform.obj",
  14. "platform_texture": "UltimakerPlusbackplate.png",
  15. "first_start_actions": ["UMOCheckup", "BedLevel"],
  16. "supported_actions": ["UMOCheckup", "BedLevel", "UpgradeFirmware"]
  17. },
  18. "overrides": {
  19. "machine_name": { "default_value": "Ultimaker Original+" },
  20. "machine_heated_bed": {
  21. "default_value": true
  22. },
  23. "machine_max_feedrate_z": {
  24. "default_value": 30
  25. }
  26. }
  27. }