ext pid, bed level, shapers, skew calibration

This commit is contained in:
2024-01-28 20:32:33 +08:00
parent bbd471e402
commit b093193761
2 changed files with 37 additions and 31 deletions

View File

@@ -18,7 +18,7 @@ variable_e_min_current: 0.27
gcode:
[gcode_macro AUTOTUNE_SHAPERS]
variable_autotune_shapers: 'ei'
#variable_autotune_shapers: 'ei'
gcode:
[gcode_macro LOAD_MATERIAL_CLOSE_FAN2]
@@ -364,7 +364,7 @@ gcode:
M107 P1
M107 P2
END_PRINT_POINT
WAIT_TEMP_START
#WAIT_TEMP_START
M84
[gcode_macro FIRST_FLOOR_PAUSE]
@@ -495,18 +495,10 @@ gcode:
[gcode_macro INPUTSHAPER]
gcode:
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=0
SET_FILAMENT_SENSOR SENSOR=filament_sensor_2 ENABLE=0
G90
G28
{% set POSITION_X = printer.configfile.settings['stepper_x'].position_max/2 %}
{% set POSITION_Y = printer.configfile.settings['stepper_y'].position_max/2 %}
G1 X{POSITION_X} Y{POSITION_Y} F6000
G1 Z10 F600
SHAPER_CALIBRATE AXIS=y
SHAPER_CALIBRATE
CXSAVE_CONFIG
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=1
SET_FILAMENT_SENSOR SENSOR=filament_sensor_2 ENABLE=1
[gcode_macro BEDPID]
gcode: