change cam preview behavior. update ft5 profile for marlin 1.1.8
This commit is contained in:
parent
5b3952278a
commit
80acd4d120
3 changed files with 8 additions and 5 deletions
|
|
@ -11,7 +11,12 @@
|
|||
"M190 S{bed_temp} T0 ; wait for bed to reach target temp",
|
||||
"M109 S{temp} T0 ; wait for extruder to reach target temp",
|
||||
"G0 Z0.25 ; position 0.25mm over bed",
|
||||
"G1 X100 E30 F600 ; purge 30mm from extruder"
|
||||
"G1 X100 E30 F600 ; purge 30mm from extruder",
|
||||
"M201 X1000 Y1000 Z100 E2000 ; max accel",
|
||||
"M204 P1000 T2000 ; default accel",
|
||||
"M301 P17.14 I1.12 D65.29 ; pid params",
|
||||
"M900 K{kfactor} ; k factor",
|
||||
"M205 X5 ; max xy jerk"
|
||||
],
|
||||
"post":[
|
||||
"M107 ; turn off filament cooling fan",
|
||||
|
|
|
|||
Loading…
Reference in a new issue