129 lines
2.3 KiB
INI
129 lines
2.3 KiB
INI
# This file contains common pin mappings for the BIGTREETECH Manta M8P V1.1
|
|
# To use this config, the firmware should be compiled for the
|
|
# STM32G0B1 with a "8KiB bootloader" and USB communication.
|
|
|
|
# See docs/Config_Reference.md for a description of parameters.
|
|
|
|
## THINGS TO CHANGE/CHECK: ***
|
|
## Fine tune E steps [extruder] section
|
|
|
|
#[include adxl.cfg]
|
|
|
|
[mcu]
|
|
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_4700270009504B4633373520-if00
|
|
restart_method: command
|
|
|
|
[printer]
|
|
kinematics: corexy
|
|
max_velocity: 600
|
|
max_accel: 5000
|
|
max_z_velocity: 50
|
|
max_z_accel: 500
|
|
square_corner_velocity: 8
|
|
|
|
[firmware_retraction]
|
|
retract_length: 0.2
|
|
retract_speed: 30
|
|
unretract_speed: 30
|
|
|
|
[virtual_sdcard]
|
|
path: ~/printer_data/gcodes
|
|
|
|
[gcode_arcs]
|
|
resolution: 0.1
|
|
|
|
[heater_bed]
|
|
heater_pin: PE1
|
|
sensor_type: Generic 3950
|
|
sensor_pin: PA0
|
|
max_power: 1
|
|
min_temp: 0
|
|
max_temp: 120
|
|
control: pid
|
|
pid_kp: 55.331
|
|
pid_ki: 3.208
|
|
pid_kd: 238.614
|
|
|
|
[dockable_probe]
|
|
# Uses the TH3 port as we ran out of endstops
|
|
pin: PA4
|
|
x_offset: 0
|
|
y_offset: 26.0
|
|
z_offset: 3.925
|
|
samples: 3
|
|
samples_result: median
|
|
sample_retract_dist: 1.0
|
|
samples_tolerance: 0.05
|
|
samples_tolerance_retries: 3
|
|
dock_position: 153,188
|
|
approach_position: 153,150
|
|
detach_position: 110,188
|
|
z_hop: 18
|
|
dock_retries: 3
|
|
attach_speed: 50
|
|
detach_speed: 15
|
|
travel_speed: 300
|
|
auto_attach_detach: True
|
|
check_open_attach: True
|
|
speed: 10.0
|
|
lift_speed: 10
|
|
|
|
[idle_timeout]
|
|
timeout: 1800
|
|
gcode:
|
|
M84
|
|
TURN_OFF_HEATERS
|
|
BEDFANSOFF
|
|
SET_PIN PIN=TOOLHEAD_LED VALUE=0.00
|
|
|
|
[quad_gantry_level]
|
|
|
|
gantry_corners:
|
|
-60.2,-10.4
|
|
244.1,234.5
|
|
points:
|
|
3,2
|
|
3,120
|
|
160,120
|
|
160,2
|
|
|
|
speed: 300
|
|
horizontal_move_z: 15
|
|
retries: 5
|
|
retry_tolerance: 0.0075
|
|
max_adjust: 10
|
|
|
|
[bed_mesh]
|
|
speed: 300
|
|
horizontal_move_z: 5
|
|
mesh_min: 3,28
|
|
mesh_max: 170,156
|
|
zero_reference_position: 90, 90
|
|
probe_count: 3,3
|
|
mesh_pps: 2,2
|
|
algorithm: bicubic
|
|
bicubic_tension: 0.2
|
|
fade_end: 10
|
|
|
|
[include steppers.cfg]
|
|
[include fans.cfg]
|
|
[include basic_macros.cfg]
|
|
[include sensorless.cfg]
|
|
[include calibration_macros.cfg]
|
|
[include purge_bucket.cfg]
|
|
[include force_move.cfg]
|
|
[include timelapse.cfg]
|
|
[include bedfans.cfg]
|
|
[include KAMP_Settings.cfg]
|
|
#[include runout.cfg]
|
|
#[include autoz.cfg]
|
|
|
|
[display_status]
|
|
[pause_resume]
|
|
[exclude_object]
|
|
|
|
[input_shaper]
|
|
shaper_type_x = mzv
|
|
shaper_freq_x = 63.6
|
|
shaper_type_y = mzv
|
|
shaper_freq_y = 59.4
|