crazy3dprint_cz_300.def.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "version": 2,
  3. "name": "Crazy3DPrint CZ-300",
  4. "inherits": "crazy3dprint_base",
  5. "metadata": {
  6. "visible": true,
  7. "author": "XYZprinting Software",
  8. "manufacturer": "Crazy3DPrint",
  9. "file_formats": "text/x-gcode",
  10. "supports_usb_connection": true,
  11. "preferred_quality_type": "normal",
  12. "quality_definition": "crazy3dprint_base"
  13. },
  14. "overrides": {
  15. "machine_name": { "default_value": "CZ-300" },
  16. "machine_shape": { "default_value": "rectangular"},
  17. "machine_heated_bed": { "default_value": true },
  18. "machine_width": { "default_value": 300.00 },
  19. "machine_depth": { "default_value": 300.00 },
  20. "machine_height": { "default_value":300.00 },
  21. "machine_center_is_zero": { "default_value": false },
  22. "machine_head_with_fans_polygon": {
  23. "default_value": [
  24. [ -20, -10 ],
  25. [ -20, 10 ],
  26. [ 10, 10 ],
  27. [ 10, -10 ]
  28. ]
  29. },
  30. "layer_height": { "default_value": 0.2 },
  31. "infill_sparse_density": { "default_value": 15 },
  32. "infill_line_distance": { "value": 2.6667 },
  33. "infill_pattern": { "value": "'lines'" },
  34. "infill_overlap": { "value": 8.0 },
  35. "min_infill_area": { "default_value": 2.0 },
  36. "retract_at_layer_change": { "default_value": true },
  37. "default_material_print_temperature": { "default_value": 210 },
  38. "material_final_print_temperature": { "value": 210 },
  39. "default_material_bed_temperature": { "value": 70 },
  40. "material_bed_temperature_layer_0": { "value": 70 },
  41. "material_flow_layer_0": {"value": 140},
  42. "retraction_amount": { "default_value": 10 },
  43. "retraction_speed": { "default_value": 50 },
  44. "speed_print": { "default_value": 40 },
  45. "speed_travel": { "value": 60 },
  46. "cool_fan_enabled": { "default_value": true },
  47. "cool_fan_speed_0": { "value": 100 },
  48. "adhesion_type": { "default_value" : "skirt" },
  49. "brim_line_count": { "value" : 5 },
  50. "skirt_line_count": { "default_value" : 5 },
  51. "initial_layer_line_width_factor": { "default_value" : 140 },
  52. "top_bottom_pattern": { "default_value" : "concentric" },
  53. "fill_outline_gaps": { "default_value": true },
  54. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  55. "inset_direction": {"value": "'outside_in'" },
  56. "machine_start_gcode": {
  57. "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
  58. },
  59. "machine_end_gcode": {
  60. "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
  61. }
  62. }
  63. }