Skip to content

Instantly share code, notes, and snippets.

View jimklo's full-sized avatar

Jim Klo jimklo

View GitHub Profile
@jimklo
jimklo / CA_Swatch.html
Created March 17, 2022 22:29
3D Print Debug
<!DOCTYPE html>
<meta charset='UTF-8'>
<head>
<title>Cura Settings Export</title>
<style>
tr.category td { font-size: 1.1em; background-color: rgb(142,170,219); }
tr.disabled td { background-color: #eaeaea; color: #717171; }
tr.local td { background-color: #77DD77; }
body.hide-disabled tr.disabled { display: none; }
body.hide-local tr.normal { display: none; }
@jimklo
jimklo / environment.yml
Last active January 21, 2023 20:34
Gallery Image Download
name: imgextract
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8
- ca-certificates=2022.12.7
- geckodriver=0.32.0
- libcxx=14.0.6
- libffi=3.4.2