3d-printer
Here are 250 public repositories matching this topic...
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
-
Updated
Nov 8, 2020 - C++
-
Updated
Sep 21, 2020 - Shell
-
Updated
Feb 23, 2019 - OpenSCAD
-
Updated
Oct 12, 2019 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Oct 27, 2020 - C
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 10, 2020 - G-code
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 9, 2020 - C++
-
Updated
Jul 12, 2020 - C++
-
Updated
Nov 9, 2020 - Swift
-
Updated
Sep 23, 2019 - Python
-
Updated
Mar 21, 2020
-
Updated
Aug 9, 2020 - HTML
Hello,
nice Project! :)
Im getting a Thermal Runaway Protection error with the 5A Firmware.
Im not sure if this only belongs to the 5A, or something else.
Firmware:
119r05 and 119r06
Steps to reproduce:
Cold Printer
Start an Print on the SD Card
Target Temp on Display for Bed 55°C
It heats up, afer reaching the target Temp, it heats the Nozzle (Target 210°C)
While heating the No
-
Updated
Oct 20, 2020 - C++
-
Updated
Jun 13, 2020 - Python
-
Updated
Jul 21, 2018 - QML
-
Updated
Oct 6, 2020 - C++
-
Updated
Jul 14, 2020 - Python
-
Updated
Apr 19, 2020 - HTML
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Jul 8, 2020 - HTML
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