uni_print_3d.def.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "id": "uni_print_3d",
  3. "name": "UNI-PRINT-3D",
  4. "version": 2,
  5. "inherits": "fdmprinter",
  6. "metadata":
  7. {
  8. "visible": true,
  9. "author": "Alexander Rössler",
  10. "category": "Other",
  11. "manufacturer": "TheCoolTool",
  12. "file_formats": "text/x-ngc;text/x-gcode",
  13. "platform": "uni_print_3d_platform.stl",
  14. "platform_offset": [0, 0, 0]
  15. },
  16. "overrides": {
  17. "machine_name": { "default_value": "UNI-PRINT-3D" },
  18. "machine_heated_bed": { "default_value": true },
  19. "machine_width": { "default_value": 186 },
  20. "machine_height": { "default_value": 230 },
  21. "machine_depth": { "default_value": 220 },
  22. "machine_center_is_zero": { "default_value": true },
  23. "machine_nozzle_size": { "default_value": 0.4 },
  24. "material_diameter": { "default_value": 1.75 },
  25. "machine_nozzle_heat_up_speed": { "default_value": 2.0 },
  26. "machine_nozzle_cool_down_speed": { "default_value": 2.0 },
  27. "machine_head_shape_min_x": { "default_value": 75 },
  28. "machine_head_shape_min_y": { "default_value": 18 },
  29. "machine_head_shape_max_x": { "default_value": 18 },
  30. "machine_head_shape_max_y": { "default_value": 35 },
  31. "machine_nozzle_gantry_distance": { "default_value": 55 },
  32. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  33. "machine_start_gcode": {
  34. "default_value": "M53; enable feed-hold\nG0 Z2.0; always start from the same height to compensate backlash\nG28; move extruder to 0\nM420 R0.0 E0.0 D0.0 P0.1 ; turn the lights on\nM107; turn off fan\nG64 P0.05 Q0.05; path blending settings\nG23; unretract"
  35. },
  36. "machine_end_gcode": {
  37. "default_value": "M104 P0 ; turn off hotend\nG0 X-80 Y100; move the extruder out of the way\nM420 R0.0 E0.1 D0.0 P0.6 ; signalize end of print\nM140 P0 ; turn off heatbed\nM65 P16 ; turn off external fan\nM65 P15 ; turn off power"
  38. }
  39. }
  40. }