seckit_sktank.def.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 2,
  3. "name": "SecKit SK-Tank",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Ernest Lin",
  8. "manufacturer": "SecKit 3DP Design",
  9. "file_formats": "text/x-gcode",
  10. "has_materials": true,
  11. "has_machine_quality": false,
  12. "preferred_quality_type": "normal",
  13. "machine_extruder_trains":
  14. {
  15. "0": "seckit_sktank_extruder_0"
  16. }
  17. },
  18. "overrides": {
  19. "machine_name": { "default_value": "SecKit SK-Tank" },
  20. "machine_width": {
  21. "default_value": 350
  22. },
  23. "machine_depth": {
  24. "default_value": 350
  25. },
  26. "machine_height": {
  27. "default_value": 400
  28. },
  29. "machine_center_is_zero": {
  30. "default_value": false
  31. },
  32. "machine_heated_bed": {
  33. "default_value": true
  34. },
  35. "machine_head_with_fans_polygon":
  36. {
  37. "default_value": [
  38. [ -10, 20 ],
  39. [ -10, -20 ],
  40. [ 10, 20 ],
  41. [ 10, -20 ]
  42. ]
  43. },
  44. "gantry_height": {
  45. "value": "50"
  46. },
  47. "machine_gcode_flavor": {
  48. "default_value": "RepRap (RepRap)"
  49. },
  50. "machine_start_gcode": {
  51. "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"
  52. },
  53. "machine_end_gcode": {
  54. "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"
  55. }
  56. }
  57. }