monoprice_select_mini_v2.def.json 851 B

12345678910111213141516171819202122232425
  1. {
  2. "id": "monoprice_select_mini_v2",
  3. "version": 2,
  4. "name": "Monoprice Select Mini V2 (E3D)",
  5. "inherits": "malyan_m200",
  6. "metadata": {
  7. "author": "Tyler Gibson",
  8. "manufacturer": "Monoprice",
  9. "category": "Other",
  10. "file_formats": "text/x-gcode",
  11. "has_machine_quality": true,
  12. "has_materials": true,
  13. "preferred_quality_type": "normal",
  14. "visible": true
  15. },
  16. "overrides": {
  17. "machine_name": { "default_value": "Monoprice Select Mini V2" },
  18. "adhesion_type": { "default_value": "brim" },
  19. "retraction_combing": { "default_value": "noskin" },
  20. "retraction_amount" : { "default_value": 2.5},
  21. "retraction_speed" : { "default_value": 40},
  22. "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }
  23. }
  24. }