MaikStohn / UP3D

UP 3D Printer Tools
GNU General Public License v2.0
80 stars 32 forks source link

first test #1

Closed Gitty-Hub closed 8 years ago

Gitty-Hub commented 8 years ago

Hi,thanks for all this work.

But I did not get it to work. On 64 bit Windows 10 I get the error it's not compatible (32 bit).

Then I tried 32 bit Win XP but I getan error trying to ranscode: something with 16 bit DOS invalid instruction...

Can somebody with Windows help or will this be fixed with the new GUI?

MaikStohn commented 8 years ago

Hi, I tested the compiled windows binary on Windows 7 32 and 64 bit and Windows 10 64 bit without any problems.

Please make sure that you run the program from command prompt "CMD".

More details here: http://stohn.de/3d/index.php/2016/03/10/up3dtools-little-how-to

Please check again and close the issue in case this solves your problem.

Gitty-Hub commented 8 years ago

Sorry tried again but I get ''unsupported 16bit application'' and that up3dtranscode.exe isn't supported on 64 bit Windows. I downloaded the .exes again to make sure.. Maybe I'll wait a bit, this is being worked on right? Thanks for everything!

MaikStohn commented 8 years ago

I really would like to work on it but your problem can not be verified.

It was tested from me on several Windows versions XP-32bit,Win7-32Bit,Win7-64Bit,Win8.1-32Bit,Windows 10-64Bit always with the same result: It works perfectly.

So somehow your configurations seems to be different.

1) Can you please confirm that you tried running the .exe from the command prompt "CMD" (black window where you must type text).

2) Please give more information of your windows version: a) what is the output when you type: VER and press return (also in CMD window) b) what is the output when you type: SET and press return (please remove personal information before posting)

Gitty-Hub commented 8 years ago

Yes, I tried in dosbox/cmd...

Windows version 10.0.10586

MaikStohn commented 8 years ago

I tried hard to find any resource which describes a similar problem like you have but nothing came up.

The only dependency required from the compiled executable is the standard vc runtime from microsoft. You should have this on your computer as soon as you install any other software to windows 10.

But maybe just try to install an up to date version:

https://www.microsoft.com/en-US/download/details.aspx?id=48145

In case you still have this problem a screen shot of the exact error message would be very helpful.

MaikStohn commented 8 years ago

One person reported to me that by mistake he downloaded the .exe file wrong. Maybe this is also the problem for you.

==> Do NOT use right click "Save As..." when clicking on the .exe file to download it.

Instead:

Hope this was also your problem.

Gitty-Hub commented 8 years ago

That worked! Would have never guessed that RAW button.. Is that a noob mistake? What's different when you download the first .exe? And: how can we change the nozzle height? I want to try this on an Up Box.

MaikStohn commented 8 years ago

Hi,

when you right click on the link it will save the content of the next web page (HTML with a lot of text and also having the RAW button).

Nozzle height can be given as 3rd parameter to up3dtranscode now. e.g. up3dtranscode input.gcode output.umc 122.35

Since I don't have Up Box I'm not sure if the parameter for motors (speed and distances) are good. You can try but I guess some more work is needed.

Gitty-Hub commented 8 years ago

OK will try and report back.. By the way, I did have the exe files but the way you described worked better :-)

MaikStohn commented 8 years ago

Good that it was solved.