v2.4: clean-up
This commit is contained in:
parent
ba43ebc29c
commit
175379eda2
1 changed files with 11 additions and 124 deletions
131
printer.cfg
131
printer.cfg
|
@ -40,6 +40,7 @@ max_z_velocity: 25 #Max 15 for 12V TMC Drivers, can increase for 24V
|
|||
max_z_accel: 350
|
||||
square_corner_velocity: 5.0
|
||||
|
||||
|
||||
#####################################################################
|
||||
# X/Y Stepper Settings
|
||||
#####################################################################
|
||||
|
@ -54,26 +55,12 @@ microsteps: 16
|
|||
full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper
|
||||
endstop_pin: PG6
|
||||
position_min: 0
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
#position_endstop: 250
|
||||
#position_max: 250
|
||||
|
||||
## Uncomment for 300mm build
|
||||
position_endstop: 300
|
||||
position_max: 300
|
||||
|
||||
## Uncomment for 350mm build
|
||||
#position_endstop: 350
|
||||
#position_max: 350
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
homing_speed: 25 #Max 100
|
||||
homing_retract_dist: 5
|
||||
homing_positive_dir: true
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_x]
|
||||
uart_pin: PC4
|
||||
interpolate: True
|
||||
|
@ -92,26 +79,12 @@ microsteps: 16
|
|||
full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper
|
||||
endstop_pin: PG9
|
||||
position_min: 0
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment for 250mm build
|
||||
#position_endstop: 250
|
||||
#position_max: 250
|
||||
|
||||
## Uncomment for 300mm build
|
||||
position_endstop: 305
|
||||
position_max: 305
|
||||
|
||||
## Uncomment for 350mm build
|
||||
#position_endstop: 350
|
||||
#position_max: 350
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
homing_speed: 25 #Max 100
|
||||
homing_retract_dist: 5
|
||||
homing_positive_dir: true
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_y]
|
||||
uart_pin: PD11
|
||||
interpolate: True
|
||||
|
@ -120,6 +93,7 @@ hold_current: 0.7
|
|||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Z Stepper Settings
|
||||
#####################################################################
|
||||
|
@ -127,7 +101,6 @@ stealthchop_threshold: 0
|
|||
## Z0 Stepper - Front Left on MOTOR2_1
|
||||
[stepper_z]
|
||||
step_pin: PF11
|
||||
# dir_pin: !PG3
|
||||
dir_pin: PG3
|
||||
enable_pin: !PG5
|
||||
rotation_distance: 40
|
||||
|
@ -139,24 +112,12 @@ endstop_pin: PG10
|
|||
## Increasing position_endstop brings nozzle closer to the bed
|
||||
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
|
||||
position_endstop: -0.5
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
#position_max: 240
|
||||
|
||||
## Uncomment below for 300mm build
|
||||
position_max: 290
|
||||
|
||||
## Uncomment below for 350mm build
|
||||
#position_max: 340
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
position_min: -5
|
||||
homing_speed: 8
|
||||
second_homing_speed: 3
|
||||
homing_retract_dist: 3
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_z]
|
||||
uart_pin: PC6
|
||||
interpolate: true
|
||||
|
@ -168,14 +129,12 @@ stealthchop_threshold: 0
|
|||
## Z1 Stepper - Rear Left on MOTOR3
|
||||
[stepper_z1]
|
||||
step_pin: PG4
|
||||
# dir_pin: PC1
|
||||
dir_pin: !PC1
|
||||
enable_pin: !PA0
|
||||
rotation_distance: 40
|
||||
gear_ratio: 80:16
|
||||
microsteps: 16
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_z1]
|
||||
uart_pin: PC7
|
||||
interpolate: true
|
||||
|
@ -187,14 +146,12 @@ stealthchop_threshold: 0
|
|||
## Z2 Stepper - Rear Right on MOTOR4
|
||||
[stepper_z2]
|
||||
step_pin: PF9
|
||||
# dir_pin: !PF10
|
||||
dir_pin: PF10
|
||||
enable_pin: !PG2
|
||||
rotation_distance: 40
|
||||
gear_ratio: 80:16
|
||||
microsteps: 16
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_z2]
|
||||
uart_pin: PF2
|
||||
interpolate: true
|
||||
|
@ -206,14 +163,12 @@ stealthchop_threshold: 0
|
|||
## Z3 Stepper - Front Right on MOTOR5
|
||||
[stepper_z3]
|
||||
step_pin: PC13
|
||||
# dir_pin: PF0
|
||||
dir_pin: !PF0
|
||||
enable_pin: !PF1
|
||||
rotation_distance: 40
|
||||
gear_ratio: 80:16
|
||||
microsteps: 16
|
||||
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 stepper_z3]
|
||||
uart_pin: PE4
|
||||
interpolate: true
|
||||
|
@ -263,7 +218,6 @@ pressure_advance: 0.05
|
|||
pressure_advance_smooth_time: 0.040
|
||||
|
||||
## E0 on MOTOR6
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmc2209 extruder]
|
||||
uart_pin: PE1
|
||||
interpolate: false
|
||||
|
@ -291,6 +245,7 @@ max_temp: 120
|
|||
#pid_ki: 2.347
|
||||
#pid_kd: 363.769
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Probe
|
||||
#####################################################################
|
||||
|
@ -309,6 +264,7 @@ sample_retract_dist: 3.0
|
|||
samples_tolerance: 0.006
|
||||
samples_tolerance_retries: 3
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Fan Control
|
||||
#####################################################################
|
||||
|
@ -349,6 +305,7 @@ heater_temp: 45.0
|
|||
#heater_temp: 60
|
||||
#fan_speed: 1.0
|
||||
|
||||
|
||||
#####################################################################
|
||||
# LED Control
|
||||
#####################################################################
|
||||
|
@ -361,10 +318,12 @@ heater_temp: 45.0
|
|||
#value:1
|
||||
#cycle_time: 0.01
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Homing and Gantry Adjustment Routines
|
||||
#####################################################################
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Enclosure Temp Sensor Section
|
||||
#####################################################################
|
||||
|
@ -386,63 +345,27 @@ timeout: 1800
|
|||
|
||||
[safe_z_home]
|
||||
## XY Location of the Z Endstop Switch
|
||||
## Update -10,-10 to the XY coordinates of your endstop pin
|
||||
## (such as 157,305) after going through Z Endstop Pin
|
||||
## Location Definition step.
|
||||
home_xy_position: 208, 305
|
||||
speed:100
|
||||
z_hop:10
|
||||
|
||||
[quad_gantry_level]
|
||||
## Use QUAD_GANTRY_LEVEL to level a gantry.
|
||||
## Min & Max gantry corners - measure from nozzle at MIN (0,0) and
|
||||
## MAX (250, 250), (300,300), or (350,350) depending on your printer size
|
||||
## to respective belt positions
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
## Gantry Corners for 250mm Build
|
||||
## Uncomment for 250mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 310, 320
|
||||
## Probe points
|
||||
#points:
|
||||
# 50,25
|
||||
# 50,175
|
||||
# 200,175
|
||||
# 200,25
|
||||
|
||||
## Gantry Corners for 300mm Build
|
||||
## Uncomment for 300mm build
|
||||
gantry_corners:
|
||||
-60,-10
|
||||
360,370
|
||||
# Probe points
|
||||
points:
|
||||
50,25
|
||||
50,225
|
||||
250,225
|
||||
250,25
|
||||
|
||||
## Gantry Corners for 350mm Build
|
||||
## Uncomment for 350mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 410,420
|
||||
## Probe points
|
||||
#points:
|
||||
# 50,25
|
||||
# 50,275
|
||||
# 300,275
|
||||
# 300,25
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
retries: 5
|
||||
retry_tolerance: 0.0075
|
||||
max_adjust: 10
|
||||
|
||||
|
||||
########################################
|
||||
# EXP1 / EXP2 (display) pins
|
||||
########################################
|
||||
|
@ -463,28 +386,11 @@ aliases:
|
|||
EXP2_7=PC15, EXP2_8=<RST>,
|
||||
EXP2_9=<GND>, EXP2_10=<5V>
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Displays
|
||||
#####################################################################
|
||||
|
||||
## Uncomment the display that you have
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
#[display]
|
||||
## RepRapDiscount 128x64 Full Graphic Smart Controller
|
||||
#lcd_type: st7920
|
||||
#cs_pin: EXP1_4
|
||||
#sclk_pin: EXP1_5
|
||||
#sid_pin: EXP1_3
|
||||
#menu_timeout: 40
|
||||
#encoder_pins: ^EXP2_5, ^EXP2_3
|
||||
#click_pin: ^!EXP1_2
|
||||
|
||||
#[output_pin beeper]
|
||||
#pin: EXP1_1
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
[display]
|
||||
# mini12864 LCD Display
|
||||
lcd_type: uc1701
|
||||
|
@ -516,8 +422,6 @@ gcode:
|
|||
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=2 TRANSMIT=0
|
||||
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=3
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Macros
|
||||
|
@ -529,17 +433,8 @@ gcode:
|
|||
G28
|
||||
QUAD_GANTRY_LEVEL
|
||||
G28
|
||||
## Uncomment for for your size printer:
|
||||
#--------------------------------------------------------------------
|
||||
## Uncomment for 250mm build
|
||||
#G0 X125 Y125 Z30 F3600
|
||||
|
||||
## Uncomment for 300 build
|
||||
G0 X150 Y150 Z30 F3600
|
||||
|
||||
## Uncomment for 350mm build
|
||||
#G0 X175 Y175 Z30 F3600
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
[gcode_macro PRINT_START]
|
||||
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
||||
|
@ -563,14 +458,6 @@ gcode:
|
|||
G0 X125 Y250 F3600 ; park nozzle at rear
|
||||
BED_MESH_CLEAR
|
||||
|
||||
## Thermistor Types
|
||||
## "EPCOS 100K B57560G104F"
|
||||
## "ATC Semitec 104GT-2"
|
||||
## "NTC 100K beta 3950"
|
||||
## "Honeywell 100K 135-104LAG-J01"
|
||||
## "NTC 100K MGB18-104F39050L32" (Keenovo Heater Pad)
|
||||
## "AD595"
|
||||
## "PT100 INA826"
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
|
|
Loading…
Reference in a new issue