Skip to content

Commit

Permalink
Printers: raise default z accel on v-cores to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Sep 18, 2024
1 parent 55b4aba commit 975b128
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion printers/v-core-3-idex/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"basic": {
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_accel": 50,
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
Expand Down
2 changes: 1 addition & 1 deletion printers/v-core-3/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"basic": {
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_accel": 50,
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
Expand Down
2 changes: 1 addition & 1 deletion printers/v-core-4-hybrid/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"basic": {
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_accel": 50,
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
Expand Down
2 changes: 1 addition & 1 deletion printers/v-core-4-idex/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"basic": {
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_accel": 50,
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
Expand Down
2 changes: 1 addition & 1 deletion printers/v-core-4/printer-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"basic": {
"accel": 3000,
"velocity": 300,
"z_accel": 15,
"z_accel": 50,
"z_velocity": 30,
"travel_accel": 3000,
"travel_velocity": 300
Expand Down

0 comments on commit 975b128

Please sign in to comment.