moving around
This commit is contained in:
26
web/pack/config/create_mechanical_extruder-server.toml
Normal file
26
web/pack/config/create_mechanical_extruder-server.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
#.
|
||||
#Mechanical Extruder Configs
|
||||
[mechanical_extruder.v1]
|
||||
#.
|
||||
#.
|
||||
#Duration of the extrudding cycle, in ticks.
|
||||
# Default: 200
|
||||
# Range: > -2147483648
|
||||
cycleTime = 200
|
||||
#.
|
||||
#Output multiplier for brass extruder
|
||||
# Default: 8
|
||||
# Range: > -2147483648
|
||||
brassOutputMultiplier = 8
|
||||
|
||||
#.
|
||||
#Stress values
|
||||
[mechanical_extruder.v1.stressValues.v1]
|
||||
|
||||
#.
|
||||
#.
|
||||
#[in Stress Units]
|
||||
#Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives.
|
||||
[mechanical_extruder.v1.stressValues.v1.impact]
|
||||
mechanical_extruder = 4.0
|
||||
mechanical_brass_extruder = 16.0
|
||||
Reference in New Issue
Block a user