V4.4.21 Update

This commit is contained in:
CChen616
2024-07-19 19:02:31 +08:00
parent 7421224111
commit 5a41ce0a0e
2 changed files with 45 additions and 42 deletions

View File

@@ -224,7 +224,7 @@ class ToolHead:
self.buffer_time_low = config.getfloat(
'buffer_time_low', 1.000, above=0.)
self.buffer_time_high = config.getfloat(
'buffer_time_high', 10.000, above=self.buffer_time_low)
'buffer_time_high', 2.000, above=self.buffer_time_low)
self.buffer_time_start = config.getfloat(
'buffer_time_start', 0.250, above=0.)
self.move_flush_time = config.getfloat(