Updating Config CAO 16NOV18

Just a few tuning changes
This commit is contained in:
Maglin 2018-11-18 12:31:19 -06:00 committed by GitHub
parent 9f1a33b69a
commit c4e87f7715
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ step_distance: 0.00250
endstop_pin: ^!z:ar2
# position endstop is to set your Z offset
position_endstop: 1.95
position_max: 250
position_max: 255
position_min: -25
homing_speed: 12
homing_positive_dir: false
@ -93,13 +93,11 @@ speed: 5
[homing_override]
gcode:
G90
G0 Z15 F2000
G28 X Y
G28 X Y
G0 X250.2 Y234.5 F6000
G28 Z
G0 Z5 F3000
G0 Z10 F3000
axes: z
set_position_z: 0
# macro to level the gantry. use G32 in the terminal to call
[gcode_macro g32]
@ -212,28 +210,52 @@ gcode:
G0 X254 Y0
G0 X256 Y55
G0 Z10
# use probe_repeatability in your terminal to test
# your inductive probe's repeatability
[gcode_macro probe_repeatability]
gcode:
G28
G32
G0 Z10 F9000
G0 X125 Y125 F9000
G4 P1000
probe
G0 Z10 F9000
G4 P1000
probe
G0 Z10 F9000
G4 P1000
probe
G0 Z10 F9000
G4 P1000
probe
G0 Z10 F9000
G4 P1000
probe
G0 Z10 F9000
[extruder]
# on E0 stepper pins of main MCU
step_pin: ar26
dir_pin: ar28
enable_pin: !ar24
step_distance: 0.001761
nozzle_diameter: 0.400
nozzle_diameter: 0.50
# PA can be disabled by declaring a 0.0 value
pressure_advance: 0.05
pressure_advance: 0.04
# time seconds to look ahead for PA moves default is 0.010 or 10ms
pressure_advance_lookahead_time: 0.020
pressure_advance_lookahead_time: 0.010
filament_diameter: 1.750
max_extrude_only_distance: 800.0
heater_pin: ar10
sensor_type: ATC Semitec 104GT-2
sensor_pin: analog13
smooth_time: 2.0
control: pid
pid_Kp: 21.759
pid_Ki: 1.107
pid_Kd: 106.889
smooth_time: 1.0
#control: pid
#pid_Kp: 21.759
#pid_Ki: 1.107
#pid_Kd: 106.889
min_extrude_temp: 170
min_temp: 0
max_temp: 300
@ -244,14 +266,14 @@ max_temp: 300
# Due to large temp swing on print cooling fan I've changed this
# to stop mid print heater faults.
[verify_heater extruder]
heating_gain: 1
heating_gain: 2
# The minimum temperature (in Celsius) that the heater must increase
# by when approaching a new target temperature. The default is 2.
check_gain_time: 40
# The amount of time (in seconds) that the heating_gain must be met
# in before an error is raised. The default is 20 seconds for
# extruders and 60 seconds for heater_bed.
hysteresis: 5
hysteresis: 10
# The difference between the target temperature and the current
# temperature for the heater to be considered within range of the
# target temperature. The default is 5.
@ -354,3 +376,12 @@ gcode:
G0 X125 Y245 F6000
M84
timeout: 1800
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 16.724
#*# pid_ki = 0.587
#*# pid_kd = 119.160