SHA256
1
0
forked from pool/cura-engine
Dominique Leuenberger 2022-02-09 19:39:43 +00:00 committed by Git OBS Bridge
commit 58bc851dd6
6 changed files with 224 additions and 34 deletions

View File

@ -1,25 +1,199 @@
.TH CURAENGINE "1" "DATE" "CuraEngine VERSION" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CURAENGINE "1" "February 2022" "CuraEngine " "User Commands"
.SH NAME
CuraEngine \- manual page for CuraEngine VERSION
.SH SYNOPSIS
.B CuraEngine
[\fIOPTION\fR]... \fI-o OUTPUT \fR\fIMODEL\fR...
CuraEngine \- manual page for CuraEngine
.SH DESCRIPTION
The CuraEngine is a C++ console application for 3D printing GCode
generation. It has been made as a better and faster alternative to the old
Skeinforge engine.
.TP
Example: CuraEngine -o <output.gcode> <model.stl>
.TP
\fB\-h\fR
Help
.TP
\fB\-v\fR
Version information
.TP
\fB\-s\fR
Settings key value
.TP
\fB\-m\fR
Size
Cura_SteamEngine version 4.13.1
Copyright \(co 2021 Ultimaker
.PP
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.
.PP
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.
.PP
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/>.
.PP
usage:
CuraEngine help
.IP
Show this help message
.PP
CuraEngine connect <host>[:<port>] [\-j <settings.def.json>]
.HP
\fB\-\-connect\fR <host>[:<port>]
.IP
Connect to <host> via a command socket,
instead of passing information via the command line
.HP
\fB\-v\fR
.IP
Increase the verbose level (show log messages).
.HP
\fB\-m\fR<thread_count>
.IP
Set the desired number of threads. Supports only a single digit.
.PP
CuraEngine slice [\-v] [\-p] [\-j <settings.json>] [\-s <settingkey>=<value>] [\-g] [\-e<extruder_nr>] [\-o <output.gcode>] [\-l <model.stl>] [\-\-next]
.HP
\fB\-v\fR
.IP
Increase the verbose level (show log messages).
.HP
\fB\-m\fR<thread_count>
.IP
Set the desired number of threads.
.HP
\fB\-p\fR
.IP
Log progress information.
.HP
\fB\-j\fR
.IP
Load settings.def.json file to register all settings and their defaults.
.HP
\fB\-s\fR <setting>=<value>
.IP
Set a setting to a value for the last supplied object,
extruder train, or general settings.
.HP
\fB\-l\fR <model_file>
.IP
Load an STL model.
.HP
\fB\-g\fR
.IP
Switch setting focus to the current mesh group only.
Used for one\-at\-a\-time printing.
.HP
\fB\-e\fR<extruder_nr>
.IP
Switch setting focus to the extruder train with the given number.
.HP
\fB\-\-next\fR
.IP
Generate gcode for the previously supplied mesh group and append that to
the gcode of further models for one\-at\-a\-time printing.
.HP
\fB\-o\fR <output_file>
.IP
Specify a file to which to write the generated gcode.
.PP
The settings are appended to the last supplied object:
CuraEngine slice [general settings]
.HP
\fB\-g\fR [current group settings]
.HP
\fB\-e0\fR [extruder train 0 settings]
.HP
\fB\-l\fR obj_inheriting_from_last_extruder_train.stl [object settings]
.HP
\fB\-\-next\fR [next group settings]
.IP
\&... etc.
.PP
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.
.PP
Cura_SteamEngine version 4.13.1
Copyright \(co 2021 Ultimaker
.PP
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.
.PP
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.
.PP
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/>.
[ERROR] Unknown command: \fB\-\-version\fR
[ERROR] Command called:
[ERROR] CuraEngine [ERROR] \fB\-\-version\fR [ERROR]
.PP
usage:
CuraEngine help
.IP
Show this help message
.PP
CuraEngine connect <host>[:<port>] [\-j <settings.def.json>]
.HP
\fB\-\-connect\fR <host>[:<port>]
.IP
Connect to <host> via a command socket,
instead of passing information via the command line
.HP
\fB\-v\fR
.IP
Increase the verbose level (show log messages).
.HP
\fB\-m\fR<thread_count>
.IP
Set the desired number of threads. Supports only a single digit.
.PP
CuraEngine slice [\-v] [\-p] [\-j <settings.json>] [\-s <settingkey>=<value>] [\-g] [\-e<extruder_nr>] [\-o <output.gcode>] [\-l <model.stl>] [\-\-next]
.HP
\fB\-v\fR
.IP
Increase the verbose level (show log messages).
.HP
\fB\-m\fR<thread_count>
.IP
Set the desired number of threads.
.HP
\fB\-p\fR
.IP
Log progress information.
.HP
\fB\-j\fR
.IP
Load settings.def.json file to register all settings and their defaults.
.HP
\fB\-s\fR <setting>=<value>
.IP
Set a setting to a value for the last supplied object,
extruder train, or general settings.
.HP
\fB\-l\fR <model_file>
.IP
Load an STL model.
.HP
\fB\-g\fR
.IP
Switch setting focus to the current mesh group only.
Used for one\-at\-a\-time printing.
.HP
\fB\-e\fR<extruder_nr>
.IP
Switch setting focus to the extruder train with the given number.
.HP
\fB\-\-next\fR
.IP
Generate gcode for the previously supplied mesh group and append that to
the gcode of further models for one\-at\-a\-time printing.
.HP
\fB\-o\fR <output_file>
.IP
Specify a file to which to write the generated gcode.
.PP
The settings are appended to the last supplied object:
CuraEngine slice [general settings]
.HP
\fB\-g\fR [current group settings]
.HP
\fB\-e0\fR [extruder train 0 settings]
.HP
\fB\-l\fR obj_inheriting_from_last_extruder_train.stl [object settings]
.HP
\fB\-\-next\fR [next group settings]
.IP
\&... etc.
.PP
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.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:283f62326c6072cdcef9d9b84cb8141a6072747f08e1cae6534d08ad85b1c657
size 1727935

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e52b91ae5649f0911e380e01984eb9b7aba235ebe9c665503c01300269c00ad5
size 1693988

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 6 21:52:59 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 4.13.1
Release notes:
* https://github.com/Ultimaker/Cura/releases/tag/4.13.1
-------------------------------------------------------------------
Thu Jan 27 12:47:12 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to version 4.13.0
Release notes:
* https://github.com/Ultimaker/Cura/releases/tag/4.13.0
- Refresh patch:
* fix-build.patch
-------------------------------------------------------------------
Mon Apr 26 19:40:33 UTC 2021 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cura-engine
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
Name: cura-engine
%define sversion 4.9
Version: 4.9.0
%define sversion 4.13.1
Version: 4.13.1
Release: 0
Summary: 3D printer control software
License: AGPL-3.0-only

View File

@ -2,15 +2,15 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2717e987..edd2a93c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,6 @@ endif()
if(NOT DEFINED LIB_SUFFIX)
set(LIB_SUFFIX "")
@@ -61,7 +61,6 @@ if(SET_RPATH)
if(NOT DEFINED LIB_SUFFIX)
set(LIB_SUFFIX "")
endif()
- set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
endif()
-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
set(CURA_ENGINE_VERSION "master" CACHE STRING "Version name of Cura")
@@ -101,10 +100,6 @@ if (ENABLE_MORE_COMPILER_OPTIMIZATION_FLAGS AND NOT (CMAKE_BUILD_TYPE_UPPER MATC
@@ -109,10 +108,6 @@ if (ENABLE_MORE_COMPILER_OPTIMIZATION_FL
endif()
endif ()