- Apr 02, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Patch MarlinSerial to match up with 32-bit version
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Patching up UBL, vetting recent commits
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix broken auto#.g, some other regressions
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 31, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Add PROBE_MANUALLY — ABL without a probe
-
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
-