evildmp / BrachioGraph

BrachioGraph is an ultra-cheap (total cost of materials: €14) plotter that can be built with minimal skills.
https://www.brachiograph.art
MIT License
680 stars 114 forks source link

Small fix in BrachioGraph init #117

Closed weirdvic closed 1 year ago

weirdvic commented 2 years ago

Fixed the typo in the init code where servo_2_parked_pw was set from servo_1_parked_pw variable. Before the fix both servo_1_parked_pw and servo_2_parked_pw were initialized from servo_1_parked_pw variable.