Skip to content

Instantly share code, notes, and snippets.

@stevebor1
stevebor1 / MPIII.ini
Created September 10, 2021 19:17
Monoprice Maker Select Plus Cura default profile
[profile]
layer_height = 0.1
wall_thickness = 0.8
retraction_enable = True
solid_layer_thickness = 0.6
fill_density = 20
nozzle_size = 0.4
print_speed = 50
print_temperature = 195
print_temperature2 = 0
@stevebor1
stevebor1 / gist:1ac597d032401c627af15f20e36b38fe
Last active September 10, 2021 20:28
Log Open Files for a Process
echo | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S] "), $0 }' >> openfiles.txt
sudo lsof -p 26608 | wc -l >> openfiles.txt