Skip to content

Instantly share code, notes, and snippets.

View notzippy's full-sized avatar

Steve notzippy

View GitHub Profile
@lxpk
lxpk / MPSelectMiniV2-PrusaSlicer_config_bundle.ini
Last active December 14, 2024 17:40 — forked from todbot/MPSelectMiniV2-PrusaSlicer_config_bundle.ini
My attempt at a PrusaSlicer config bundle for Monoprice Select Mini V2. Import with "File" -> "Import..." -> "Import Config Bundle"
# generated by PrusaSlicer 2.2.0+ on 2020-04-02 at 04:02:32 UTC
[print:0.175mm - Monoprice Mini Select v2]
avoid_crossing_perimeters = 0
bottom_fill_pattern = rectilinear
bottom_solid_layers = 3
bottom_solid_min_thickness = 0
bridge_acceleration = 0
bridge_angle = 0
bridge_flow_ratio = 1
@swdunlop
swdunlop / identifypanic.go
Created March 18, 2014 20:45
Identify a GOLANG Panic Function and Line in Recovery
// You can edit this code!
// Click here and start typing.
package main
import "fmt"
import "runtime"
import "strings"
func identifyPanic() string {
var name, file string