Re: [M100] Model 100 battery cover

2021-08-23 Thread Jeff Gonzales
how much? do you have any "reset" buttons as well? On Thu, Aug 19, 2021 at 12:49 PM Ken Pettit wrote: > I have a whole stack of original M100 battery covers down in the garage > somewhere. Give me until the weekend to dig through my stuff (the garage > has turned into my storage / junk locatio

[M100] KC-85 service manual

2021-08-23 Thread Brian K. White
On Club100 There is a reference to a KC-85 service manual: http://www.club100.org/memfiles/index.php?action=view&filename=KC-85_Service_Manual_lo.txt&directory=Don%20Fox&; But it's just a txt file with an external link, which is dead and also not in archive.org Did anyone happen to download t

Re: [M100] KC-85 service manual

2021-08-23 Thread Stephen Adolph
I still have the hard copy. But yes I did get the soft copy. not near it at the moment however. Steve On Mon, Aug 23, 2021 at 6:53 PM Brian K. White wrote: > On Club100 There is a reference to a KC-85 service manual: > > > http://www.club100.org/memfiles/index.php?action=view&filename=KC-85_Ser

[M100] mcomm

2021-08-23 Thread Peter Vollan
When I invoke mcomm with "mcomm" at the command line, it calls the following script: #!/usr/bin/python3 """ Launch mcomm """ import subprocess import sys subprocess.call(["python3", "/usr/share/mcomm/mcomm.py", *sys.argv[1:]]) ...which yields the following error message: File "/usr/bin/mcomm",

Re: [M100] mcomm

2021-08-23 Thread Daryl Tester
Peter, I responded to this earlier this month. To quote: Earlier, Peter Vollan wrote: Do I have the wrong type of Python? I run Mint 17.3. According to the interwebz, default Python for Mint 17.3 is Python 3.4, and the traceback "SyntaxError: can use starred expression only as assignment t

Re: [M100] Model 100 folding Leg

2021-08-23 Thread David Grissom
When you open them they will need to be adjusted (with an Xacto type knife) to splay them slightly out. This should reduce the chance of collapse. Due to differences in printers, filaments, etc., I left this as a requirement and seems to work reasonably well. No glue is necessary. The p

Re: [M100] mcomm

2021-08-23 Thread Brian K. White
From March when you asked the same question: https://www.mail-archive.com/m100@lists.bitchin100.com/msg14216.html You need python 3.5 or later, not 3.4 And you had some other problem with your pyserial module, like maybe that needs to be updated too. Welcome to python. -- bkw On 8/23/21 8

Re: [M100] Model 100 folding Leg

2021-08-23 Thread Jason White
That’s a great idea! Are the pegs tapered or slightly out of round to hold them in place? Gluing them wouldn’t work, as the machine will need repair about 14 seconds after the glue sets up.  J White

Re: [M100] mcomm

2021-08-23 Thread Peter Vollan
I did everything you said. Now, how do I get it to run? On Mon, 23 Aug 2021 at 18:23, Daryl Tester < dt-m...@handcraftedcomputers.com.au> wrote: > Peter, I responded to this earlier this month. To quote: > > > Earlier, Peter Vollan wrote: > > > >> Do I have the wrong type of Python? I run Mint

Re: [M100] mcomm

2021-08-23 Thread Daryl Tester
On 24/8/21 1:46 pm, Peter Vollan wrote: I did everything you said. Now, how do I get it to run? What exactly did you do? The last step of my instructions said: This does mean you'll need to invoke your script specifically with "python3.5 ...". Did you try this? If if failed, please say w

Re: [M100] mcomm

2021-08-23 Thread Brian K. White
On 8/24/21 12:16 AM, Peter Vollan wrote: I did everything you said. Now, how do I get it to run? Update from Mint 17.3 to 20.2 or Read that error message and dig into the mcomm code and find the spot where some function id being handed a string data type when it wants a bytes data type, and