rigid3d_mucit2.def.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 2,
  3. "name": "Rigid3D Mucit2",
  4. "inherits": "rigid3d_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "platform": "rigid3d_mucit2_platform.3mf",
  9. "platform_offset": [
  10. 0,
  11. 0,
  12. 0
  13. ],
  14. "preferred_material": "generic_pla_175",
  15. "preferred_quality_type": "standard",
  16. "quality_definition": "rigid3d_base"
  17. },
  18. "overrides":
  19. {
  20. "gantry_height": { "value": 30 },
  21. "machine_acceleration": { "value": 500 },
  22. "machine_center_is_zero": { "default_value": false },
  23. "machine_depth": { "default_value": 150 },
  24. "machine_end_gcode": { "default_value": "G92 E0\nT0\nG1 F1800 E-2\nG27 P2\nM107\nM104 T0 S0\nM140 S0\nG90\nG92 E0\nM18\n" },
  25. "machine_head_with_fans_polygon":
  26. {
  27. "default_value": [
  28. [-20, 40],
  29. [-20, -65],
  30. [40, -65],
  31. [40, 40]
  32. ]
  33. },
  34. "machine_heated_bed": { "default_value": true },
  35. "machine_height": { "default_value": 150 },
  36. "machine_max_acceleration_x": { "value": 500 },
  37. "machine_max_acceleration_y": { "value": 500 },
  38. "machine_max_acceleration_z": { "value": 100 },
  39. "machine_name": { "default_value": "Rigid3D Mucit2" },
  40. "machine_start_gcode": { "default_value": "G21\nG92 E0\nG28\nM420 S1\nM107\nG90\nG1 X10.0 Y0.1 Z0.3 F3000.0\nG1 X140.0 Y0.1 Z0.3 F1500.0 E10\nG1 X140 Y0.4 Z0.3 F3000.0\nG1 X10.0 Y0.4 Z0.3 F1500.0 E20\nG1 Z2.0 F1500.0\nG92 E0\n" },
  41. "machine_width": { "default_value": 150 }
  42. }
  43. }