I might be crazy but it seems to be faster at rendering and other operations than classic axis is, but I'm having a difficult time with it. First off, is it intended to be used? I've just got a desktop router here, and I intend to supply patches to it if wanted to improve things. Then there are warnings at startup that might just be part of QTVCP, but I don't know. [code] [QTvcp.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No DEFAULT_SPINDLE_0_SPEED Entry in DISPLAY, Using: 200 (qt_istat.py:532) [/code] This warning references a variable in the ini docs that is deprecated, but a replacement isn't documented... minor but I'd like to fix this if possible. [code] [QTvcp.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_SPEED Entry in DISPLAY, Using: 100 (qt_istat.py:532) [QTvcp.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_SPEED Entry in DISPLAY, Using: 2500 (qt_istat.py:532) [QTvcp.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 1 (qt_istat.py:532) [QTvcp.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 0.5 (qt_istat.py:532) [/code] These should all be in the [SPINDLE_n] section instead, I'll patch that if I start using this. [code] [QTvcp.QTVCP.WIDGETS.DIALOG_WIDGET][WARNING] Detected hal_manualtoolchange component already loaded Qtvcp recommends to allow use of it's own component by not loading the original. Qtvcp Integrated toolchange dialog will not show until then (dialog_widget.py:382) [/code] I tried disabling hal_manualtoolchange, but an operator log message to change my tool shows up and then there's no way to acknowledge the tool change as completed... what is the dialog supposed to look like? [code] [QTvcp.QTVCP.WIDGETS.WIDGET_BASECLASS][WARNING] No objectName or HAL_NAME specified for object: (widget_baseclass.py:63) [/code] I assume this is something about the ui or handler needing some data filled in. [code] ['0', '.1 mm', '1 mm', '10 mm', '50 mm'] [/code] No clue what this is or where it's coming from yet [code] [QTvcp.QTVCP.WIDGETS.WIDGET_BASECLASS][WARNING] No objectName or HAL_NAME specified for object: (widget_baseclass.py:63) [/code] Again, probably easily fixed once you tell me if I'm supposed to be using qtaxis :D [code] trivial True [/code] And again, not sure what this is or where it came from. Next up, I have a problem with the ratios of the screen being used. When full screen the bottom 50% of the window is a very large gcode display, and the upper 50% is a small set of controls on the left and a wide but short preview window on the right. I'd like to know if this is a thing you should change with styles, designer, or as a configuration option.