Pwdr / Pwdr-Model-0.1

A powder substrate rapid prototyping machine
131 stars 68 forks source link

Usage of firmware, please help me out #38

Closed Casssss closed 7 years ago

Casssss commented 7 years ago

Hello,

I have been trying to find the right software to operate a pwdr inkjet printer and translate a .stl file to readable instructions. The printer consists of 5 stepper motors (X, Y, Z, Z2, Roller). I am using an Arduino MEGA 2560. I am completely new to this and am still trying to become familiar with the language.

So the firmware2_0 file does not include the rest of the arduino files. Which of these do I need for operating the motors and how do I combine them into uploadable firmware?

Also does anyone have a reccomendation on which slicer to use?

Any help is greatly appreciated.

Pwdr commented 7 years ago

Hi Casssss,

Most questions will propably be answered as soon as you read through the user manual: http://pwdr.github.io/usermanual.html

On Wed, Oct 4, 2017 at 6:33 AM, Casssss notifications@github.com wrote:

Hello,

I have been trying to find the right software to operate a pwdr inkjet printer and translate a .stl file to readable instructions. The printer consists of 5 stepper motors (X, Y, Z, Z2, Roller). I am using an Arduino MEGA 2560. I am completely new to this and am still trying to become familiar with the language.

So the firmware2_0 file does not include the rest of the arduino files. Which of these do I need for operating the motors and how do I combine them into uploadable firmware?

Also does anyone have a reccomendation on which slicer to use?

Any help is greatly appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Pwdr/Pwdr-Model-0.1/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpog6AjRj45nDXQ4_MESkjgf-aJclsSks5sowq0gaJpZM4PtFb1 .

Casssss commented 7 years ago

Thanks for the quick response. I figured most of it out now.