cocoon_create_touch.def.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "Cocoon Create Touch",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Thushan Fernando",
  8. "manufacturer": "Cocoon Create",
  9. "file_formats": "text/x-gcode",
  10. "preferred_quality_type": "fine",
  11. "has_materials": true,
  12. "platform": "wanhao_200_200_platform.obj",
  13. "platform_texture": "Cocoon-backplate.png",
  14. "machine_extruder_trains": {
  15. "0": "cocoon_create_touch_extruder_0"
  16. },
  17. "platform_offset": [
  18. 0,
  19. -28,
  20. 0
  21. ]
  22. },
  23. "overrides": {
  24. "machine_name": {
  25. "default_value": "Cocoon Create Touch"
  26. },
  27. "machine_width": {
  28. "default_value": 200
  29. },
  30. "machine_height": {
  31. "default_value": 180
  32. },
  33. "machine_depth": {
  34. "default_value": 200
  35. },
  36. "machine_heated_bed": {
  37. "default_value": true
  38. },
  39. "machine_gcode_flavor": {
  40. "default_value": "RepRap (Marlin/Sprinter)"
  41. },
  42. "machine_start_gcode": {
  43. "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..."
  44. },
  45. "machine_end_gcode": {
  46. "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning"
  47. },
  48. "material_diameter": {
  49. "default_value": 1.75
  50. },
  51. "layer_height": {
  52. "default_value": 0.10
  53. },
  54. "layer_height_0": {
  55. "default_value": 0.2
  56. },
  57. "wall_thickness": {
  58. "value": "0.8"
  59. },
  60. "top_bottom_thickness": {
  61. "default_value": 0.6
  62. },
  63. "speed_print": {
  64. "default_value": 50
  65. },
  66. "support_enable": {
  67. "default_value": true
  68. },
  69. "retraction_enable": {
  70. "default_value": true
  71. },
  72. "retraction_amount": {
  73. "default_value": 4.5
  74. },
  75. "retraction_speed": {
  76. "default_value": 25
  77. }
  78. }
  79. }