Skip to content

Commit

Permalink
Printers: faster v-core z accel and velocity in performance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 9, 2024
1 parent 5707b98 commit cc46197
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions printers/v-core-3-hybrid/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"performance": {
"accel": 10000,
"velocity": 800,
"z_accel": 150,
"z_velocity": 20,
"z_accel": 600,
"z_velocity": 50,
"travel_velocity": 600,
"travel_accel": 8000
}
Expand Down
4 changes: 2 additions & 2 deletions printers/v-core-3-idex/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"performance": {
"accel": 10000,
"velocity": 800,
"z_accel": 150,
"z_velocity": 20,
"z_accel": 600,
"z_velocity": 50,
"travel_velocity": 600,
"travel_accel": 8000
}
Expand Down
8 changes: 5 additions & 3 deletions printers/v-core-3/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_velocity": 30
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
},
"performance": {
"accel": 10000,
"velocity": 800,
"z_accel": 150,
"z_velocity": 20,
"z_accel": 600,
"z_velocity": 50,
"travel_velocity": 600,
"travel_accel": 8000
}
Expand Down
4 changes: 2 additions & 2 deletions printers/v-core-pro/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"performance": {
"accel": 10000,
"velocity": 800,
"z_accel": 150,
"z_velocity": 20,
"z_accel": 600,
"z_velocity": 30,
"travel_velocity": 600,
"travel_accel": 8000
}
Expand Down

0 comments on commit cc46197

Please sign in to comment.