creality_ender3v3ke.def.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "version": 2,
  3. "name": "Creality Ender-3 V3 KE",
  4. "inherits": "creality_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "manufacturer": "Creality3D",
  9. "file_formats": "text/x-gcode",
  10. "platform": "creality_ender3.3mf",
  11. "first_start_actions": [ "MachineSettingsAction" ],
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "has_variants": true,
  15. "machine_extruder_trains": { "0": "creality_base_extruder_0" },
  16. "preferred_material": "generic_pla",
  17. "preferred_quality_type": "standard",
  18. "preferred_variant_name": "0.4mm Nozzle",
  19. "quality_definition": "creality_base",
  20. "variants_name": "Nozzle Size"
  21. },
  22. "overrides":
  23. {
  24. "gantry_height": { "value": 38 },
  25. "machine_depth": { "default_value": 220 },
  26. "machine_end_gcode": { "default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z5 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X2 Y218 F3000 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z" },
  27. "machine_head_with_fans_polygon":
  28. {
  29. "default_value": [
  30. [-20, 10],
  31. [10, 10],
  32. [10, -10],
  33. [-20, -10]
  34. ]
  35. },
  36. "machine_heated_bed": { "default_value": true },
  37. "machine_height": { "default_value": 240 },
  38. "machine_max_acceleration_e": { "value": 5000 },
  39. "machine_max_acceleration_x": { "value": 8000.0 },
  40. "machine_max_acceleration_y": { "value": 8000.0 },
  41. "machine_max_acceleration_z": { "value": 500.0 },
  42. "machine_max_feedrate_e": { "value": 100 },
  43. "machine_max_feedrate_x": { "value": 500 },
  44. "machine_max_feedrate_y": { "value": 500 },
  45. "machine_max_feedrate_z": { "value": 30 },
  46. "machine_name": { "default_value": "Creality Ender-3 V3 KE" },
  47. "machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X-2.0 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S{material_print_temperature_layer_0}\nG1 X-2.0 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X-1.7 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X-1.7 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0 F1800" },
  48. "machine_width": { "default_value": 220 },
  49. "material_print_temp_wait": { "default_value": false },
  50. "retraction_amount": { "default_value": 0.8 },
  51. "retraction_combing": { "value": "no_outer_surfaces" },
  52. "retraction_combing_max_distance": { "value": 5.0 },
  53. "retraction_extrusion_window": { "value": "retraction_amount" },
  54. "retraction_min_travel": { "value": 2.0 },
  55. "retraction_speed": { "default_value": 40 },
  56. "speed_layer_0": { "value": 100 },
  57. "speed_print": { "value": 300 }
  58. }
  59. }