Skip to content
32 changes: 30 additions & 2 deletions config/printer-flashforge-creator-pro-2018.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Use the following command to flash the board:
# avrdude -c stk500v2 -p m2560 -P /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_557373136313514061A2-if00 -b 57600 -D -U out/klipper.elf.hex

# Note: 2019 models may use a different serial ID, e.g.:
# /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_85633323630351A090F0-if00
# Check for yourself and update here and below accordingly.


# See docs/Config_Reference.md for a description of parameters.

[stepper_x]
Expand All @@ -16,7 +21,8 @@ rotation_distance: 34
endstop_pin: ^!PL1
position_endstop: 116
position_max: 116
position_min: -116
# 116 + 34mm for extruder offset, so right extruder can reach left edge.
position_min: -150
homing_speed: 50

[stepper_y]
Expand All @@ -39,9 +45,11 @@ microsteps: 16
rotation_distance: 8
endstop_pin: !PL6
position_endstop: -0.25
position_max: 181
# Conservative maximum (-6mm from empirical max)
position_max: 170
position_min: -0.25

# Right extruder, as defined by stock firmware
[extruder]
step_pin: PA3
dir_pin: !PA2
Expand All @@ -63,6 +71,7 @@ pid_kd: 144.566
min_temp: 0
max_temp: 260

# Left extruder, as defined by stock firmware
[extruder1]
step_pin: PA7
dir_pin: PA6
Expand Down Expand Up @@ -97,12 +106,15 @@ gcode:

[heater_fan extruder_fan]
pin: PH4
heater: extruder

[heater_fan extruder1_fan]
pin: PB6
heater: extruder1

[fan]
pin: PL5
kick_start_time: 0.5

[heater_bed]
heater_pin: PL4
Expand All @@ -115,8 +127,18 @@ pid_kd: 645.290
min_temp: 0
max_temp: 130

[bed_screws]
screw1: 0, -65
screw1_name: Front Center
screw2: -50, 65
screw2_name: Back Left
screw3: 50, 65
screw3_name: Back Right

[mcu]
serial: /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_557373136313514061A2-if00
# Note: 2019 models may use a different serial ID, e.g.:
# /dev/serial/by-id/usb-MakerBot_Industries_The_Replicator_85633323630351A090F0-if00
restart_method: command

[printer]
Expand Down Expand Up @@ -169,6 +191,12 @@ back_pin: ^PJ2
up_pin: ^PJ4
down_pin: ^PJ3

[pwm_cycle_time beeper]
pin: PG5
value: 0
shutdown_value: 0
cycle_time: 0.001

[pca9533 led_strip]
i2c_bus: twi
i2c_address: 98
Expand Down
Loading