Skip to content
View WolfieFox's full-sized avatar

Block or report WolfieFox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. OpenTTD-patches OpenTTD-patches Public

    Forked from JGRennison/OpenTTD-patches

    OpenTTD - http://www.openttd.org/ - with additional patches

    C++

  2. wolfiewolfs_trains wolfiewolfs_trains Public

    Forked from mattkimber/timberwolfs_trains

    A maximalist set of UK trains for OpenTTD

    Go Template

  3. timberwolfs_tracks timberwolfs_tracks Public

    Forked from mattkimber/timberwolfs_tracks

    A track set for OpenTTD

    Go Template

  4. Kikit python postprocess snippet to ... Kikit python postprocess snippet to disalbe a component being rendered in 3d and being included in BOM
    1
    def hideFootprint(footprint, board):
    2
        # Duplicate the footprint so we can modify it.
    3
        n = pcbnew.FOOTPRINT(footprint)
    4
        board.Delete(footprint)
    5