Changes from 2024-08-04
This commit is contained in:
parent
4096d541c2
commit
c576e8ebf2
1 changed files with 10 additions and 3 deletions
13
printer.cfg
13
printer.cfg
|
@ -57,8 +57,8 @@ microsteps: 32
|
||||||
full_steps_per_rotation:400 #set to 200 for 1.8 degree stepper
|
full_steps_per_rotation:400 #set to 200 for 1.8 degree stepper
|
||||||
endstop_pin: PG6
|
endstop_pin: PG6
|
||||||
position_min: 0
|
position_min: 0
|
||||||
position_endstop: 349
|
position_endstop: 345
|
||||||
position_max: 349
|
position_max: 345
|
||||||
homing_speed: 25 #Max 100
|
homing_speed: 25 #Max 100
|
||||||
homing_retract_dist: 5
|
homing_retract_dist: 5
|
||||||
homing_positive_dir: true
|
homing_positive_dir: true
|
||||||
|
@ -416,8 +416,15 @@ gcode:
|
||||||
BED_MESH_CLEAR
|
BED_MESH_CLEAR
|
||||||
RESTORE_GCODE_STATE NAME=STATE_PRINT_END
|
RESTORE_GCODE_STATE NAME=STATE_PRINT_END
|
||||||
|
|
||||||
|
[bed_mesh]
|
||||||
|
speed: 120
|
||||||
|
horizontal_move_z: 10
|
||||||
|
mesh_min: 35, 35
|
||||||
|
mesh_max: 320, 320
|
||||||
|
probe_count: 5, 5
|
||||||
|
|
||||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
#*#
|
#*#
|
||||||
#*# [stepper_z]
|
#*# [stepper_z]
|
||||||
#*# position_endstop = -0.490
|
#*# position_endstop = -0.805
|
||||||
|
|
Loading…
Add table
Reference in a new issue