pressure advance
This commit is contained in:
parent
c857e5328c
commit
742b29001f
3 changed files with 15 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
printer-*.cfg
|
||||
*.cfg
|
||||
|
|
9
macros/CONVENIENCE.cfg
Normal file
9
macros/CONVENIENCE.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gcode_macro RESET]
|
||||
gcode:
|
||||
RESTART
|
||||
[gcode_macro REBOOT]
|
||||
gcode:
|
||||
RESTART
|
||||
[gcode_macro REBOOT_FIRMBWARE]
|
||||
gcode:
|
||||
RESTART
|
11
printer.cfg
11
printer.cfg
|
@ -84,6 +84,7 @@ pid_Kd: 45
|
|||
min_temp: 10
|
||||
max_temp: 305
|
||||
max_extrude_only_distance: 6000
|
||||
pressure_advance: 0.24 # Polylite
|
||||
|
||||
[tmc2209 stepper_x]
|
||||
uart_pin: PD5
|
||||
|
@ -196,10 +197,10 @@ max_z_accel: 400
|
|||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.138750, -0.092500, 0.061250, -0.068750
|
||||
#*# -0.205000, -0.068750, -0.003750, 0.091250
|
||||
#*# -0.201250, -0.023750, 0.097500, 0.248750
|
||||
#*# -0.213750, 0.015000, 0.250000, 0.445000
|
||||
#*# 0.118750, 0.028750, 0.055000, 0.021250
|
||||
#*# -0.085000, 0.042500, 0.040000, 0.225000
|
||||
#*# 0.022500, 0.118750, 0.203750, 0.417500
|
||||
#*# -0.050000, 0.138750, 0.356250, 0.561250
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 10.0
|
||||
#*# algo = lagrange
|
||||
|
@ -212,4 +213,4 @@ max_z_accel: 400
|
|||
#*# max_x = 140.98
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = 1.225
|
||||
#*# z_offset = 0.970
|
||||
|
|
Loading…
Add table
Reference in a new issue