93 lines
2.3 KiB
INI
93 lines
2.3 KiB
INI
# This file contains common pin mappings for Ultimaker UltiMainboard v2
|
|
# boards. To use this config, the firmware should be compiled for the
|
|
# AVR atmega2560.
|
|
|
|
# See docs/Config_Reference.md for a description of parameters.
|
|
|
|
[include macros.cfg]
|
|
|
|
[mcu]
|
|
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_8543034383735181D1B1-if00
|
|
|
|
[include UM2_v2.1.cfg]
|
|
[include bigtreetech-ebb-canbus-v1.2.cfg]
|
|
|
|
[printer]
|
|
kinematics: cartesian
|
|
max_velocity: 500
|
|
max_accel: 3000
|
|
max_z_velocity: 25
|
|
max_z_accel: 30
|
|
|
|
|
|
# [safe_z_home]
|
|
# home_xy_position: 100, 100 # Change coordinates to the center of your print bed
|
|
# speed: 50
|
|
# z_hop: 10 # Move up 10mm
|
|
# z_hop_speed: 5
|
|
|
|
[bed_screws]
|
|
screw1: 120, 185
|
|
screw1_name: "rear mid screw"
|
|
screw2: 20 ,20
|
|
screw2_name: "front left screw"
|
|
screw3: 220, 20
|
|
screw3_name: "front right screw"
|
|
horizontal_move_z: 5
|
|
|
|
[bed_mesh]
|
|
speed: 120
|
|
horizontal_move_z: 5
|
|
mesh_min: 15, 50
|
|
mesh_max: 190, 200
|
|
probe_count: 5, 3
|
|
|
|
[filament_motion_sensor runout]
|
|
# The minimum length of filament pulled through the sensor to trigger
|
|
# a state change on the switch_pin
|
|
# Default is 7 mm.
|
|
detection_length: 14.0
|
|
extruder: extruder
|
|
pause_on_runout: FALSE
|
|
runout_gcode:
|
|
{action_respond_info("RUNOUT: Filament runout")}
|
|
PAUSE
|
|
insert_gcode: {action_respond_info("RUNOUT: Filament inserted")}
|
|
# The minimum amount of time in seconds to delay between events.
|
|
# Events triggered during this time period will be silently
|
|
# ignored. The default is 3 seconds.
|
|
#event_delay: 3.0
|
|
# The amount of time to delay, in seconds, between the pause command
|
|
# dispatch and execution of the runout_gcode. It may be useful to
|
|
# increase this delay if OctoPrint exhibits strange pause behavior.
|
|
# Default is 0.5 seconds.
|
|
#pause_delay: 0.5
|
|
## XYE mcu E0DET
|
|
switch_pin: PB7
|
|
|
|
|
|
[include mainsail.cfg]
|
|
|
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
|
#*#
|
|
#*#
|
|
#*# [extruder]
|
|
#*#
|
|
#*# [bed_mesh default]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.725000, 0.715000, 0.660000, 0.610000, 0.570000
|
|
#*# 0.660000, 0.650000, 0.600000, 0.575000, 0.485000
|
|
#*# 0.695000, 0.650000, 0.605000, 0.585000, 0.495000
|
|
#*# x_count = 5
|
|
#*# y_count = 3
|
|
#*# mesh_x_pps = 2
|
|
#*# mesh_y_pps = 2
|
|
#*# algo = lagrange
|
|
#*# tension = 0.2
|
|
#*# min_x = 15.0
|
|
#*# max_x = 190.0
|
|
#*# min_y = 50.0
|
|
#*# max_y = 200.0
|