Skip to content

Adaptation for Smaller ID Syringes #5

Answered by alustig3
bhclowers asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks!

Yes the software is compatible with other syringe sizes. You would need to add a resolution definition for your syringe at the top of the file, and then set the resolution on line 48.

#define TEN_ML 0.413 // microliters per 1/16th microstep for 10mL syringe

const float resolution = SIXTY_ML;

The syringe you mentioned above has a 2.3mm inner diameter. You can use this calculator to get the new resolution for that syringe or others by modifying the innerDiameter variable. So your software changes would look somethin…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alustig3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1 on May 13, 2021 21:25.