|
@@ -19,8 +19,7 @@ View {
|
|
id: physicsSettings
|
|
id: physicsSettings
|
|
category: "Physics"
|
|
category: "Physics"
|
|
|
|
|
|
- // 1/10ths of a second
|
|
|
|
- property int feedRate: 10
|
|
|
|
|
|
+ property int feedRate: 100
|
|
// 0 is abutting
|
|
// 0 is abutting
|
|
property int verticalOffset: 1
|
|
property int verticalOffset: 1
|
|
property real pace: 1
|
|
property real pace: 1
|
|
@@ -135,7 +134,7 @@ View {
|
|
|
|
|
|
Timer {
|
|
Timer {
|
|
id: pumpTimer
|
|
id: pumpTimer
|
|
- interval: (Math.abs(physicsSettings.feedRate) + 1)*100
|
|
|
|
|
|
+ interval: Math.abs(physicsSettings.feedRate)
|
|
repeat: true
|
|
repeat: true
|
|
running: true
|
|
running: true
|
|
onTriggered: considerImage()
|
|
onTriggered: considerImage()
|