cocoon_create_touch.def.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 2,
  3. "name": "Cocoon Create Touch",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Thushan Fernando",
  9. "manufacturer": "Cocoon Create",
  10. "file_formats": "text/x-gcode",
  11. "platform": "wanhao_200_200_platform.obj",
  12. "has_materials": true,
  13. "machine_extruder_trains": { "0": "cocoon_create_touch_extruder_0" },
  14. "platform_offset": [
  15. 0,
  16. -28,
  17. 0
  18. ],
  19. "platform_texture": "Cocoon-backplate.png",
  20. "preferred_quality_type": "fine"
  21. },
  22. "overrides":
  23. {
  24. "layer_height": { "default_value": 0.1 },
  25. "layer_height_0": { "default_value": 0.2 },
  26. "machine_depth": { "default_value": 200 },
  27. "machine_end_gcode": { "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" },
  28. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  29. "machine_heated_bed": { "default_value": true },
  30. "machine_height": { "default_value": 180 },
  31. "machine_name": { "default_value": "Cocoon Create Touch" },
  32. "machine_start_gcode": { "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..." },
  33. "machine_width": { "default_value": 200 },
  34. "material_diameter": { "default_value": 1.75 },
  35. "retraction_amount": { "default_value": 4.5 },
  36. "retraction_enable": { "default_value": true },
  37. "retraction_speed": { "default_value": 25 },
  38. "speed_print": { "default_value": 50 },
  39. "support_enable": { "default_value": true },
  40. "top_bottom_thickness": { "default_value": 0.6 },
  41. "wall_thickness": { "value": "0.8" }
  42. }
  43. }