kossel_pro.def.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "version": 2,
  3. "name": "Kossel Pro",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Chris Petersen",
  8. "manufacturer": "OpenBeam",
  9. "file_formats": "text/x-gcode",
  10. "icon": "icon_ultimaker2",
  11. "platform": "kossel_pro_build_platform.stl",
  12. "platform_offset": [0, -0.25, 0],
  13. "machine_extruder_trains":
  14. {
  15. "0": "kossel_pro_extruder_0"
  16. }
  17. },
  18. "overrides": {
  19. "machine_heated_bed": {
  20. "default_value": true
  21. },
  22. "machine_width": {
  23. "default_value": 240
  24. },
  25. "machine_height": {
  26. "default_value": 240
  27. },
  28. "machine_depth": {
  29. "default_value": 240
  30. },
  31. "machine_center_is_zero": {
  32. "default_value": true
  33. },
  34. "machine_gcode_flavor": {
  35. "default_value": "RepRap (Marlin/Sprinter)"
  36. },
  37. "machine_start_gcode": {
  38. "default_value": "; info: M303 E0 S200 C8 ; Pid auto-tune \n\nM140 S{material_bed_temperature}; Start heating up the base\nG28 ; Home to top 3 endstops\n; Autolevel and adjust first layer\n; Adjust this value to fit your own printer! (positive is thicker)\n; This default value is intentionally very high to accommodate the\n; variety of print heads used with this printer. Many of you will\n; need tiny values like Z0 or Z0.1. Use feeler gauges to dial this\n; in as accurately as possible.\nG29 Z10\n\n; Squirt and wipe ;\nM109 S220 ; Wait for the temp to hit 220\nG00 X125 Y-60 Z0.1 ;\nG92 E0 ;\nG01 E25 F100 ; Extrude a little bit to replace oozage from auto levelling\nG01 X90 Y-50 F6000 ;\nG01 Z5 ;\n\n; Set the extruder to the requested print temperature\nM104 S{material_print_temperature}\n"
  39. },
  40. "machine_end_gcode": {
  41. "default_value": "M104 S0 ; turn off temperature\nM140 S0 ; turn off bed\nG28 ; home all axes\nM84 ; disable motors\n"
  42. },
  43. "machine_shape": {
  44. "default_value": "elliptic"
  45. }
  46. }
  47. }