Giter Site home page Giter Site logo

freecad_utils's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

freecad_utils's Issues

Not listed in addon manager: add content to package.xml

Hi, actually this addon is not shown in FreeCAD's Addon Manager, even if linked by the FreeCAD-addons repository, as the mandatory content section of package.xml is practically empty:

    <content>
        <!-- No Workbench or macros. This package contains some functions and general utilities -->
    </content>

So when opening the addon manager, FC's console reports Package MnesarcoUtils does not list any content items in its package.xml metadata file., could you add a properly formatted/populated content section to package.xml?

Wireless hyper controller

What are you think about use esp32 for controller and tcp port for it ?
Or add to remote control server hyper control functionality

Set Timer's value to start value when set

When you create a timer, and set its range (min/max) current value is not automatically updated to a valid value inside that range before you start the timer. When min/max change, value must be updated to a value inside that range if needed, By default must be updated to min.

Comments

I have a couple of questions about usage.

Would you consider activating the Discussions section of this repo?

Rotation incorrect when axis change using hyperc

i modify arduino code to check this

        if (x == 0 && y == 0)
        {
            if (moved)
            { send(_EVENT_XY0, 0); 
              send(_EVENT_Y, 0);delay(500);  
              send(_EVENT_X, 0);delay(500); 
              
              send(_EVENT_Y, 0);delay(500); 
              send(_EVENT_X, 0);delay(500); 
             

and when i stop joystick model start jump.
ps i re define xy axis for rotate

#define EVENT_X 5 // |
#define EVENT_Y 6 // | <--- Orthogonal Axes events

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.