Advertisement
soapee01

einsy-rambo.cfg

May 20th, 2025
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.74 KB | None | 0 0
  1. # WARNING: DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
  2.  
  3. [temperature_sensor einsy_board]
  4. sensor_pin: PF6
  5. sensor_type: TDK NTCG104LH104JT1
  6. min_temp: -10
  7. max_temp: 70
  8.  
  9. [probe]
  10. pin: ^PB4
  11. x_offset: 23
  12. y_offset: 5
  13. speed: 20.0
  14. samples: 3 # Sampling, primarily for bed mesh. 3 is fine for normal PINDA probes.
  15. samples_result: average
  16. sample_retract_dist: 1.0
  17.  
  18. [gcode_arcs]
  19. resolution: 0.25
  20.  
  21. [bed_screws]
  22. # Nozzle above the screws
  23. screw1: 13,6
  24. screw1_name: Front Left
  25. screw2: 13,115
  26. screw2_name: Center Left
  27. screw3: 13,210
  28. screw3_name: Back Left
  29.  
  30. screw4: 123,6
  31. screw4_name: Front Center
  32. screw5: 123,210
  33. screw5_name: Back Center
  34.  
  35. screw6: 228,6
  36. screw6_name: Front Right
  37. screw7: 228,115
  38. screw7_name: Center Right
  39. screw8: 228,210
  40. screw8_name: Back Right
  41.  
  42. ### Uncomment this if you use the nylock or silicon mod onn your bed
  43. ### to enable semi-automatic tilt adjustment.
  44. # [screws_tilt_adjust]
  45. # # PINDA should be above the screw
  46.  #screw1: 102,104
  47.  screw1: 98.6,102.3
  48.  screw1_name: Center (Fixed)
  49.  #screw2: 0,0
  50.  screw2: 0.1,-3.2
  51.  screw2_name: Front Left
  52.  #screw3: 100,1
  53.  screw3: 98.2,-2.5
  54.  screw3_name: Front Center
  55.  #screw4: 203,1
  56.  screw4: 203.1,-2.5
  57.  screw4_name: Front Right
  58.  #screw5: 0,110
  59.  screw5: 0.1,102
  60.  screw5_name: Center Left
  61.  #screw6: 203,99
  62.  screw6: 203.4,102.8
  63.  screw6_name: Center Right
  64.  #screw7: 0,205
  65.  screw7: 0.1,207.1
  66.  screw7_name: Back Left
  67.  #screw8: 100,205
  68.  screw8: 99,2017.1
  69.  screw8_name: Back Center
  70.  #screw9: 203,205
  71.  screw9: 203.6,208.3
  72.  screw9_name: Back Right
  73.  screw_thread: CCW-M3  # Prusa screws from the top, so it is inverted from the default of CW-M3
  74.  
  75. [extruder]
  76. nozzle_diameter: 0.400
  77. filament_diameter: 1.750
  78. heater_pin: PE5
  79. sensor_type: ATC Semitec 104GT-2
  80. sensor_pin: PF0
  81.  
  82. [heater_bed]
  83. heater_pin: PG5
  84. sensor_type: EPCOS 100K B57560G104F
  85. sensor_pin: PF2
  86. min_temp: 0
  87. max_temp: 125
  88.  
  89.  
  90. [heater_fan nozzle_cooling_fan]
  91. pin: PH5
  92. heater: extruder
  93. heater_temp: 50.0
  94. fan_speed: 1.0
  95.  
  96. # Part Cooling Fan
  97. [fan]
  98. pin: PH3
  99. tachometer_pin: ^PE7
  100. tachometer_poll_interval: 0.0015
  101.  
  102. [temperature_sensor raspberry_pi]
  103. sensor_type: temperature_host
  104. min_temp: 10
  105. max_temp: 80
  106.  
  107. #soapee01 Moving this to it's own section: see mesh.cfg
  108. #[bed_mesh]
  109. #algorithm: bicubic
  110. #fade_end: 10
  111. #faulty_region_1_min: 100.583, 187.376
  112. #faulty_region_1_max: 122.083, 229.376
  113. #faulty_region_2_min: 125.672, -18.124
  114. #faulty_region_2_max: 147.172, 23.876
  115. #faulty_region_3_min: 192.261, 5.126
  116. #faulty_region_3_max: 234.261, 26.626
  117. #faulty_region_4_min: 114.422, 39.876
  118. #faulty_region_4_max: 135.922, 81.876
  119. #faulty_region_5_min: 21.422, 87.126
  120. #faulty_region_5_max: 42.922, 129.126
  121. #faulty_region_6_min: 54.172, 97.376
  122. #faulty_region_6_max: 96.172, 118.876
  123. #faulty_region_7_min: 154.172, 97.376
  124. #faulty_region_7_max: 196.172, 118.876
  125. #faulty_region_8_min: 205.136, 87.126
  126. #faulty_region_8_max: 226.636, 129.126
  127. #faulty_region_9_min: 114.422, 134.376
  128. #faulty_region_9_max: 135.922, 176.376
  129. #faulty_region_10_min: 176.177, 191.394
  130. #faulty_region_10_max: 218.177, 212.894
  131. #horizontal_move_z: 5
  132. #mesh_max: 228,210
  133. #mesh_min: 24, 6
  134. #mesh_pps: 3
  135. #probe_count: 3,3
  136. #speed: 200
  137.  
  138.  
  139. # Keeps Debug LED off / not floating
  140. [static_digital_output debug_led]
  141. pins: !PB7
  142.  
  143. [output_pin BEEPER_pin]
  144. pin: PH2
  145. pwm: True
  146. value: 0
  147. shutdown_value:0
  148. cycle_time: 0.001
  149. scale: 1000
  150.  
  151. [respond]
  152. default_type: command
  153.  
  154. [filament_switch_sensor fsensor]
  155. pause_on_runout: False #updated from True on 3/27/24
  156. runout_gcode:
  157.     M118 Filament Runout Detected
  158.     M600
  159. insert_gcode:
  160.     M118 Filament Load Detected
  161.     LOAD_FILAMENT
  162. event_delay: 3.0
  163. pause_delay: 0.01
  164. switch_pin: ^!PK0
  165.  
  166. # Tools
  167.  
  168. [virtual_sdcard]
  169. path: ~/printer_data/gcodes
  170.  
  171. [display_status]
  172.  
  173. [force_move]
  174. enable_force_move: True
  175.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement