virtual-klipper-printer/example-configs/printer.cfg

155 lines
3.9 KiB
INI

# This file contains example pin mappings for testing with the
# "simulavr" program. To use this config, compile the firmware for an
# AVR atmega644p, enable "low-level configuration options", and enable
# "simulavr software emulation". Further details are in
# docs/Debugging.md.
# See docs/Config_Reference.md for a description of parameters.
# AVR atmega644p Pins:
# PA0, PA1, PA2, PA3, PA4, PA5, PA6, PA7
# PB0, PB1, PB2, PB3, PB4, PB5, PB6, PB7
# PC0, PC1, PC2, PC3, PC4, PC5, PC6, PC7
# PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7
############################################
### DO NOT CHANGE PIN ASSIGNMENTS !!! ###
############################################
# Basic configurations (safe / required to use)
[include addons/basic_cartesian_kinematics.cfg]
[include addons/basic_macros.cfg]
# Extruder configuration (only one config allowed at a time)
[include addons/single_extruder.cfg]
#[include addons/dual_extruder.cfg]
#[include addons/dual_extruder_stepper.cfg]
# Other temperature senesors (only one config allowed at a time)
[include addons/heater_bed.cfg]
#[include addons/temp_sensors.cfg]
############################################
### ADDITIONAL CONFIGURATIONS ###
############################################
[respond]
[pause_resume]
[display_status]
[mcu]
serial: /tmp/pseudoserial
restart_method: arduino
[virtual_sdcard]
path: ~/gcode_files
[firmware_retraction]
retract_length: 0.5
retract_speed: 75
unretract_speed: 75
############################################
### MISCELLANEOUS ###
############################################
[fan]
pin: PB4
off_below: 0.2
[heater_fan heater_fan]
pin: PB5
off_below: 0.0
shutdown_speed: 1.0
max_power: 1.0
[controller_fan controller_fan]
pin: PB6
off_below: 0.2
shutdown_speed: 1.0
max_power: 1.0
[filament_motion_sensor runout_sensor]
switch_pin: PC1
detection_length: 1.0
extruder: extruder
pause_on_runout: FALSE
runout_gcode:
M117 Runout sensor reports: Runout G-Code
insert_gcode:
M117 Runout sensor reports: Insert G-Code
[output_pin output_pin]
pin: PC0
pwm: false
shutdown_value: 0
value: 1
############################################
### BED MESH ###
############################################
[bed_mesh]
speed: 120
horizontal_move_z: 5
mesh_min: 10, 10
mesh_max: 225, 225
probe_count: 5, 5
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.075000, 0.069792, 0.062708, 0.044167, 0.032917
#*# 0.045417, 0.043958, 0.066042, 0.053333, 0.038750
#*# 0.034375, 0.023333, 0.032917, 0.054167, 0.043542
#*# 0.076042, 0.056458, 0.066250, 0.045000, 0.057292
#*# 0.051875, 0.036875, 0.030000, 0.020625, 0.043125
#*# tension = 0.2
#*# min_x = 10
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 5
#*# min_y = 10.0
#*# x_count = 5
#*# max_y = 225
#*# mesh_x_pps = 5
#*# max_x = 225
#*#
#*# [bed_mesh mesh_profile_2]
#*# version = 1
#*# points =
#*# 0.025000, 0.029792, 0.022708, 0.024167, 0.022917
#*# 0.025417, 0.023958, 0.026042, 0.023333, 0.028750
#*# 0.024375, 0.023333, 0.022917, 0.024167, 0.023542
#*# 0.026042, 0.026458, 0.026250, 0.025000, 0.027292
#*# 0.021875, 0.026875, 0.020000, 0.020625, 0.023125
#*# tension = 0.2
#*# min_x = 10
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 5
#*# min_y = 10.0
#*# x_count = 5
#*# max_y = 225
#*# mesh_x_pps = 5
#*# max_x = 225
#*#
#*# [bed_mesh mesh_profile_3]
#*# version = 1
#*# points =
#*# 0.075000, 0.069792, 0.062708, 0.044167, -0.032917
#*# 0.045417, 0.043958, 0.066042, -0.053333, -0.038750
#*# 0.034375, 0.023333, -0.032917, -0.054167, -0.043542
#*# 0.076042, -0.056458, -0.066250, -0.045000, -0.057292
#*# -0.051875, -0.036875, -0.030000, -0.020625, -0.043125
#*# tension = 0.2
#*# min_x = 10
#*# algo = bicubic
#*# y_count = 5
#*# mesh_y_pps = 5
#*# min_y = 10.0
#*# x_count = 5
#*# max_y = 225
#*# mesh_x_pps = 5
#*# max_x = 225
#*#