15 Feb
2013
15 Feb
'13
12:39 p.m.
On 2013-02-15 11:20 +0100, Brian Lewis wrote:
If I use the dbus API to call_verb "ru.cnc-club.filter.gcodetools_orientation_no_options_no_preferences", I get a crash. What's a good way to figure out what's happening?
Oddly, it seems to work without crash if pausing updates before calling the verb, and resuming it afterwards:
Python sample code:
def testGCode2(doc): doc.pause_updates() doc.call_verb("ru.cnc-club.filter.gcodetools_orientation_no_options_no_preferences") doc.resume_updates()