I’m running Inkscape 1.0 on Ubuntu.
I haven’t figured out how to update the Firmware yet- mphidflash may be uninstallable, according to my research.
When I attempt to do anything with the ostrich egg bot, I get this kind of thing:
eggbot.py:53: DeprecationWarning: Effect.OptionParser or optparse
has been deprecated and replaced with argparser
.You must change self.OptionParser.add_option
to self.arg_parser.add_argument
; the arguments are similar.
self.OptionParser.add_option(“–smoothness”,
eggbot.py:57: DeprecationWarning: Effect.OptionParser or optparse
has been deprecated and replaced with argparser
.You must change self.OptionParser.add_option
to self.arg_parser.add_argument
; the arguments are similar.
self.OptionParser.add_option(“–returnToHome”,
eggbot.py:61: DeprecationWarning: Effect.OptionParser or optparse
has been deprecated and replaced with argparser
.You must change self.OptionParser.add_option
to self.arg_parser.add_argument
; the arguments are similar. ……..
Suggestions are welcome :)