- Mar 31, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Further adjustments to UBL code
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Support for TinyBoy 2 3D printer (and its OLED display)
-
Scott Lahteine authored
-
Stefan Brüns authored
The TB2 is a Indiegogo funded 3d printer. It uses a MKS SMELZI V1.0 main board (based on MELZI, i.e. Sanguinololu). I comes as a complete kit, including display and panel. Two variants exists, L10 and L16, with a height of 100 and 160 mm. The heating function of the provided bed can enabled by soldering a thermistor and some wires to it. Signed-off-by:
Stefan Brüns <stefan.bruens@rwth-aachen.de>
-
Stefan Brüns authored
The OLED is driven by an SSD1306, connected to the board via I2C, the rotary encoder is connected to 3 GPIO pins. Signed-off-by:
Stefan Brüns <stefan.bruens@rwth-aachen.de>
-
Scott Lahteine authored
UBL additional cleanup
-
Scott Lahteine authored
-
Scott Lahteine authored
- Make all `unified_bed_leveling` data/methods static - Move some UBL-related variables into the class - Replace `map_[xy]_index_to_bed_location` with `mesh_index_to_[xy]pos`
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
Make MBL a static class, use lookup for index-to-point conversion
-
Scott Lahteine authored
-
- Mar 30, 2017
-
-
Scott Lahteine authored
UBL cleanup, optimization
-
Scott Lahteine authored
-
Scott Lahteine authored
General minor cleanup
-
- Mar 29, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix makefile errors, cleanup
-
Scott Lahteine authored
Show Filament Width on LCD when SD is disabled
-
Remo Kallio authored
-
Scott Lahteine authored
Fix delta_angles
-
Scott Lahteine authored
Convert feedrate on SCARA from mm/s to deg/s
-
Scott Lahteine authored
-
- Mar 28, 2017
-
-
Scott Lahteine authored
-
Roxy-3D authored
Incorrect optimizations of data types and ternary operators caused some issues.
-
Scott Lahteine authored
Board A4JP should be SCOOVO_X9H
-
Scott Lahteine authored
-
- Mar 27, 2017
-
-
Scott Lahteine authored
Use safe_delay to ensure watchdog reset
-
Scott Lahteine authored
-