Easyprint software for WINDOWS

KanKar
Posts: 1
Joined: Mon Mar 05, 2018 4:23 am

Re: Easyprint software for WINDOWS

Post by KanKar » Sun Sep 23, 2018 1:45 am

Hi all,
i have just installed Easyprint 1.2.6 to on a laptop with win 10 Enterprise
easyprint-1.png
easyprint-1.png (112.28 KiB) Viewed 552858 times
When I load an stl model and press the button Slicer the program complains with this message:
easyprint-2.png
easyprint-2.png (109.27 KiB) Viewed 552858 times
Any idea how to fix this error?

Best regards.

Alex-w
Posts: 148
Joined: Thu Jun 05, 2014 2:24 pm

Re: Easyprint software for WINDOWS

Post by Alex-w » Tue Sep 25, 2018 9:03 am

@KanKar

That would happened when Curaengine cannot generate the gcode file(So no gcode model can be showed in 3d view). Sometimes the engine setup failed but it works well most of the time.

Ok, you need to check if your engine working fine.
1. Open curaengine folder({Application Root}/Cura) and make sure CuraEngine.exe existed
2. Execute CuraEngine.exe in cmd.exe(windows command line) and check the output :geek:

Gravitys
Posts: 2
Joined: Tue Sep 04, 2018 1:04 am

Re: Easyprint software for WINDOWS

Post by Gravitys » Thu Oct 11, 2018 12:06 am

i'm having the exact same issue, here is the output of 'curaengine.exe'

Code: Select all

C:\Program Files (x86)\Geeetech\EasyPrint 3D\Cura>CuraEngine.exe

Cura_SteamEngine version DEV
Copyright (C) 2014 David Braam

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

usage:
CuraEngine help
        Show this help message

CuraEngine connect <host>[:<port>] [-j <settings.def.json>]
  --connect <host>[:<port>]
        Connect to <host> via a command socket,
        instead of passing information via the command line
  -j<settings.def.json>
        Load settings.json file to register all settings and their defaults
  -v
        Increase the verbose level (show log messages).
  -m<thread_count>
        Set the desired number of threads. Supports only a single digit.

CuraEngine slice [-v] [-p] [-j <settings.json>] [-s <settingkey>=<value>] [-g] [-e<extruder_nr>] [-o <output.gcode>] [-l <model.stl>] [--next]
  -v
        Increase the verbose level (show log messages).
  -m<thread_count>
        Set the desired number of threads.
  -p
        Log progress information.
  -j
        Load settings.def.json file to register all settings and their defaults.
  -s <setting>=<value>
        Set a setting to a value for the last supplied object,
        extruder train, or general settings.
  -l <model_file>
        Load an STL model.
  -g
        Switch setting focus to the current mesh group only.
        Used for one-at-a-time printing.
  -e<extruder_nr>
        Switch setting focus to the extruder train with the given number.
  --next
        Generate gcode for the previously supplied mesh group and append that to
        the gcode of further models for one-at-a-time printing.
  -o <output_file>
        Specify a file to which to write the generated gcode.

The settings are appended to the last supplied object:
CuraEngine slice [general settings]
        -g [current group settings]
        -e0 [extruder train 0 settings]
        -l obj_inheriting_from_last_extruder_train.stl [object settings]
        --next [next group settings]
        ... etc.

In order to load machine definitions from custom locations, you need to create the environment variable CURA_ENGINE_SEARCH_PATH, which should contain all search paths delimited by a (semi-)colon.

Alex-w
Posts: 148
Joined: Thu Jun 05, 2014 2:24 pm

Re: Easyprint software for WINDOWS

Post by Alex-w » Fri Oct 19, 2018 9:48 am

@Gravitys
Looks like your engine works fine. How often did you meet that situation?

ebam2014
Posts: 40
Joined: Fri Nov 02, 2018 5:06 pm

Re: Easyprint software for WINDOWS

Post by ebam2014 » Thu Nov 08, 2018 12:49 am

how do you change infill density in 1.2.6???? manual refer to a very early version so no help at all....


ebam2014
Posts: 40
Joined: Fri Nov 02, 2018 5:06 pm

Re: Easyprint software for WINDOWS

Post by ebam2014 » Sun Nov 11, 2018 1:22 am

Why do you keep deleting my posts??????

olivia987
Posts: 1
Joined: Thu Nov 22, 2018 11:56 pm

Re: Easyprint software for WINDOWS

Post by olivia987 » Fri Nov 23, 2018 12:08 am

Thanks for the information.

bertie
Posts: 6
Joined: Fri Dec 28, 2018 12:42 am

Re: Easyprint software for WINDOWS

Post by bertie » Fri Dec 28, 2018 12:51 am

KanKar wrote:
Sun Sep 23, 2018 1:45 am
Hi all,
i have just installed Easyprint 1.2.6 to on a laptop with win 10 Enterprise

easyprint-1.png

When I load an stl model and press the button Slicer the program complains with this message:

easyprint-2.png

Any idea how to fix this error?

Best regards.
I have the same Problem (win 10, Easyprint 1.2.6), curaengine complains about missing VCOMP140.DLL. I think it is a dll from Visual C++, but I did a 'complete' Installation of EasyPrint already. can someone help me?
1.PNG
1.PNG (95.63 KiB) Viewed 550614 times
The attachment 2.PNG is no longer available
Attachments
2.PNG
2.PNG (27.81 KiB) Viewed 550614 times

bertie
Posts: 6
Joined: Fri Dec 28, 2018 12:42 am

Re: Easyprint software for WINDOWS

Post by bertie » Sat Dec 29, 2018 3:03 pm

I solved it by manually downloading and installing Visual C++ Redistributable 2015 (X86 + X64) from Microsofts website and reinstalling EasyPrint. Installing C++ via EasyPrint installer did not work for me and on my machine was only version 2017 instead of 2015.

Locked