Skip to content
Snippets Groups Projects
Commit 01e3ba73 authored by Jake Read's avatar Jake Read
Browse files

stash before lookback

parent adcf756c
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ VPort_UCBus_Drop* vPortUcBusDrop = new VPort_UCBus_Drop();
// per bondtech, for BMG on 16 microsteps, do 415: we are 32 microsteps
// https://www.bondtech.se/en/customer-service/faq/
#define AXIS_PICK 2 // E: 3 Z: 2, Y: 1, X: 0
#define AXIS_PICK 0 // E: 3 Z: 2, Y: 1, X: 0
#define AXIS_INVERT false
#define SPU 924.4445F
#define C_SCALE 0.6F // 0-1, floating
#define SPU 320 //924.444444F
#define C_SCALE 0.4F // 0-1, floating
#define TICKS_PER_PACKET 25.0F
void setup() {
......
Subproject commit eb68487134a4f76bfec134ae15bd2c2e73cdfab1
Subproject commit 0a37169e44d354fa301704ac0a351fb81bcca585
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment