mankati_fullscale_xt_plus.def.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": 2,
  3. "name": "Mankati Fullscale XT Plus",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "RBC",
  9. "manufacturer": "Mankati",
  10. "file_formats": "text/x-gcode",
  11. "platform": "mankati_fullscale_xt_plus_platform.3mf",
  12. "machine_extruder_trains": { "0": "mankati_fullscale_xt_plus_extruder_0" }
  13. },
  14. "overrides":
  15. {
  16. "cool_fan_enabled": { "default_value": false },
  17. "gantry_height": { "value": "0" },
  18. "layer_height": { "default_value": 0.2 },
  19. "machine_depth": { "default_value": 260 },
  20. "machine_end_gcode": { "default_value": "M104 T0 S0 ; turn off extruder 1 heating\nM140 S0 ; turn off bed heating\nG91 ; relative positioning\nG1 F12000 E-0.5 ; retract 0.5 mm\nG1 F12000 Z30 ; move Z-axes 30 mm down\nG28 X0 Y0 ; home X axis and Y axes\nM84 ; disable motors\nM117 Ready!\n" },
  21. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  22. "machine_head_with_fans_polygon":
  23. {
  24. "default_value": [
  25. [-3, 3],
  26. [-3, -3],
  27. [3, -3],
  28. [3, 3]
  29. ]
  30. },
  31. "machine_heated_bed": { "default_value": true },
  32. "machine_height": { "default_value": 300 },
  33. "machine_name": { "default_value": "Mankati Fullscale XT Plus" },
  34. "machine_start_gcode": { "default_value": "M117 Initializing...\nG28 ; home all axes\nG90 ; use absolute coordinates\nG1 F12000 X0 Y0 Z30 ; lift nozzle 30 mm\nT0 ; select extruder 1\nG92 E0 ; reset extruder length\nG1 F100 Z30 E7 ; extrude 7mm while going up\nG92 E0 ; zero the extruder length\nM117 Printing...\n" },
  35. "machine_width": { "default_value": 260 },
  36. "retraction_amount": { "default_value": 0.8 },
  37. "retraction_enable": { "default_value": true },
  38. "retraction_hop": { "default_value": 0.075 },
  39. "retraction_speed": { "default_value": 50 },
  40. "skirt_brim_minimal_length": { "default_value": 200 },
  41. "skirt_gap": { "default_value": 4 },
  42. "skirt_line_count": { "default_value": 3 },
  43. "speed_layer_0": { "minimum_value": "0.1" },
  44. "speed_print": { "default_value": 60 },
  45. "top_bottom_thickness": { "default_value": 0.3 },
  46. "wall_thickness": { "value": "0.8" }
  47. }
  48. }