fusedform_doppia_base.def.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "version": 2,
  3. "name": "fusedform_doppia_base",
  4. "inherits": "fusedform_base",
  5. "metadata": {
  6. "author": "Juan Blanco",
  7. "manufacturer": "Fused Form",
  8. "visible": false,
  9. "machine_extruder_trains":{"0": "fusedform_doppia_base_extruder_0","1": "fusedform_doppia_base_extruder_1"},
  10. "preferred_material": "generic_pla",
  11. "exclude_materials": [ "structur3d_dap100silicone" ],
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "preferred_quality_type": "normal"
  15. },
  16. "overrides": {
  17. "machine_heated_bed": { "default_value": true },
  18. "machine_center_is_zero": {"default_value": false},
  19. "machine_head_with_fans_polygon":{"default_value": [
  20. [ -20, 20 ],
  21. [ -20, -20 ],
  22. [ 18, 20 ],
  23. [ 18, -18 ]
  24. ]
  25. },
  26. "gantry_height": {"value": "70"},
  27. "machine_use_extruder_offset_to_offset_coords": {"default_value": true},
  28. "machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"},
  29. "machine_start_gcode": {"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\n;Put printing message on LCD screen\nM117 Printing..."},
  30. "machine_end_gcode": {"value": "'M104 S0 ;extruder heater off' + ('\\nM140 S0 ;heated bed heater off' if machine_heated_bed else '') + '\\nG91 ;relative positioning\\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\\nM84 ;steppers off\\nG90 ;absolute positioning\\nM107 ; Fans off'"},
  31. "layer_height": { "default_value": 0.15 },
  32. "layer_height_0": { "default_value": 0.2 },
  33. "wall_line_count":{ "value": 3 },
  34. "wall_thickness": { "value": 1.2 },
  35. "top_bottom_thickness": {"value": 1.5},
  36. "optimize_wall_printing_order": {"value": true},
  37. "infill_sparse_density": {"value":15},
  38. "infill_overlap": {"value": 0},
  39. "speed_print": { "value": 45 },
  40. "speed_infill": { "value": 45 },
  41. "speed_travel": { "value": 75 },
  42. "speed_topbottom": {"value": 40 },
  43. "speed_wall": { "value": 35 },
  44. "speed_wall_x": { "value": 40 },
  45. "retraction_enable": {"default_value":true},
  46. "retraction_amount": { "default_value": 4 },
  47. "retraction_speed": { "default_value": 70},
  48. "retraction_min_travel": {"value":5 },
  49. "retraction_count_max": {"default_value":10 },
  50. "retraction_extrusion_window": {"value":4 },
  51. "retraction_hop": {"default_value":0.2},
  52. "retraction_hop_enabled": {"value":true},
  53. "speed_z_hop": {"value":2.5 },
  54. "cool_fan_enabled": {"default_value":true},
  55. "cool_fan_full_at_height": {"value":0.4},
  56. "cool_fan_full_layer": {"value":2},
  57. "cool_min_speed": {"value":30},
  58. "support_enable": {"value":true},
  59. "support_angle": {"default_value": 50},
  60. "support_brim_enable": {"value":true},
  61. "support_infill_angles": {"value":[-45]},
  62. "support_interface_density": {"value": 70},
  63. "support_interface_enable": {"value": true },
  64. "support_interface_height": {"value": 0.5},
  65. "support_interface_pattern": {"default_value":"lines"},
  66. "support_pattern": {"default_value":"lines"},
  67. "support_xy_distance": {"value": 0.5},
  68. "support_z_distance": {"value": 0.3 },
  69. "adhesion_type": {"default_value":"skirt"},
  70. "switch_extruder_retraction_amount": { "value": 6 },
  71. "switch_extruder_retraction_speeds": { "value": 60 }
  72. }
  73. }