sovol_sv06_plus.def.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "version": 2,
  3. "name": "Sovol-SV06 Plus",
  4. "inherits": "sovol_base_planetary",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "ashokvarma.com",
  9. "quality_definition": "sovol_base_planetary"
  10. },
  11. "overrides":
  12. {
  13. "acceleration_wall": { "value": "acceleration_print / 4" },
  14. "bottom_layers": { "value": 4 },
  15. "coasting_enable": { "value": true },
  16. "fill_outline_gaps": { "value": true },
  17. "gantry_height": { "value": 35 },
  18. "infill_overlap": { "value": 10.0 },
  19. "infill_pattern": { "value": "'gyroid'" },
  20. "infill_wipe_dist": { "value": 0.1 },
  21. "jerk_travel": { "value": "jerk_print" },
  22. "machine_depth": { "default_value": 300 },
  23. "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y220 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;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\n" },
  24. "machine_head_with_fans_polygon":
  25. {
  26. "default_value": [
  27. [-44, 16],
  28. [-44, -60],
  29. [44, -60],
  30. [44, 16]
  31. ]
  32. },
  33. "machine_height": { "default_value": 340 },
  34. "machine_max_feedrate_z": { "value": 20 },
  35. "machine_name": { "default_value": "SV06 Plus" },
  36. "machine_start_gcode": { "default_value": "G28 ;Home\n\nM420 S1;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" },
  37. "machine_width": { "default_value": 300 },
  38. "raft_margin": { "value": 5 },
  39. "retract_at_layer_change": { "value": false },
  40. "retraction_extra_prime_amount": { "value": 0 },
  41. "retraction_hop": { "value": 0 },
  42. "roofing_layer_count": { "value": 1 },
  43. "skin_preshrink": { "value": 0.8 },
  44. "skirt_gap":
  45. {
  46. "minimum_value_warning": "0",
  47. "value": 0
  48. },
  49. "skirt_line_count": { "value": 2 },
  50. "speed_layer_0": { "value": "speed_print * 2 / 5" },
  51. "speed_print": { "value": 150.0 },
  52. "speed_topbottom": { "value": "speed_print * 2 / 5" },
  53. "speed_travel": { "value": "speed_print * 4 / 3" },
  54. "speed_wall": { "value": "speed_print * 2 / 5" },
  55. "speed_wall_0": { "value": "speed_wall - 10" },
  56. "speed_wall_x": { "value": "speed_wall" },
  57. "speed_z_hop": { "value": "machine_max_feedrate_z" },
  58. "support_angle": { "value": 70 },
  59. "support_brim_enable": { "value": true },
  60. "support_conical_angle": { "value": 70 },
  61. "support_conical_enabled": { "value": true },
  62. "support_conical_min_width": { "value": 20 },
  63. "support_infill_rate": { "value": 10 },
  64. "support_interface_enable": { "value": true },
  65. "support_skip_some_zags": { "value": true },
  66. "support_skip_zag_per_mm": { "value": 40 },
  67. "support_z_distance": { "value": 0.25 },
  68. "top_bottom_pattern": { "value": "'zigzag'" },
  69. "wall_0_wipe_dist": { "value": 0.4 },
  70. "z_seam_relative": { "value": true }
  71. }
  72. }