Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # WARNING: DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
- [temperature_sensor einsy_board]
- sensor_pin: PF6
- sensor_type: TDK NTCG104LH104JT1
- min_temp: -10
- max_temp: 70
- [probe]
- pin: ^PB4
- x_offset: 23
- y_offset: 5
- speed: 20.0
- samples: 3 # Sampling, primarily for bed mesh. 3 is fine for normal PINDA probes.
- samples_result: average
- sample_retract_dist: 1.0
- [gcode_arcs]
- resolution: 0.25
- [bed_screws]
- # Nozzle above the screws
- screw1: 13,6
- screw1_name: Front Left
- screw2: 13,115
- screw2_name: Center Left
- screw3: 13,210
- screw3_name: Back Left
- screw4: 123,6
- screw4_name: Front Center
- screw5: 123,210
- screw5_name: Back Center
- screw6: 228,6
- screw6_name: Front Right
- screw7: 228,115
- screw7_name: Center Right
- screw8: 228,210
- screw8_name: Back Right
- ### Uncomment this if you use the nylock or silicon mod onn your bed
- ### to enable semi-automatic tilt adjustment.
- # [screws_tilt_adjust]
- # # PINDA should be above the screw
- #screw1: 102,104
- screw1: 98.6,102.3
- screw1_name: Center (Fixed)
- #screw2: 0,0
- screw2: 0.1,-3.2
- screw2_name: Front Left
- #screw3: 100,1
- screw3: 98.2,-2.5
- screw3_name: Front Center
- #screw4: 203,1
- screw4: 203.1,-2.5
- screw4_name: Front Right
- #screw5: 0,110
- screw5: 0.1,102
- screw5_name: Center Left
- #screw6: 203,99
- screw6: 203.4,102.8
- screw6_name: Center Right
- #screw7: 0,205
- screw7: 0.1,207.1
- screw7_name: Back Left
- #screw8: 100,205
- screw8: 99,2017.1
- screw8_name: Back Center
- #screw9: 203,205
- screw9: 203.6,208.3
- screw9_name: Back Right
- screw_thread: CCW-M3 # Prusa screws from the top, so it is inverted from the default of CW-M3
- [extruder]
- nozzle_diameter: 0.400
- filament_diameter: 1.750
- heater_pin: PE5
- sensor_type: ATC Semitec 104GT-2
- sensor_pin: PF0
- [heater_bed]
- heater_pin: PG5
- sensor_type: EPCOS 100K B57560G104F
- sensor_pin: PF2
- min_temp: 0
- max_temp: 125
- [heater_fan nozzle_cooling_fan]
- pin: PH5
- heater: extruder
- heater_temp: 50.0
- fan_speed: 1.0
- # Part Cooling Fan
- [fan]
- pin: PH3
- tachometer_pin: ^PE7
- tachometer_poll_interval: 0.0015
- [temperature_sensor raspberry_pi]
- sensor_type: temperature_host
- min_temp: 10
- max_temp: 80
- #soapee01 Moving this to it's own section: see mesh.cfg
- #[bed_mesh]
- #algorithm: bicubic
- #fade_end: 10
- #faulty_region_1_min: 100.583, 187.376
- #faulty_region_1_max: 122.083, 229.376
- #faulty_region_2_min: 125.672, -18.124
- #faulty_region_2_max: 147.172, 23.876
- #faulty_region_3_min: 192.261, 5.126
- #faulty_region_3_max: 234.261, 26.626
- #faulty_region_4_min: 114.422, 39.876
- #faulty_region_4_max: 135.922, 81.876
- #faulty_region_5_min: 21.422, 87.126
- #faulty_region_5_max: 42.922, 129.126
- #faulty_region_6_min: 54.172, 97.376
- #faulty_region_6_max: 96.172, 118.876
- #faulty_region_7_min: 154.172, 97.376
- #faulty_region_7_max: 196.172, 118.876
- #faulty_region_8_min: 205.136, 87.126
- #faulty_region_8_max: 226.636, 129.126
- #faulty_region_9_min: 114.422, 134.376
- #faulty_region_9_max: 135.922, 176.376
- #faulty_region_10_min: 176.177, 191.394
- #faulty_region_10_max: 218.177, 212.894
- #horizontal_move_z: 5
- #mesh_max: 228,210
- #mesh_min: 24, 6
- #mesh_pps: 3
- #probe_count: 3,3
- #speed: 200
- # Keeps Debug LED off / not floating
- [static_digital_output debug_led]
- pins: !PB7
- [output_pin BEEPER_pin]
- pin: PH2
- pwm: True
- value: 0
- shutdown_value:0
- cycle_time: 0.001
- scale: 1000
- [respond]
- default_type: command
- [filament_switch_sensor fsensor]
- pause_on_runout: False #updated from True on 3/27/24
- runout_gcode:
- M118 Filament Runout Detected
- M600
- insert_gcode:
- M118 Filament Load Detected
- LOAD_FILAMENT
- event_delay: 3.0
- pause_delay: 0.01
- switch_pin: ^!PK0
- # Tools
- [virtual_sdcard]
- path: ~/printer_data/gcodes
- [display_status]
- [force_move]
- enable_force_move: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement