11 lines
194 B
TOML
11 lines
194 B
TOML
|
|
#Settings for the mechanical extruder
|
|
[mechanical_extruder]
|
|
#Stress impact
|
|
#Range: 0.0 ~ 64.0
|
|
stressImpact = 4.0
|
|
#Minimum required speed
|
|
#Range: 0.0 ~ 254.0
|
|
minimumSpeed = 0.0
|
|
|