-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 9d1650d.
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
category: Making | ||
choices: | ||
- name: KiCad | ||
provider: KiCad | ||
description: A Cross Platform and Open Source Electronics Design Automation Suite | ||
actions: rpm:kicad;rpm:kicad-packages3d;rpm:kicad-doc | ||
|
||
- name: UltiMaker Cura | ||
provider: UltiMaker | ||
description: | | ||
free, easy-to-use 3D printing software trusted by millions of users. | ||
Fine-tune your 3D model with 400+ settings for the best slicing and printing results. | ||
actions: rpm:cura | ||
|
||
- name: PrusaSlicer | ||
provider: Prusa Research | ||
description: open-source, feature-rich, frequently updated tool that contains everything you need to export the perfect print. | ||
options: | ||
- checkbox: flatpak | ||
actions: | ||
- rpm:prusa-slicer | ||
- flatpak:com.prusa3d.PrusaSlicer | ||
|
||
- name: FreeCAD | ||
provider: The FreeCAD Team | ||
description: FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. | ||
actions: flatpak:org.freecad.FreeCAD | ||
|
||
- name: Raspberry Pi Imager | ||
provider: Raspberry Pi | ||
description: A user-friendly tool for creating bootable media for Raspberry Pi devices. | ||
options: | ||
- checkbox: flatpak | ||
actions: | ||
- rpm:rpi-imager | ||
- flatpak:org.raspberrypi.rpi-imager | ||
|
||
- name: Raspberry Pi Tools | ||
provider: Raspberry Pi | ||
description: | | ||
rpi-utils, A collection of scripts and simple applications for working with Raspberry Pi devices, | ||
and picotool, a tool for working with RP2040/RP2350 binaries, and interacting with RP2040/RP2350 devices. | ||
actions: rpm:rpi-utils;rpm:picotool | ||
|
||
- name: Arduino Tools | ||
provider: Arduino | ||
description: | | ||
A collection of tools for working with Arduino devices. | ||
arduino-cli: An all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, | ||
and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces. | ||
arduino-fwuploader: A Command Line Tool made to update the firmware and/or add SSL certificates for any Arduino board equipped with WINC or NINA Wi-Fi module. | ||
arduino-language-server: An Arduino Language Server based on Clangd to Arduino code autocompletion. Useful for the Arduino IDE, but can be used for other IDEs as well through the Language Server Protocol. | ||
arduino-lint: A command line debug tool that checks for common problems in Arduino projects. | ||
actions: rpm:arduino-cli;rpm:arduino-fwuploader;rpm:arduino-language-server;rpm:arduino-lint | ||
|
||
- name: Thonny | ||
provider: Thonny | ||
description: A Python IDE meant for learning programming. | ||
options: | ||
- checkbox: flatpak | ||
actions: | ||
- rpm:thonny | ||
- flatpak:org.thonny.Thonny |