ultimaker.def.json 499 B

12345678910111213141516171819202122
  1. {
  2. "id": "ultimaker_base",
  3. "version": 2,
  4. "name": "Ultimaker",
  5. "inherits": "fdmprinter",
  6. "metadata": {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker",
  9. "visible": false
  10. },
  11. "overrides": {
  12. "material_print_temperature": {
  13. "minimum_value": "0"
  14. },
  15. "material_bed_temperature": {
  16. "minimum_value": "0"
  17. },
  18. "material_standby_temperature": {
  19. "minimum_value": "0"
  20. }
  21. }
  22. }