API: update distToShape built-in docu
API: Update docu strings of methods of BSplineCurve
API: improve built-in docu for copyObject and moveObject
OpenSCAD: fix replaceChild
PartDesign: reverse XZ plane to match legacy orientations
Attacher: fix superPlacement applied twice in some cases
Attacher: remove #include QString
Attacher: fix typesystem (forgotten ::init())
Attacher: create special source file to contain attacher strings
Attacher: change label in UI
Attacher: list ref. combinations in UI
Attacher: coding and translation style fixes
Attempt to fix gcc build
Part: duplicate include cleanup
Attacher: AttachableObject should have virtual destructor
Attacher: change Part2DObject to use Plane attacher by default
Attacher: initialize member variables
Attacher: fix wrong inertial calculation on solids
Attacher: preparations for Py interface of shape type system
Attacher: Py: introduce Py interface of AttachableObject
Attacher: Py: add interface for changing attacher type
Attacher: Py: create AttachEnginePy
Attacher: Py: implement Attacher attribute of AttachableObject
Attacher: Py: extend AttachEngine's interface
Attacher: Py: GUI resources interface
Attacher: Py: renames
Attacher: Py: fix docu strings
AttachEngine: fix crash when referenced objects get deleted
Attacher: Py: fix crash on FreeCAD startup
Attacher: fix defaulting to 3D of AttachableObject
Draft: patch attachable objects + make clones attachable
Part: make primitives attachable
Sketcher: change rules of external linkage
PartDesign: fixes for new body creation
PartDesign (core): fix inability to deactivate active object
PartDesign: deactivate a container on double-click if already active
New module: Show
Sketcher: visibility automation
Sketcher: TV: preferences UI
Part: TopoShape: add generalFuse method (GFA)
Part: TopoShapePy: add generalFuse method
Part: TopoShapePy: made Solid constructor accept CompSolid
Part: deprecate old JoinFeatures code
Part: add BOPTools package
Part: add BOPTools package as member of Part Py module
Part: add/update GUI commands
Part: Revolve: add support for axis link and midplane
App::Property: add methods to get/set read-onlyness
Part: use the just-added methods to make properties read-only
PartGui: fixes to Revolve and Extrude tasks by @f3nix
PartGui: task Extrude: fix remove selection gate on cancel
Part: Offset2D: fix save-load instability
Part: implement facemakers: FaceMakerCheese, FaceMakerBullseye
Part: register facemaker classes into typesystem
Part: Face: use facemakers
PartGui: Face: support not only sketches
Part: Extrude: port to use FaceMaker
Part: Revolve: port to use FaceMaker
PartDesign: port to use FaceMaker
Part: Py API: add methods to use FaceMakers
Part: Offset2D: rewrite to use FaceMaker
Part: Py API: deprecate Part.Face.makeOffset
Part: Extrude, Revolve: fix #2720 - relax action of Solid=true
Part.BOPTools: drag-drop support
Part.BOPTools: fix wire making
Gui: Gesture: fix for conda
Gui: PickRadius support for View3DPy.getObjectInfo()
Gui: GestureNav: fix constant hand cursor
Gui: GestureNav: disable rotation when over a dragger
Sketcher: fix false detection of doubleclick
GestureNavigationStyle: fix interaction with SoClipPlaneManip
Fix build with boost 1.65.1 on ubuntu 18.04
Revert "Gui: GestureNavigationStyle: remove logging"
Gui: GestureNavigationStyle: logging option
Show: fix CMake
Make Object::set, release and validate virtual
Same here. Detached the analysis panel to become a floating window. Then (accidentally) closed the editor. Then reopened, it would show the analysis panel and then crash. Deleting the key "HKEY_CURRENT_USER\Software\EqualizerAPO\Configuration Editor\windowState" fixed the problem. The content of the deleted key is hopefully in the attached reg file.
Hey! That works a treat! One problem remains though: I can't seem to find a good integrator filter replacement. I expected low-pass filter with very low corner frequency (and a plenty of gain afterwards) would do, but the low-pass filter appears to be 2nd-order, and integrator should be first-order... I'll explore a bit more, and make a new thread if I fail to find it. I'm almost there!
Hmm, thanks for suggestion, i'll try!
Hi! I want to set up a filter like this: (see attachment) The key part of the filter is an inverse oscillator filter, made by mixing signal with its integral and double-integral with certain coefficients. It is similar to how notch filter with very low Q works here in Equalizer APO, except my one isn't nearly as attenuating at the notch frequency. I downloaded Equalizer APO today, and I haven't found any way to make parallel filters in Equalizer APO yet. The filters always seem to connect in series....
Hi! I want to set up a filter like this: The key part of the filter is an inverse oscillator filter, made by mixing signal with its integral and double-integral with certain coefficients. It is similar to how notch filter with very low Q works here in Equalizer APO, except my one isn't nearly as attenuating at the notch frequency. I downloaded Equalizer APO today, and I haven't found any way to make parallel filters in Equalizer APO yet. The filters always seem to connect in series. Any pointers...
Hi! I want to set up a filter like this: The key part of the filter is an inverse oscillator filter, made by mixing signal with its integral and double-integral with certain coefficients. It is similar to how notch filter with very low Q works here in Equalizer APO, except my one isn't nearly as attenuating at the notch frequency. I downloaded Equalizer APO today, and I haven't found any way to make parallel filters in Equalizer APO yet. The filters always seem to connect in series. Any pointers...
Hi! I want to set up a filter like this: https://preview.ibb.co/k6Hvra/my_filter.png The key part of the filter is an inverse oscillator filter, made by mixing signal with its integral and double-integral with certain coefficients. It is similar to how notch filter with very low Q works here in Equalizer APO, except my one isn't nearly as attenuating at the notch frequency. I downloaded Equalizer APO today, and I haven't found any way to make parallel filters in Equalizer APO yet. The filters always...