Norm | Adafruit | SparkFun | Seeed |
---|---|---|---|
- | Feather | Thing Plus | - |
4-pin JST | Stemma QT | Qwiic | XIAO |
- | - | Qwiic Micro | - |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; generated by PrusaSlicer 2.1.0+win64 on 2019-12-26 at 19:59:27 UTC | |
; | |
; external perimeters extrusion width = 0.45mm | |
; perimeters extrusion width = 0.45mm | |
; infill extrusion width = 0.45mm | |
; solid infill extrusion width = 0.45mm | |
; top infill extrusion width = 0.40mm | |
; first layer extrusion width = 0.42mm |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; generated by PrusaSlicer 2.1.0+win64 on 2019-12-26 at 19:59:27 UTC | |
; | |
; external perimeters extrusion width = 0.45mm | |
; perimeters extrusion width = 0.45mm | |
; infill extrusion width = 0.45mm | |
; solid infill extrusion width = 0.45mm | |
; top infill extrusion width = 0.40mm | |
; first layer extrusion width = 0.42mm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "precise32" | |
config.vm.box_url = "http://files.vagrantup.com/precise32.box" |