Skip to content

Commit

Permalink
Removed extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Aug 5, 2024
1 parent be5a9d5 commit 1a501d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/widgets/JogControl/JoystickLoop.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export class JoystickLoop {
const COMMAND_EXECUTION_TIME_IN_SECONDS = 0.06;

const multiplier = controllerType === GRBLHAL ? 14 : 1;
console.log(multiplier);
const incrementalDistance = (feedrateInMMPerSec * COMMAND_EXECUTION_TIME_IN_SECONDS) * (movementDistanceOverride * multiplier / 100);

return +(incrementalDistance.toFixed(2));
Expand Down

0 comments on commit 1a501d1

Please sign in to comment.