printer: update some variables
This commit is contained in:
parent
5659912ae9
commit
8ceb08e917
1 changed files with 17 additions and 18 deletions
35
printer.cfg
35
printer.cfg
|
@ -39,7 +39,7 @@ max_velocity: 600
|
|||
## regular
|
||||
max_accel: 4000
|
||||
max_accel_to_decel: 2000
|
||||
# resonance testing
|
||||
## resonance testing
|
||||
# max_accel: 10000
|
||||
# max_accel_to_decel: 5000
|
||||
##
|
||||
|
@ -105,7 +105,7 @@ microsteps: 32
|
|||
full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper
|
||||
endstop_pin: PG9
|
||||
position_min: 0
|
||||
position_endstop: 307
|
||||
position_endstop: 308
|
||||
position_max: 310
|
||||
homing_speed: 30 # Max 100
|
||||
homing_retract_dist: 5
|
||||
|
@ -133,7 +133,7 @@ gear_ratio: 80:16
|
|||
microsteps: 32
|
||||
endstop_pin: PG10
|
||||
## actual_position = measured_position_endstop - position_endstop
|
||||
position_endstop: 0.5
|
||||
position_endstop: 0
|
||||
position_max: 290
|
||||
position_min: -1
|
||||
homing_speed: 8.0 # speed: mm/sec, feedrate: mm/min
|
||||
|
@ -220,11 +220,10 @@ full_steps_per_rotation: 200 # 1.8 deg stepper: 200, 0.9 deg stepper
|
|||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.75
|
||||
heater_pin: PA2
|
||||
## Validate the following thermistor type to make sure it is correct
|
||||
sensor_type: ATC Semitec 104GT-2
|
||||
sensor_type: ATC Semitec 104NT-4-R025H42G
|
||||
sensor_pin: PF4
|
||||
min_temp: 10
|
||||
max_temp: 270
|
||||
max_temp: 280 # specified to 300
|
||||
max_power: 1.0
|
||||
min_extrude_temp: 170
|
||||
#control = pid
|
||||
|
@ -232,7 +231,7 @@ min_extrude_temp: 170
|
|||
#pid_ki = 1.304
|
||||
#pid_kd = 131.721
|
||||
## Try to keep pressure_advance below 1.0
|
||||
pressure_advance: 0.05
|
||||
# pressure_advance: 0.05
|
||||
## Default is 0.040, leave stock
|
||||
pressure_advance_smooth_time: 0.040
|
||||
# Maximum length (in mm of raw filament) that a retraction or
|
||||
|
@ -308,7 +307,7 @@ timeout: 1800
|
|||
## replaced with homing_override in klicky-probe.cfg
|
||||
# [safe_z_home]
|
||||
# ## XY Location of the Z Endstop Switch
|
||||
# home_xy_position: 94.5, 305
|
||||
# home_xy_position: 94, 306
|
||||
# speed: 100
|
||||
# z_hop: 10
|
||||
# z_hop_speed: 25
|
||||
|
@ -381,20 +380,20 @@ max_adjust: 10
|
|||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 27.862
|
||||
#*# pid_ki = 1.548
|
||||
#*# pid_kd = 125.379
|
||||
#*# pid_kp = 19.058
|
||||
#*# pid_ki = 1.495
|
||||
#*# pid_kd = 60.749
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.005000, -0.018750, -0.012500, -0.015000, -0.015000, 0.002500, 0.002500
|
||||
#*# 0.008750, -0.006250, 0.000000, -0.012500, -0.008750, 0.015000, 0.007500
|
||||
#*# -0.005000, -0.020000, -0.006250, -0.011250, -0.007500, 0.007500, 0.005000
|
||||
#*# 0.007500, -0.006250, 0.010000, 0.000000, 0.005000, 0.018750, 0.011250
|
||||
#*# 0.006250, -0.006250, 0.006250, 0.011250, 0.015000, 0.025000, 0.018750
|
||||
#*# 0.003750, -0.005000, 0.001250, -0.001250, 0.003750, 0.017500, 0.008750
|
||||
#*# 0.026250, 0.018750, 0.016250, 0.020000, 0.025000, 0.032500, 0.025000
|
||||
#*# 0.053750, 0.030000, 0.036250, 0.028750, 0.031250, 0.055000, 0.053750
|
||||
#*# 0.031250, 0.011250, 0.022500, 0.008750, 0.012500, 0.037500, 0.026250
|
||||
#*# 0.008750, -0.012500, -0.002500, 0.008750, -0.008750, 0.001250, -0.005000
|
||||
#*# -0.000000, -0.011250, 0.008750, 0.000000, 0.002500, 0.006250, -0.007500
|
||||
#*# 0.012500, 0.001250, 0.005000, -0.006250, -0.003750, 0.006250, -0.006250
|
||||
#*# 0.002500, -0.005000, 0.001250, -0.002500, -0.000000, 0.008750, -0.000000
|
||||
#*# 0.035000, 0.026250, 0.026250, 0.031250, 0.026250, 0.040000, 0.025000
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 40.0
|
||||
#*# algo = bicubic
|
||||
|
|
Loading…
Reference in a new issue