Created
November 20, 2023 00:13
-
-
Save jdollar/9a15ed36a1bfac500a041c35664a0929 to your computer and use it in GitHub Desktop.
Configuration of Hictop 3DP-12 for klipper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains common pin mappings for RAMPS (v1.3 and later) | |
# boards. RAMPS boards typically use a firmware compiled for the AVR | |
# atmega2560 (though the atmega1280 is also possible). | |
# See docs/Config_Reference.md for a description of parameters. | |
[stepper_x] | |
step_pin: ar54 | |
dir_pin: ar55 | |
enable_pin: !ar38 | |
microsteps: 16 | |
rotation_distance: 40 | |
endstop_pin: !ar3 | |
#endstop_pin: ^ar2 | |
position_endstop: 0 | |
position_max: 210 | |
homing_speed: 50 | |
[stepper_y] | |
step_pin: ar60 | |
dir_pin: ar61 | |
enable_pin: !ar56 | |
microsteps: 16 | |
rotation_distance: 40 | |
endstop_pin: !ar14 | |
#endstop_pin: ^ar15 | |
position_endstop: 0 | |
position_max: 270 | |
homing_speed: 50 | |
[stepper_z] | |
step_pin: ar46 | |
dir_pin: !ar48 | |
enable_pin: !ar62 | |
microsteps: 16 | |
rotation_distance: 8 | |
endstop_pin: !ar18 | |
#endstop_pin: ^ar19 | |
#position_endstop: 0.1 | |
position_min: -5 | |
position_max: 200 | |
[extruder] | |
step_pin: ar26 | |
dir_pin: ar28 | |
enable_pin: !ar24 | |
microsteps: 16 | |
rotation_distance: 33.500 | |
nozzle_diameter: 0.400 | |
filament_diameter: 1.750 | |
heater_pin: ar10 | |
sensor_type: EPCOS 100K B57560G104F | |
sensor_pin: analog13 | |
control: pid | |
pid_Kp: 22.2 | |
pid_Ki: 1.08 | |
pid_Kd: 114 | |
min_temp: 5 | |
max_temp: 275 | |
#[extruder1] | |
#step_pin: PC1 | |
#dir_pin: PC3 | |
#enable_pin: !PC7 | |
#heater_pin: PH6 | |
#sensor_pin: PK7 | |
#... | |
[heater_bed] | |
heater_pin: ar8 | |
sensor_type: EPCOS 100K B57560G104F | |
sensor_pin: analog14 | |
control: watermark | |
min_temp: 5 | |
max_temp: 150 | |
[fan] | |
pin: ar9 | |
[mcu] | |
serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AK05CVR3-if00-port0 | |
[printer] | |
kinematics: cartesian | |
max_velocity: 500 | |
max_accel: 9000 | |
max_z_velocity: 5 | |
max_z_accel: 100 | |
[display] | |
lcd_type: hd44780 | |
rs_pin: ar16 | |
e_pin: ar17 | |
d4_pin: ar23 | |
d5_pin: ar25 | |
d6_pin: ar27 | |
d7_pin: ar29 | |
encoder_pins: ^ar31, ^ar33 | |
click_pin: ^!ar35 | |
#kill_pin: ^!EXP2_8 | |
[output_pin beeper] | |
pin: ar37 | |
[virtual_sdcard] | |
path: ~/printer_data/gcodes | |
[pause_resume] | |
[gcode_macro CANCEL_PRINT] | |
description: Cancel the actual running print | |
rename_existing: CANCEL_PRINT_BASE | |
gcode: | |
TURN_OFF_HEATERS | |
CANCEL_PRINT_BASE | |
[bed_mesh] | |
speed: 120 | |
horizontal_move_z: 5 | |
mesh_min: 35, 6 | |
mesh_max: 185, 260 | |
probe_count: 5, 3 | |
# Common EXP1 / EXP2 (display) pins | |
[board_pins] | |
aliases: | |
ar0=PE0, ar1=PE1, ar2=PE4, ar3=PE5, ar4=PG5, | |
ar5=PE3, ar6=PH3, ar7=PH4, ar8=PH5, ar9=PH6, | |
ar10=PB4, ar11=PB5, ar12=PB6, ar13=PB7, ar14=PJ1, | |
ar15=PJ0, ar16=PH1, ar17=PH0, ar18=PD3, ar19=PD2, | |
ar20=PD1, ar21=PD0, ar22=PA0, ar23=PA1, ar24=PA2, | |
ar25=PA3, ar26=PA4, ar27=PA5, ar28=PA6, ar29=PA7, | |
ar30=PC7, ar31=PC6, ar32=PC5, ar33=PC4, ar34=PC3, | |
ar35=PC2, ar36=PC1, ar37=PC0, ar38=PD7, ar39=PG2, | |
ar40=PG1, ar41=PG0, ar42=PL7, ar43=PL6, ar44=PL5, | |
ar45=PL4, ar46=PL3, ar47=PL2, ar48=PL1, ar49=PL0, | |
ar50=PB3, ar51=PB2, ar52=PB1, ar53=PB0, ar54=PF0, | |
ar55=PF1, ar56=PF2, ar57=PF3, ar58=PF4, ar59=PF5, | |
ar60=PF6, ar61=PF7, ar62=PK0, ar63=PK1, ar64=PK2, | |
ar65=PK3, ar66=PK4, ar67=PK5, ar68=PK6, ar69=PK7, | |
analog0=PF0, analog1=PF1, analog2=PF2, analog3=PF3, analog4=PF4, | |
analog5=PF5, analog6=PF6, analog7=PF7, analog8=PK0, analog9=PK1, | |
analog10=PK2, analog11=PK3, analog12=PK4, analog13=PK5, analog14=PK6, | |
analog15=PK7, | |
# Marlin adds these additional aliases | |
ml70=PG4, ml71=PG3, ml72=PJ2, ml73=PJ3, ml74=PJ7, | |
ml75=PJ4, ml76=PJ5, ml77=PJ6, ml78=PE2, ml79=PE6, | |
ml80=PE7, ml81=PD4, ml82=PD5, ml83=PD6, ml84=PH2, | |
ml85=PH7 | |
# See the sample-lcd.cfg file for definitions of common LCD displays. | |
#*# <---------------------- SAVE_CONFIG ----------------------> | |
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. | |
#*# | |
#*# [stepper_z] | |
#*# position_endstop = 0.450 | |
#*# | |
#*# [bed_mesh default] | |
#*# version = 1 | |
#*# points = | |
#*# -0.300000, -0.450000, -0.540000, -0.590000, -0.555000 | |
#*# -0.365000, -0.575000, -0.765000, -0.870000, -0.945000 | |
#*# -0.375000, -0.325000, -0.925000, -1.200000, -1.335000 | |
#*# x_count = 5 | |
#*# y_count = 3 | |
#*# mesh_x_pps = 2 | |
#*# mesh_y_pps = 2 | |
#*# algo = lagrange | |
#*# tension = 0.2 | |
#*# min_x = 35.0 | |
#*# max_x = 185.0 | |
#*# min_y = 6.0 | |
#*# max_y = 260.0 | |
#*# | |
#*# [bed_mesh manual-first] | |
#*# version = 1 | |
#*# points = | |
#*# -0.300000, -0.450000, -0.540000, -0.590000, -0.555000 | |
#*# -0.365000, -0.575000, -0.765000, -0.870000, -0.945000 | |
#*# -0.375000, -0.325000, -0.925000, -1.200000, -1.335000 | |
#*# x_count = 5 | |
#*# y_count = 3 | |
#*# mesh_x_pps = 2 | |
#*# mesh_y_pps = 2 | |
#*# algo = lagrange | |
#*# tension = 0.2 | |
#*# min_x = 35.0 | |
#*# max_x = 185.0 | |
#*# min_y = 6.0 | |
#*# max_y = 260.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment