renkforce_rf100_v2.def.json 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "version": 2,
  3. "name": "Renkforce RF100 V2",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)",
  9. "manufacturer": "Renkforce",
  10. "file_formats": "text/x-gcode",
  11. "machine_extruder_trains": { "0": "renkforce_rf100_extruder_0" }
  12. },
  13. "overrides":
  14. {
  15. "adhesion_type": { "default_value": "skirt" },
  16. "bottom_thickness": { "value": "0.6" },
  17. "brim_width": { "value": "3.0" },
  18. "cool_fan_enabled": { "value": "True" },
  19. "cool_fan_full_at_height": { "value": "0.5" },
  20. "cool_fan_speed_max": { "value": "100.0" },
  21. "cool_fan_speed_min": { "value": "100.0" },
  22. "cool_lift_head": { "value": "True" },
  23. "cool_min_layer_time": { "value": "1.0" },
  24. "cool_min_speed": { "value": "5.0" },
  25. "gantry_height": { "value": "8" },
  26. "infill_before_walls": { "value": "True" },
  27. "infill_line_width": { "value": "0.6" },
  28. "infill_overlap": { "value": "15.0" },
  29. "infill_sparse_density": { "value": "26.0" },
  30. "ironing_enabled": { "value": "True" },
  31. "layer_0_z_overlap": { "value": "0.11" },
  32. "layer_height_0": { "value": "0.3" },
  33. "machine_depth": { "value": "120" },
  34. "machine_end_gcode": { "default_value": ";End GCode\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-4 F300 ;move Z up a bit and retract filament even more\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG0 Z{machine_height} F1800 ;move the platform all the way down\nG28 X0 Y0 F1800 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM117 Done" },
  35. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  36. "machine_head_with_fans_polygon":
  37. {
  38. "default_value": [
  39. [-26, -27],
  40. [38, -27],
  41. [38, 55],
  42. [-26, 55]
  43. ]
  44. },
  45. "machine_height": { "value": "120" },
  46. "machine_name": { "default_value": "Renkforce RF100 V2" },
  47. "machine_start_gcode": { "default_value": ";Sliced at: {day} {date} {time}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG1 Z5.0 F1800 ;move Z to 5mm\nG28 X0 Y0 F1800 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstop\nG92 E0 ;zero the extruded length\nG1 F200 E6.0 ;extrude 6.0mm of feed stock to build pressure\nG1 Z5.0 F300 ;move the platform down 5mm\nG92 E0 ;zero the extruded length again\nG1 F1800\n;Put printing message on LCD screen\nM117 Printing..." },
  48. "machine_width": { "value": "120" },
  49. "material_bed_temperature": { "enabled": false },
  50. "material_flow": { "value": "110" },
  51. "ooze_shield_enabled": { "value": "True" },
  52. "raft_airgap": { "value": "0.33" },
  53. "raft_base_line_spacing": { "value": "3.0" },
  54. "raft_base_line_width": { "value": "1.0" },
  55. "raft_base_thickness": { "value": "0.3" },
  56. "raft_interface_line_spacing": { "value": "3.0" },
  57. "raft_interface_line_width": { "value": "0.4" },
  58. "raft_interface_thickness": { "value": "0.27" },
  59. "raft_margin": { "value": "6.0" },
  60. "raft_speed": { "value": "20.0" },
  61. "raft_surface_layers": { "value": "2" },
  62. "raft_surface_line_spacing": { "value": "0.4" },
  63. "raft_surface_line_width": { "value": "0.4" },
  64. "raft_surface_thickness": { "value": "0.1" },
  65. "retraction_amount": { "value": "5.0" },
  66. "retraction_combing": { "value": "'all'" },
  67. "retraction_enable": { "value": "True" },
  68. "retraction_min_travel": { "value": "1.5" },
  69. "skin_overlap": { "value": "15.0" },
  70. "skirt_brim_minimal_length": { "value": "150.0" },
  71. "skirt_gap": { "value": "3.0" },
  72. "skirt_line_count": { "value": "3" },
  73. "speed_infill": { "value": "50.0" },
  74. "speed_layer_0": { "value": "15.0" },
  75. "speed_print": { "value": "50.0" },
  76. "speed_topbottom": { "value": "30.0" },
  77. "speed_travel": { "value": "50.0" },
  78. "speed_wall_0": { "value": "25.0" },
  79. "speed_wall_x": { "value": "35.0" },
  80. "support_angle": { "value": "60.0" },
  81. "support_enable": { "value": "False" },
  82. "support_infill_rate": { "value": "15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15" },
  83. "support_line_width": { "value": "0.6" },
  84. "support_pattern": { "default_value": "lines" },
  85. "support_type": { "default_value": "everywhere" },
  86. "support_xy_distance": { "value": "0.7" },
  87. "support_z_distance": { "value": "0.35" },
  88. "top_bottom_thickness": { "value": "0.8" },
  89. "wall_thickness": { "value": "0.8" }
  90. }
  91. }