volconst

Results 92 comments of volconst

It's funny - the "Print started" message is wrong, but when the M28 fails it's correct.

@crclardy11 , version 1.6 although official is very old. Try rc7 or run from source for the latest updates. Check the "Debug communications" checkbox from the menu and post the...

@arslan437 seems to work https://github.com/kliment/Printrun/issues/1140#issuecomment-756978906 This is the SLA GUI https://github.com/kliment/Printrun/blob/8fd9b8b6dab86ee0c238016f9a0ed7b0c5abea73/printrun/projectlayer.py#L819 It should be able to start from python command line: `python3 -m printrun.projectlayer` or sth I think it can...

I do not see in the code actual checking whether the format is 8.3. Only the message when the number or filenames is not 2 says it must be 8.3....

Pronterface sends the long filename, so we can say that it supports long filenames. But the printer does not create the file and pronterface could check this condition and abort...

The idea of a callback is printcore to provide temperature to whoever is interested. But it hardly provides any value when it provides a string. There is no logic printcore...

On a linux system: ``` export PATH=/Library/Frameworks/Python.framework/Versions/3.8/bin:$PATH ``` Verify with ``` echo $PATH ``` If some dir contains space then you have to enclose with double quotes.

@dmitche3 What is the problem with pause button and macro for retracting, lifting? For the absolute coords when resuming, you can try this pull request https://github.com/kliment/Printrun/pull/1197 You have to run...

Try dtr param and the many other proposals in here https://github.com/kliment/Printrun/issues/1201#issuecomment-885250173 Try to push the hardware reset button of arduino or this plug out its power while the script is...

Try to find/enable log file https://github.com/kliment/Printrun/issues/1295#issuecomment-1377125806