#
3d-printer
Here are 287 public repositories matching this topic...
DocTrucker
commented
Feb 26, 2020
Slic3r: 1.3.1-dev-54a31ee
OS: Ubuntu 18.04.4
Load STL
Select model.
Right click - Rotate - Around z axis...
Input 90 - press ok
Model moves 90 degrees counter clock wise as expected.
Input 90 - press ok
BUG Model doesn't move.
Input 0 - press ok
Model doesn't move. (As expected for relative rotations, but not absolute.)
Input -90 - press ok
BUG Model rotates 180 degrees.
Around x
FW for ESP8266/ESP8285/ESP32 used with 3D printer
-
Updated
Aug 22, 2021 - C++
Stronger frame for Prusa i3 MK2(s), MK2.5 and MK3
3d-printing
fusion-360
3d-printer
prusa-i3
prusa
extrusion
prusa-i3-mk2
openbuilds
prusa-bear-upgrade
haribo
zaribo
prusa-i3-mk2s
prusa-i3-mk3
-
Updated
Apr 8, 2021 - Shell
Stabilized timelapses for Octoprint
-
Updated
Jul 6, 2021 - Python
Python CNC machine controller for Raspberry Pi and other ARM Linux boards
raspberry-pi
cnc
gcode
cnc-milling-controller
cnc-controller
cnc-machine
3d-printing
3d-printer
raspberry-pi-3
pycnc
-
Updated
Jan 30, 2021 - Python
A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
-
Updated
Aug 22, 2021 - JavaScript
-
Updated
May 28, 2021 - C
The world's most 3D printable 3D printer. (Guinness Book of World Records 2017 & 2018)
-
Updated
Nov 19, 2020 - OpenSCAD
Marlin firmware instant configurator
nodejs
editor
documentation
browser
printer
remote-control
firmware
platformio
serial-ports
gcode
instant
upnp
marlin
hint
3d-printing
3d
compilation
3d-printer
marlin-github
-
Updated
Oct 9, 2018 - JavaScript
A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
gcode
octoprint
3d-printing
3d-printer
g2
postprocessing
g3
gcode-conversion
arc-support
arc-movements
-
Updated
Jul 18, 2021 - C++
White Knight Belt Printer
-
Updated
Apr 23, 2021 - G-code
A collection of projects used to convert G0/G1 commands to G2/G3 commands.
-
Updated
Jul 18, 2021 - C++
Free open source client for OctoPrint
-
Updated
Aug 8, 2021 - Swift
AstroBox allows you to control your 3D Printer wirelessly
-
Updated
Jun 30, 2021 - Python
-
Updated
Jul 12, 2020 - C++
3D Printable 3:1 Geared Extruder
open-source
cad
freecad
3d-printing
3d-printer
cern-ohl
titan
extruder
geared-extruder
e3d-titan
drakon-extruder
filament
nstt-extruder
direct-drive-extruder
bowden-extruder
-
Updated
Mar 21, 2020
Configuration for @brianjking & @KinnaT's Home Assistant Installation
home-automation
raspberry-pi
alexa
smarthome
lifx
smart-home
hass
home-assistant
homeautomation
sensors
octoprint
zwave
home-assistant-config
homeassistant
yaml-configuration
3d-printer
homeassistant-config
homeautomation-solution
-
Updated
Sep 23, 2019 - Python
A plugin for a better integration of Klipper into OctoPrint.
-
Updated
Aug 9, 2020 - HTML
a fork of Marlin firmware (bugfix-1.1.x) for the Monoprice MP Mini Delta 3d printer
-
Updated
Aug 16, 2021 - C
The best Artillery Sidewinder X1 and Genius TFT Firmware 🖨 🦖
firmware
3d-printer
artillery
3dprinter
x1
m600
artillery-sidewinder-x1
tft-firmware
aswx1-tftfw-mod
printer3d
-
Updated
Jan 23, 2021 - C
OctoPrint plugin for Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, & Microsoft Teams
slack
discord
matrix
pushover
riot
octoprint
mattermost
rocketchat
microsoft-teams
3d-printer
octoprint-plugin
pusbullet
-
Updated
Aug 19, 2021 - Python
An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
3d-printing
3d-printer
3d-printer-mods
3d-printer-electronics
auto-bed-level
zaxis-sensor
z-probe
piezo-sensor
-
Updated
Oct 20, 2020 - C++
Python client library for OctoPrint REST API
-
Updated
Aug 17, 2021 - Python
User interface for Machinekit optimized for 3D printers and mobile devices
-
Updated
Jul 21, 2018 - QML
-
Updated
Oct 6, 2020 - C++
Improve this page
Add a description, image, and links to the 3d-printer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 3d-printer topic, visit your repo's landing page and select "manage topics."
Related to closed case #1095. I believe it's worthy of another look.
Currently, to create custom system commands a user must use the Event or System structures of config.yaml.
In my specific case, I would like to send a parameter to the system for use with RPi-gpio applications. This would be most intuitively accomplished through the controls structure with a slider or value-entry field.
In th