eb376eaa08
added png favicon
2019-07-25 19:23:22 -07:00
02cd4381ba
fixed typo in menu
2019-07-25 19:15:38 -07:00
4599c586ec
added favicon
2019-07-25 19:14:07 -07:00
13e468ea06
added script for generating changelog from commits
2019-07-25 19:13:59 -07:00
670528cf85
fixed links and header formatting
2019-07-25 18:58:01 -07:00
af1d2a9644
Added Printer firmware configuration for Marlin
2019-07-25 18:08:44 -07:00
cb10ee59af
switched to material design theme for documentation site
2019-07-25 17:38:02 -07:00
a0cb30c778
renamed folders
2019-07-25 17:37:48 -07:00
6d3e4e7c5e
added a link to MPDM's unofficial wiki
2019-07-25 16:52:04 -07:00
9adfd8df13
Added instructions for monoprice-delta-mini
2019-07-25 16:49:40 -07:00
25fcf6a4f8
fixed referential links in mp-delta-mini
2019-07-25 16:05:58 -07:00
a35d7144ba
fixed links in installation.md
2019-07-25 16:05:21 -07:00
d090a3ac41
Started on documentation for the Monoprice Delta Mini
2019-07-25 16:03:33 -07:00
38e144a0a2
renamed ultimaker to quadrap in main menu
2019-07-25 15:48:10 -07:00
da1355f67e
renamed ultimaker to "quadrap" to better reflect nomenclature
2019-07-25 15:47:45 -07:00
f99fb90b26
added another pic for mp-delta-mini
2019-07-25 15:41:11 -07:00
421dc64c53
added images for instructions for mp-delta-mini
2019-07-25 15:38:33 -07:00
9db343012f
fixed issue with markdown nested bullets on install page
2019-07-25 15:33:51 -07:00
7afba4fd38
fixed typo with link for hictop i3
2019-07-25 15:27:20 -07:00
f4992fcd64
fixed menu structure for mkdocs
2019-07-25 15:26:15 -07:00
b1d58174f6
added menu structure and placeholder for hictop i3
2019-07-25 15:21:30 -07:00
ae22f79a6b
added a few other kinematics to the install structure
2019-07-25 15:08:36 -07:00
5c8083002a
Adding install docs filestructure
2019-07-25 15:03:38 -07:00
9836a09d98
Added issue template to docs
2019-07-25 14:40:03 -07:00
Alan Weinstock
64d6b7170e
Added issue template for requesting a new mount
2019-07-25 14:37:49 -07:00
012c1f7957
Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo
2019-07-25 14:24:32 -07:00
e64b380a74
Added installation instructions (barely)
2019-07-25 14:24:07 -07:00
c35d25bfac
renamed wiki folder to assets
2019-07-25 14:23:28 -07:00
288184df58
Moved to dual FFC cable (15p-1MM + 40p-0.5mm)
2019-07-24 20:42:24 -07:00
20078fbba5
Pushing 2.0.2 revised board files before 2.1.1
2019-07-24 20:41:16 -07:00
9ab87b5e7a
Migrated from single 60pin FFC to combined 15+40p
...
- 60pin cables are nearly impossible to source in longer sizes
- both 15p-1mm and 40p-0.5mm are readily available as one is used for
Raspberry Pi cameras, and the other is used for eDP and LVDS
- This method also allows for more ground return paths and better
voltage distribution
2019-07-24 19:05:20 -07:00
29fd45db23
Changed compiler behavior for i2c. I2C library is still broken
...
- Firmware does still compile correctly when I2C is disabled
2019-07-19 15:05:17 -07:00
56c06008d4
Migrated configs to separate header file, made adjustment to definition
2019-07-19 15:04:01 -07:00
95ea534381
Added i2c input handler for long variable
...
- Progress on https://github.com/pyr0ball/pyr0piezo/issues/22
2019-07-06 03:02:07 -07:00
7877456277
Changed compiler structure for including I2C
2019-07-05 23:51:58 -07:00
513d03a4bf
Complete overhaul of i2c code, created library structure
...
- Progress on https://github.com/pyr0ball/pyr0piezo/issues/30
- ToDo: Create master library for easy integration with other firmwares
2019-07-05 23:48:38 -07:00
dc9ef32e5b
Created variable for voltmeter constant, fixed whitespace a bit
2019-07-05 23:47:17 -07:00
0b1dbeb237
Switched to task scheduler library for faster interrupt processing
2019-07-05 22:03:49 -07:00
2b5d7e51f4
Added a few FAQ's
2019-07-02 09:00:48 -07:00
1004840020
Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo
2019-07-01 18:31:24 -07:00
ba9c2abbe2
added document structure, site output to gitignore
2019-07-01 18:30:28 -07:00
c223240210
switched to faster digitalWrite function for interrupt function
2019-07-01 16:58:33 -07:00
69c9405e0f
started adding structure to the site
2019-07-01 14:18:27 -07:00
1f20019d57
Added mkdocs for readthedocs integration
2019-07-01 13:48:10 -07:00
20454e7ffb
removed last remaining float, cleaned up unused vars
2019-06-28 16:36:49 -07:00
f745940904
Fixed "Flappy DAC" bug in rev.2.x.x firmware
...
- Fixed https://github.com/pyr0ball/pyr0piezo/issues/26
- Changed adjustment logic to be calculated based on Vcc rather than ADC reference, which was causing issues in the mathematical functions, resulting in negative number outputs
- Migrated to internal vRef, fixed https://github.com/pyr0ball/pyr0piezo/issues/23
- Eliminated floats, fixing https://github.com/pyr0ball/pyr0piezo/issues/31
- This required addition of long, however
- Fixed https://github.com/pyr0ball/pyr0piezo/issues/20
2019-06-27 01:07:44 -07:00
1d098f184b
fixed some ordering causing definition issues
...
- started on https://github.com/pyr0ball/pyr0piezo/issues/30
2019-06-26 10:40:02 -07:00
4b2186aaf7
changed adc calculations to use Vin reference
2019-06-11 13:08:29 -07:00
7f1985d0cd
fixed names for new files
2019-06-10 21:24:59 -07:00
6567b50ddb
Separated functions and definitions
...
- added header and cpp files
- pin assignments
- volatile variables
- general functions
- serial functions
- i2c functions
2019-06-10 21:19:47 -07:00