Commit 2a2d63c1 authored by Guillaume Seguin's avatar Guillaume Seguin

Change pronsole prompt to "offline" when offline

parent 930a627b
......@@ -480,7 +480,7 @@ class pronsole(cmd.Cmd):
self.extra_print_time = 0
self.silent = False
self.commandprefixes = 'MGT$'
self.promptstrs = {"offline": "%(bold)suninitialized>%(normal)s ",
self.promptstrs = {"offline": "%(bold)soffline>%(normal)s ",
"fallback": "%(bold)sPC>%(normal)s ",
"macro": "%(bold)s..>%(normal)s ",
"online": "%(bold)sT:%(extruder_temp_fancy)s %(progress_fancy)s >%(normal)s "}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment