Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions FW/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Firmware for the 3Dsimo KIT

In this (sub-)folder you can find the source files (Arduino "sketches") to update and modify the code of the 3Dsimo KIT pen.

### Firmware Flashing Guide

[Here is a step by step guide that explains how to set up the Arduino IDE with 3Dsimo KIT](../documents/pdf/HW_FW_manualEN.pdf).
The data on the 3Dsimo KIT will be overwritten in the flashing process. But you can always do a "factory reset" by uploading the code from the subfolder 3dsimo_kit/FW/3DsimoKit/ to your pen.

You will need:
- [Download Arduino IDE](https://www.arduino.cc/en/Main/Software)
- [One of those .ino files](../FW/3DsimoKit)
3 changes: 3 additions & 0 deletions documents/3Dprint.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 3D print
Plastic parts of 3Dsimo KIT are printed on FDM printers and can be easily swapped. We intend to add new parts and new designs all the time. All 3D models are of course available, so you can modify them as you please. IF you have an interesting model don't hesitate to share it with us.

### 3D models folder
You can find all 3D models of the parts in [this Folder: 3dsimo_kit/3Dmodels/](../3Dmodels/)
5 changes: 5 additions & 0 deletions documents/MaterialProfiles.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Material profiles
3Dsimo KIT already contains profiles for ABS and PLA of the box, but thanks to its nature, it can handle other materials easily as well. You can even add them yourself by changing our available code and adding your own material profiles.

### Getting started
- [Here is a step by step guide to connect the Arduino IDE with your 3Dsimo KIT](pdf/HW_FW_manualEN.pdf)
- [Here you can download the Arduino IDE](https://www.arduino.cc/en/Main/Software)
- [And here you can find the code (Arduino "sketch") to upload to your 3Dsimo KIT pen.](https://github.com/AnTi-ArT/3dsimo_kit/tree/patch-1/FW) You can pick one (eg the newest) file from the subfolder 3DsimoKit. The place to add new material profiles is near the lines 50~60. Also, make sure to adjust #define MATERIAL_COUNT according to your edited materials array.