Skip to content

Instantly share code, notes, and snippets.

import cadquery as cq
from cqindustry import Base
from cadqueryhelper import series, shape
import math
class Walkway(Base):
def __init__(self):
super().__init__()
self.length = 75
self.width = 50
import cadquery as cq
from cadqueryhelper import wave
def vent(
length = 25,
width = 25,
height = 4,
segment_length = 3,
inner_width = 2,
frame_width = 2,
import cadquery as cq
length = 100
width = 100
height = 75
inset = 10
wedge = (
cq.Workplane("XY" )
.wedge(length,height,width,inset,inset,length-inset,width-inset)
import cadquery as cq
import math
length = 100
width = 100
height = 75
inset = -10
def angle(length, height):
'''

Smoothing 3d Printed Parts With Wood Filler

The goal of this post is to smooth FDM printed terrain.
This isn't the only way to smooth 3d printed parts, but it works well if the part is going to be painted.

Supplies

  • Cup With Water
  • FDM 3d printer
  • Filament
  • Paper Towel