Printrun
Printrun copied to clipboard
Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
Auto-capitalize commands only if the first character is both a command character and a lower-case one. This follows the behavior as described by https://github.com/kliment/Printrun/issues/216#issuecomment-18603449. @frhepo FIY
Follow up for issue https://github.com/kliment/Printrun/pull/1308#issuecomment-1455217937, This need some more investigation as a) the language combination is wrong, b) we use from the coding eg. de-AT only the first part for...
The UI is partly not readable when a user activate High Contrast settings in Windows 10 and 11. Here is an example for the Black scheme: ![PronterfaceDarkmode with hight contrast...
``` Traceback (most recent call last): File "/home/swiftgeek/tmp/Printrun-upstream/printrun/gviz.py", line 405, in paint self.repaint_everything() File "/home/swiftgeek/tmp/Printrun-upstream/printrun/gviz.py", line 331, in repaint_everything dc.SelectObject(self.blitmap) wx._core.wxAssertionError: C++ assertion "cr && cairo_status(cr) == 0" failed at...
``` Extended renderer info (GLX_MESA_query_renderer): Vendor: Intel (0x8086) Device: Mesa Mobile Intel® GM45 Express Chipset (CTG) (0x2a42) Version: 22.3.3 Accelerated: yes Video memory: 1536MB Unified memory: yes Preferred profile: compat...
### Steps to reproduce - Checkout latest master https://github.com/kliment/Printrun/commit/8fd9b8b6dab86ee0c238016f9a0ed7b0c5abea73 - Fresh install (i.e. delete all 'pronsolerc' files lying around) - Run `./pronterface.py` - Settings -> Options -> Viewer -> Main...
I looking for a opensource software for SLA printer. Some have mentioned Printrun https://3dprinting.stackexchange.com/questions/1217/how-to-display-images-on-dlp-using-hdmi-for-3d-printing My plan is to make a windows based software with the following features - It talks...
I need to read the hotend temperature of the printer and store it a variable for later computation. The callback function described in #1023 allows me to send the M105...
Is it possible to make Pronterface keep PC from going to sleep while printing? I do not want to use system setttings from that as I do want PC to...