seckit_sktank.def.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "version": 2,
  3. "name": "SecKit SK-Tank",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Ernest Lin",
  9. "manufacturer": "SecKit 3DP Design",
  10. "file_formats": "text/x-gcode",
  11. "has_machine_quality": false,
  12. "has_materials": true,
  13. "machine_extruder_trains": { "0": "seckit_sktank_extruder_0" },
  14. "preferred_quality_type": "normal"
  15. },
  16. "overrides":
  17. {
  18. "gantry_height": { "value": "50" },
  19. "machine_center_is_zero": { "default_value": false },
  20. "machine_depth": { "default_value": 350 },
  21. "machine_end_gcode": { "default value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90\nG1 X2 Y300 F6000\n; move bed to the bottom to prevent bed falls\n;G91\n;G1 Z300\nM106 P0 S0\nM18" },
  22. "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" },
  23. "machine_head_with_fans_polygon":
  24. {
  25. "default_value": [
  26. [-10, 20],
  27. [-10, -20],
  28. [10, 20],
  29. [10, -20]
  30. ]
  31. },
  32. "machine_heated_bed": { "default_value": true },
  33. "machine_height": { "default_value": 400 },
  34. "machine_name": { "default_value": "SecKit SK-Tank" },
  35. "machine_start_gcode": { "default_value": "G32 ;auto bed tramming and find a correct Z datum\nG29 S1 ;load default mesh\nM572 D0 S0.08 ; Pressure advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
  36. "machine_width": { "default_value": 350 }
  37. }
  38. }