Skip to content

Instantly share code, notes, and snippets.

View VonMoustachen's full-sized avatar

VonMoustachen

View GitHub Profile
@VonMoustachen
VonMoustachen / gist:b54f0afd134efd426f62
Last active September 17, 2019 08:34
SHM: addWall tool
# -*- coding: utf-8 -*-
# FreeCAD sheet metal workbench: addWall tool.
# (c) 2014 Javier Martínez García
#***************************************************************************
#* (c) Javier Martínez García 2014 *
#* *
#* This program is free software; you can redistribute it and/or modify *
#* it under the terms of the GNU Lesser General Public License (LGPL) *
#* as published by the Free Software Foundation; either version 2 of *
@VonMoustachen
VonMoustachen / Pseudomill
Last active August 29, 2015 14:02
FreeCAD Pseudo Milling Simulator
"""
Pseudo Milling Simulator
Javier Martinez Garcia June 2014
Copy and paste at FreeCAD's python terminal
Start with:
timer.start(1)
@VonMoustachen
VonMoustachen / PyqtGraphScenery
Created June 21, 2014 13:34
PyQtGraph Scenery
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Javier Martinez Garcia, Marzo 2014
from pyqtgraph.Qt import QtCore, QtGui
import pyqtgraph.opengl as gl
import pyqtgraph as pg
import math as mt