FabScanPi-Firmware icon indicating copy to clipboard operation
FabScanPi-Firmware copied to clipboard

Firmware of FabScanPi 3D Laser Scanner

Results 3 FabScanPi-Firmware issues
Sort by recently updated
recently updated
newest added

you only need to add in interpreter.cpp: 25a26 > if(r>0) digitalWrite(5, HIGH); else digitalWrite(5, LOW); 30a32,34 > // 12V LEDs: > pinMode(5, OUTPUT); > digitalWrite(5, LOW);

A g-code command for setting the used motor driver and board would be fine.

feature