Update config and guide with some fixes
This commit is contained in:
parent
ba45b090fd
commit
7021c19c7c
Binary file not shown.
|
|
@ -68,20 +68,20 @@ serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.1.2:1.0
|
|||
#--------------------------------------------------------------------
|
||||
|
||||
[mcu z]
|
||||
# mcu for Z steppers
|
||||
# [Z in X] - Front Left
|
||||
# [Z1 in Y] - Rear Left
|
||||
# [Z2 in Z] - Rear Right
|
||||
# [Z3 in E0]- Front Right
|
||||
# obtain definition by "ls -l /dev/serial/by-path/" then unplug to verify
|
||||
## mcu for Z steppers
|
||||
## [Z in X] - Front Left
|
||||
## [Z1 in Y] - Rear Left
|
||||
## [Z2 in Z] - Rear Right
|
||||
## [Z3 in E0]- Front Right
|
||||
## obtain definition by "ls -l /dev/serial/by-path/" then unplug to verify
|
||||
serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.1.3:1.0
|
||||
|
||||
[printer]
|
||||
kinematics: corexy
|
||||
max_velocity: 300
|
||||
max_accel: 3000 #Max 4000
|
||||
max_z_velocity: 25 #Max 50
|
||||
max_z_accel: 350 #Max 800
|
||||
max_accel: 3000 #Max 4000
|
||||
max_z_velocity: 15 #Max 15
|
||||
max_z_accel: 350 #Max ?
|
||||
square_corner_velocity: 5.0 #Can experiment with 8.0, default 5.0
|
||||
|
||||
#####################################################################
|
||||
|
|
@ -89,33 +89,33 @@ square_corner_velocity: 5.0 #Can experiment with 8.0, default 5.0
|
|||
#####################################################################
|
||||
|
||||
[stepper_x]
|
||||
#connected to X on mcu_xye (B Motor)
|
||||
##Connected to X on mcu_xye (B Motor)
|
||||
step_pin: P2.2
|
||||
dir_pin: !P2.6
|
||||
enable_pin: !P2.1
|
||||
step_distance: 0.0125
|
||||
endstop_pin: P1.28
|
||||
position_min: 0
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
#Uncomment below for 250mm build
|
||||
## Uncomment below for 250mm build
|
||||
#position_endstop: 250
|
||||
#position_max: 250
|
||||
|
||||
#Uncomment for 300mm build
|
||||
## Uncomment for 300mm build
|
||||
#position_endstop: 300
|
||||
#position_max: 300
|
||||
|
||||
#Uncomment for 350mm build
|
||||
## 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)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_x]
|
||||
uart_pin: P1.17
|
||||
microsteps: 16
|
||||
|
|
@ -126,32 +126,33 @@ sense_resistor: 0.110
|
|||
stealthchop_threshold: 0
|
||||
|
||||
[stepper_y]
|
||||
#connected to Y on mcu_xye (A Motor)
|
||||
## Connected to Y on mcu_xye (A Motor)
|
||||
step_pin: P0.19
|
||||
dir_pin: !P0.20
|
||||
enable_pin: !P2.8
|
||||
step_distance: 0.0125
|
||||
endstop_pin: P1.26
|
||||
position_min: 0
|
||||
#--------------------------------------------------------------------
|
||||
#Uncomment for 250mm build
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment for 250mm build
|
||||
#position_endstop: 250
|
||||
#position_max: 250
|
||||
|
||||
#Uncomment for 300mm build
|
||||
## Uncomment for 300mm build
|
||||
#position_endstop: 300
|
||||
#position_max: 300
|
||||
|
||||
#Uncomment for 350mm build
|
||||
## 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)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_y]
|
||||
uart_pin: P1.15
|
||||
microsteps: 16
|
||||
|
|
@ -165,35 +166,37 @@ stealthchop_threshold: 0
|
|||
# Z Stepper Settings
|
||||
#####################################################################
|
||||
|
||||
#Z MCU - In X Position
|
||||
# Z0 Stepper - Front Left
|
||||
## Z MCU - In X Position
|
||||
## Z0 Stepper - Front Left
|
||||
[stepper_z]
|
||||
step_pin: z:P2.2
|
||||
dir_pin: !z:P2.6
|
||||
enable_pin: !z:P2.1
|
||||
step_distance: 0.00250
|
||||
endstop_pin: z:P1.25
|
||||
# Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
|
||||
# (+) value = endstop above Z0, (-) value = endstop below
|
||||
# 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
|
||||
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
|
||||
## (+) value = endstop above Z0, (-) value = endstop below
|
||||
## 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 for 250mm build
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
#position_max: 240
|
||||
|
||||
#Uncomment for 300mm build
|
||||
## Uncomment below for 300mm build
|
||||
#position_max: 290
|
||||
|
||||
#Uncomment for 350mm build
|
||||
## Uncomment below for 350mm build
|
||||
#position_max: 340
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
##--------------------------------------------------------------------
|
||||
position_min: -5
|
||||
homing_speed: 15.0
|
||||
second_homing_speed: 3.0
|
||||
homing_retract_dist: 3.0
|
||||
|
||||
#Make sure to update below for your relevant driver (2208 or 2209)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_z]
|
||||
uart_pin: z:P1.17
|
||||
microsteps: 16
|
||||
|
|
@ -203,15 +206,15 @@ hold_current: 0.8
|
|||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
#Z MCU - In Y Position
|
||||
# Z1 Stepper - Rear Left
|
||||
## Z MCU - In Y Position
|
||||
## Z1 Stepper - Rear Left
|
||||
[stepper_z1]
|
||||
step_pin: z:P0.19
|
||||
dir_pin: z:P0.20
|
||||
enable_pin: !z:P2.8
|
||||
step_distance: 0.00250
|
||||
|
||||
#Make sure to update below for your relevant driver (2208 or 2209)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_z1]
|
||||
uart_pin: z:P1.15
|
||||
microsteps: 16
|
||||
|
|
@ -221,15 +224,15 @@ hold_current: 0.80
|
|||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
#Z MCU - In Z Position
|
||||
# Z2 Stepper - Rear Right
|
||||
## Z MCU - In Z Position
|
||||
## Z2 Stepper - Rear Right
|
||||
[stepper_z2]
|
||||
step_pin: z:P0.22
|
||||
dir_pin: !z:P2.11
|
||||
enable_pin: !z:P0.21
|
||||
step_distance: 0.00250
|
||||
|
||||
#Make sure to update below for your relevant driver (2208 or 2209)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_z2]
|
||||
uart_pin: z:P1.10
|
||||
microsteps: 16
|
||||
|
|
@ -239,15 +242,15 @@ hold_current: 0.80
|
|||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
#Z MCU - In E0 Position
|
||||
# Z3 Stepper - Front Right
|
||||
## Z MCU - In E0 Position
|
||||
## Z3 Stepper - Front Right
|
||||
[stepper_z3]
|
||||
step_pin: z:P2.13
|
||||
dir_pin: z:P0.11
|
||||
enable_pin: !z:P2.12
|
||||
step_distance: 0.00250
|
||||
|
||||
#Make sure to update below for your relevant driver (2208 or 2209)
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX stepper_z3]
|
||||
uart_pin: z:P1.8
|
||||
microsteps: 16
|
||||
|
|
@ -262,21 +265,21 @@ stealthchop_threshold: 0
|
|||
# Extruder
|
||||
#####################################################################
|
||||
|
||||
#E0 on MCU X/Y
|
||||
# E0 on MCU X/Y
|
||||
[extruder]
|
||||
step_pin: P2.13
|
||||
dir_pin: P0.11
|
||||
enable_pin: !P2.12
|
||||
# 16 microsteps Mobius 3 ~= 0.00180
|
||||
# Update value below when you perform extruder calibration
|
||||
# Higher value means less filament extruded
|
||||
# If you ask for 100mm of filament, but in reality it is 98mm:
|
||||
# step_distance = 98 / 100 * step_distance_old
|
||||
## 16 microsteps Mobius 3 ~= 0.00180
|
||||
## Update value below when you perform extruder calibration
|
||||
## Higher value means less filament extruded
|
||||
## If you ask for 100mm of filament, but in reality it is 98mm:
|
||||
## step_distance = 98 / 100 * step_distance_old
|
||||
step_distance: 0.00180180
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.75
|
||||
heater_pin: P2.7
|
||||
#Validate the following thermistor type to make sure it is correct
|
||||
## Validate the following thermistor type to make sure it is correct
|
||||
sensor_type: NTC 100K beta 3950
|
||||
sensor_pin: P0.24
|
||||
smooth_time: 3.0
|
||||
|
|
@ -288,13 +291,13 @@ control = pid
|
|||
pid_kp = 26.213
|
||||
pid_ki = 1.304
|
||||
pid_kd = 131.721
|
||||
# PA can be disabled by declaring a 0.0 value
|
||||
## PA can be disabled by declaring a 0.0 value
|
||||
pressure_advance: 0.0
|
||||
# Time seconds to look ahead for PA moves default is 0.010 or 10ms
|
||||
## Time seconds to look ahead for PA moves default is 0.010 or 10ms
|
||||
pressure_advance_lookahead_time: 0.010
|
||||
|
||||
#E0 on MCU X/Y
|
||||
#Make sure to update below for your relevant driver (2208 or 2209)
|
||||
## E0 on MCU X/Y
|
||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||
[tmcXXXX extruder]
|
||||
uart_pin: P1.9
|
||||
microsteps: 16
|
||||
|
|
@ -308,12 +311,11 @@ stealthchop_threshold: 0
|
|||
# Probe
|
||||
#####################################################################
|
||||
|
||||
|
||||
[probe]
|
||||
# Inductive Probe
|
||||
# This probe is not used for Z height, only Quad Gantry Leveling
|
||||
# Z_MAX on mcu_z
|
||||
# If your probe is NO instead of NC, add change pin to !z:P1.24
|
||||
## Inductive Probe
|
||||
## This probe is not used for Z height, only Quad Gantry Leveling
|
||||
## Z_MAX on mcu_z
|
||||
## If your probe is NO instead of NC, add change pin to !z:P1.24
|
||||
pin: z:P1.24
|
||||
x_offset: 0
|
||||
y_offset: 25.0
|
||||
|
|
@ -331,26 +333,26 @@ samples_tolerance_retries: 3
|
|||
#####################################################################
|
||||
|
||||
[heater_fan hotend_fan]
|
||||
# Hotend Fan - XYE board, HE1 Connector
|
||||
## Hotend Fan - XYE board, HE1 Connector
|
||||
pin: P2.4
|
||||
max_power: 1.0
|
||||
kick_start_time: 0.5
|
||||
heater: extruder
|
||||
heater_temp: 50.0
|
||||
#If you are experiencing back flow, you can reduce fan_speed
|
||||
#fan_speed: 1.0
|
||||
## If you are experiencing back flow, you can reduce fan_speed
|
||||
## fan_speed: 1.0
|
||||
|
||||
[fan]
|
||||
# Print Cooling Fan - XYE board, Fan Pin
|
||||
## Print Cooling Fan - XYE board, Fan Pin
|
||||
pin: P2.3
|
||||
kick_start_time: 0.5
|
||||
#depending on your fan, you may need to increase or reduce this value
|
||||
#if your fan will not start
|
||||
## Depending on your fan, you may need to increase or reduce this value
|
||||
## If your fan will not start
|
||||
off_below: 0.13
|
||||
cycle_time: 0.001
|
||||
|
||||
#[heater_fan exhaust_fan]
|
||||
# Exhaust fan - Z board, HE0 Connector
|
||||
## Exhaust fan - Z board, HE0 Connector
|
||||
#pin: z:P2.7
|
||||
#max_power: 1.0
|
||||
#shutdown_speed: 0.0
|
||||
|
|
@ -360,7 +362,7 @@ cycle_time: 0.001
|
|||
#fan_speed: 1.0
|
||||
|
||||
[heater_fan controller_fan]
|
||||
# Controller fan - Z board, HE1 Connector
|
||||
## Controller fan - Z board, HE1 Connector
|
||||
pin: z:P2.4
|
||||
kick_start_time: 0.500
|
||||
heater: heater_bed
|
||||
|
|
@ -371,12 +373,12 @@ heater_temp: 45.0
|
|||
#####################################################################
|
||||
|
||||
[heater_bed]
|
||||
# SSR Pin - Z board, Fan Pin
|
||||
## SSR Pin - Z board, Fan Pin
|
||||
heater_pin: z:P2.3
|
||||
sensor_type: NTC 100K MGB18-104F39050L32
|
||||
sensor_pin: z:P0.23
|
||||
smooth_time: 3.0
|
||||
#Adjust Max Power so your heater doesn't warp your bed
|
||||
## Adjust Max Power so your heater doesn't warp your bed
|
||||
max_power: 0.6
|
||||
min_temp: 0
|
||||
max_temp: 120
|
||||
|
|
@ -399,36 +401,36 @@ gcode:
|
|||
G90
|
||||
G0 Z5 F600
|
||||
G28 X Y
|
||||
# XY Location of the Z Endstop Switch
|
||||
# Update X0 and Y0 to your values (such as X157, Y305) after going through
|
||||
# Z Endstop Pin Location Definition step.
|
||||
## XY Location of the Z Endstop Switch
|
||||
## Update X0 and Y0 to your values (such as X157, Y305) after going through
|
||||
## Z Endstop Pin Location Definition step.
|
||||
G0 X0 Y0 F3600
|
||||
|
||||
G28 Z
|
||||
G0 Z10 F1800
|
||||
|
||||
#Uncomment for for your size printer:
|
||||
## Uncomment for for your size printer:
|
||||
#--------------------------------------------------------------------
|
||||
#250mm bed
|
||||
G0 X125 Y125 Z30 F3600
|
||||
## Uncomment for 250mm build
|
||||
#G0 X125 Y125 Z30 F3600
|
||||
|
||||
#300mm bed
|
||||
#G0 X150 Y150 Z30 F3600
|
||||
## Uncomment for 300 build
|
||||
#G0 X150 Y150 Z30 F3600
|
||||
|
||||
#350mm bed
|
||||
#G0 X175 Y175 Z30 F3600
|
||||
## Uncomment for 350mm build
|
||||
#G0 X175 Y175 Z30 F3600
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
|
||||
[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
|
||||
## 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
|
||||
|
||||
## Gantry Corners for 250mm Build
|
||||
## Uncomment for 250mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 310, 260 #Not sure about this
|
||||
|
|
@ -439,7 +441,8 @@ gcode:
|
|||
# 200,200
|
||||
# 200,60
|
||||
|
||||
# Gantry Corners for 300mm Build
|
||||
## Gantry Corners for 300mm Build
|
||||
## Uncomment for 300mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 360,310
|
||||
|
|
@ -450,7 +453,8 @@ gcode:
|
|||
# 240,240
|
||||
# 240,60
|
||||
|
||||
# Gantry Corners for 350mm Build
|
||||
## Gantry Corners for 350mm Build
|
||||
## Uncomment for 350mm build
|
||||
#gantry_corners:
|
||||
# -60,-10
|
||||
# 410,360
|
||||
|
|
@ -472,7 +476,7 @@ max_adjust: 10
|
|||
# Displays
|
||||
#####################################################################
|
||||
|
||||
# Uncomment the display that you have. Display connects to Z MCU
|
||||
## Uncomment the display that you have. Display connects to Z MCU
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
#[display]
|
||||
|
|
@ -504,6 +508,7 @@ max_adjust: 10
|
|||
#initial_GREEN: 0.5
|
||||
#initial_BLUE: 0.0
|
||||
#color_order_GRB: False
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
@ -580,17 +585,19 @@ gcode:
|
|||
#mesh_pps: 0,0
|
||||
#algorithm: bicubic
|
||||
#relative_reference_index: 24
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
#For 250mm Size:
|
||||
##For 250mm Size:
|
||||
#min_point: 40,10
|
||||
#max_point: 210,180
|
||||
|
||||
#For 300mm Size:
|
||||
##For 300mm Size:
|
||||
#min_point: 40,10
|
||||
#max_point: 260,230
|
||||
|
||||
#For 350mm Size:
|
||||
##For 350mm Size:
|
||||
#min_point: 40,10
|
||||
#max_point: 310,280
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue