Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [include mainsail.cfg]
- #####################################################################
- # Printer basic settings
- #####################################################################
- [mcu]
- canbus_uuid: 061476ea9432 #YOURS WILL BE DIFFERENT - CHANGE IT TO MATCH
- [mcu EBBCan]
- canbus_uuid: 12565e4b0f79 #YOURS WILL BE DIFFERENT - CHANGE IT TO MATCH
- [printer]
- kinematics: corexy
- max_velocity: 300
- max_accel: 8000
- max_z_velocity: 25
- max_z_accel: 350
- square_corner_velocity: 5.0
- #####################################################################
- # MOTORS
- #####################################################################
- [include motors.cfg]
- #####################################################################
- # FANS
- #####################################################################
- [fan]
- ## Print Cooling Fan - CNC_FAN0
- pin: EBBCan:gpio13
- kick_start_time: 0.5
- ## Depending on your fan, you may need to increase this value
- ## if your fan will not start. Can change cycle_time (increase)
- ## if your fan is not able to slow down effectively
- [heater_fan hotend_fan]
- pin: EBBCan:gpio14
- max_power: 1.0
- kick_start_time: 0.5
- heater: extruder
- heater_temp: 50.0
- [multi_pin controller_fans]
- pins: PF7,PF9
- [controller_fan controller_fan]
- pin: multi_pin:controller_fans
- max_power: 0.4
- kick_start_time: 0.5
- heater: heater_bed
- #####################################################################
- # HEATER BED
- #####################################################################
- [heater_bed]
- heater_pin: PA1
- sensor_type: Generic 3950
- sensor_pin: PB1
- max_power: 1.0
- min_temp: 0
- max_temp: 120
- #control: pid
- #pid_kp: 58.437
- #pid_ki: 2.347
- #pid_kd: 363.769
- #####################################################################
- # CB1 Temp
- #####################################################################
- [temperature_sensor CB1]
- sensor_type: temperature_host
- [safe_z_home]
- home_xy_position:150,150
- speed:200
- z_hop:25
- #####################################################################
- # PROBE
- #####################################################################
- [include probe.cfg]
- #####################################################################
- # QGL + MESH
- #####################################################################
- [quad_gantry_level]
- gantry_corners:
- -60,-10
- 360,370
- points:
- 50,25
- 50,225
- 250,225
- 250,25
- speed: 350
- horizontal_move_z: 20
- retries: 5
- retry_tolerance: 0.1
- max_adjust: 20
- [bed_mesh]
- speed: 300
- horizontal_move_z: 10
- mesh_min: 10,10
- mesh_max: 290,290
- probe_count: 5,5
- algorithm: bicubic
- bicubic_tension: 0.2
- ##------------------------------------------------------------------------
- # Enable object exclusion
- [exclude_object]
- # Enable arcs support
- [gcode_arcs]
- resolution: 0.3
- #####################################################################
- # LEDS
- #####################################################################
- [include stealthburner_leds.cfg]
- ##################
- # MACROS
- ##################
- [include macros/macros.cfg]
- #*# <---------------------- SAVE_CONFIG ---------------------->
- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
- #*#
- #*# [probe]
- #*# z_offset = -1.545
- #*#
- #*# [bed_mesh default]
- #*# version = 1
- #*# points =
- #*# -0.007500, 0.060000, 0.057500, 0.067500, 0.027500
- #*# -0.012500, 0.052500, 0.067500, 0.057500, 0.037500
- #*# -0.017500, 0.030000, 0.040000, 0.037500, -0.002500
- #*# -0.022500, 0.015000, 0.040000, 0.012500, 0.000000
- #*# 0.042500, 0.060000, 0.087500, 0.032500, 0.045000
- #*# x_count = 5
- #*# y_count = 5
- #*# mesh_x_pps = 2
- #*# mesh_y_pps = 2
- #*# algo = bicubic
- #*# tension = 0.2
- #*# min_x = 10.0
- #*# max_x = 290.0
- #*# min_y = 10.0
- #*# max_y = 290.0
- #*#
- #*# [heater_bed]
- #*# control = pid
- #*# pid_kp = 62.193
- #*# pid_ki = 3.427
- #*# pid_kd = 282.199
- #*#
- #*# [extruder]
- #*# pid_kp = 20.186
- #*# pid_ki = 1.417
- #*# pid_kd = 71.911
Advertisement
Add Comment
Please, Sign In to add comment