entropybit / slaprinter

A combinaton of an app and server for a sla 3d printer
0 stars 2 forks source link

Stepper: fixed stepsize #7

Open Aslan0 opened 9 years ago

Aslan0 commented 9 years ago

Option1: cheat around problem with calibration (currently almost implemented)

Option2: pwm in c.

Option3-N: ???

Aslan0 commented 9 years ago

https://raspberrypi.stackexchange.com/questions/19765/rpi-gpio-as-a-high-speed-square-wave-generator this might work. isnt important at the moment though.

entropybit commented 9 years ago

Does the stepper motor control already work or is this something which still needs to be done ? And if so with which urgency ? (I thought this would be one of the things we absolute had to do before everything else ?)

Aslan0 commented 9 years ago

This will be solved by calibration because it is easiest. We will finish this when everything else works and we actually start printing.