software cleanup
This commit is contained in:
parent
fe356dcfa8
commit
20a3b64ac2
@ -1,674 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU 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 General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
@ -1,75 +0,0 @@
|
||||
NAME=Print3r
|
||||
VERSION=0.3.20
|
||||
#DEST_BIN=~/bin/
|
||||
DEST_BIN=/usr/bin
|
||||
DEST_SHARE=/usr/share
|
||||
CMD=print3r
|
||||
NICK=print3r
|
||||
CPAN=cpan
|
||||
|
||||
all::
|
||||
@echo "make requirements install deinstall"
|
||||
@echo "-- on low RAM systems use 'apt install cpanminus' and then 'make CPAN=cpanm requirements'"
|
||||
|
||||
requirements::
|
||||
sudo apt install libexpat-dev libcurses-perl libncurses5-dev libreadline-dev
|
||||
sudo ${CPAN} File::Which IO::Zlib Time::HiRes Device::SerialPort XML::Simple JSON IO::Termios Term::ReadLine::Gnu Linux::Termios2 Algorithm::BinPack::2D
|
||||
sudo apt install libgd-perl ser2net socat slic3r
|
||||
sudo apt install yagv
|
||||
|
||||
install::
|
||||
sudo cp ${CMD} ${DEST_BIN}/
|
||||
mkdir -p ${HOME}/.config/${NICK}; cd ${HOME}/.config/${NICK}; mkdir -p printer macro macro/filament slicer gconsole gconsole/commands
|
||||
sudo mkdir -p ${DEST_SHARE}/${NICK}
|
||||
cd settings; tar cf - printer/*.ini macro/*.ini macro/filament/*.ini slicer/*.json slicer/*/base.ini slicer/*/map.ini slicer/*/*.def.json slicer/*/strict.ini gconsole | (cd ${DEST_SHARE}/${NICK}/; sudo tar xf -)
|
||||
|
||||
deinstall::
|
||||
sudo rm -f ${DEST_BIN}/${CMD}
|
||||
|
||||
# ---------------------------------------------------------------------------------------------------------------
|
||||
# -- developer(s) only:
|
||||
|
||||
edit::
|
||||
dee4 print3r Makefile CHANGELOG README.md LICENSE settings/slicer/*.json settings/*/*.ini settings/*/*/*.ini settings/gconsole/commands/*
|
||||
|
||||
backup::
|
||||
cd ..; tar cfz ${NAME}-${VERSION}.tar.gz "--exclude=*/slicers/*" ${NAME}; mv ${NAME}-${VERSION}.tar.gz ~/Backup; scp ~/Backup/${NAME}-${VERSION}.tar.gz backup:Backup/
|
||||
|
||||
backup-settings::
|
||||
cd ~/; tar cfz ${NAME}-Config-`date +%F`.tar.gz .config/print3r; mv ${NAME}-Config-`date +%F`.tar.gz ~/Backup/; scp ~/Backup/${NAME}-Config-`date +%F`.tar.gz backup:Backup/
|
||||
|
||||
change::
|
||||
git commit -am "..."
|
||||
|
||||
pull::
|
||||
git pull
|
||||
|
||||
push::
|
||||
git push -u origin master
|
||||
|
||||
examples::
|
||||
./print3r --fill-density=0 --output=examples/cube.png render Parts/cube.scad
|
||||
./print3r --fill-density=0 --scale=50mm --output=examples/cube-scaled1.png render Parts/cube.scad
|
||||
./print3r --fill-density=0 --scale=10mm,20mm,100mm --output=examples/cube-scaled2.png render Parts/cube.scad
|
||||
./print3r --fill-density=0 --output=examples/benchy.png render Parts/3DBenchy.stl
|
||||
./print3r --fill-density=0 --scale=0,0,150mm --output=examples/benchy-scaled.png render Parts/3DBenchy.stl
|
||||
|
||||
logdb:: logdb-setup
|
||||
sqltk --uri=pg://print3r --input=jsonl --filter=ascii --keys=@ -- "insert into parts (data) values (?)" < ~/.print3r/log.json
|
||||
|
||||
logdb-setup::
|
||||
createdb print3r
|
||||
sqltk --uri=pg://print3r "create table parts ( data jsonb )"
|
||||
|
||||
logdb-test::
|
||||
sqltk --uri=pg://print3r --output=json "select data from parts where data->'uid' = ?" '"...."'
|
||||
sqltk --uri=pg://print3r --output=json "select data from parts where data->'file_list' @> ?" '"cube.stl"'
|
||||
|
||||
stuffdb:: stuffdb-setup
|
||||
sqltk --uri=pg://mystuff --input=jsonl --filter=ascii --keys=@ -- "insert into print3r (data) values (?)" < ~/.print3r/log.json
|
||||
|
||||
stuffdb-setup::
|
||||
sqltk --uri=pg://mystuff "drop table print3r"
|
||||
sqltk --uri=pg://mystuff "create table print3r ( data jsonb )"
|
||||
|
||||
|
||||
@ -1,220 +0,0 @@
|
||||
# Print3r
|
||||
|
||||
## Introduction
|
||||
|
||||
**Print3r** is a command-line tool (without GUI) to print 3d parts (.gcode, .stl, .amf, .3mf, .obj, .off, .scad, .sscad, etc)
|
||||
to 3d printers, utilizing a slicer of your choice (Slic3r, Slic3r PE, PrusaSlicer, SuperSlicer, CuraEngine 3.x, CuraEngine 4.x, CuraEngine 5.x, Cura 15.04 and a few more).
|
||||
|
||||
### Examples
|
||||
```
|
||||
print3r -p prusa-i3 print cube.scad
|
||||
print3r -p ender3 -d /dev/ttyUSB1 print cube.stl
|
||||
print3r preview cube.gcode
|
||||
```
|
||||
|
||||
### Main Features
|
||||
- **print** `.scad`, `.stl`\* or `.gcode` to 3d printers
|
||||
- **slice** `.scad` or `.stl`\* saving `.gcode` without printing
|
||||
- **preprocess parts** with `--scale=<x>,<y>,<z>`, `--rotate=<x>,<y>,<z>`, `--translate=<x>,<y>,<z>`, `--random-placement`, `--auto-center`, `--multiply-part=<n>`
|
||||
- **use slicer-independent arguments** like `--temperature=<c>`, `--layer-height=<h>`, `--fill-density=<f>`, `--perimeters=<n>`, etc.
|
||||
- **send Gcode** from command line arguments with **gcode** or console interactively with **gconsole** command
|
||||
- **render Gcode** and sliced .stl, .scad into `.png` image with **render** command
|
||||
- **preview Gcode** using `yagv` Gcode viewer with **preview** command
|
||||
- **log** lists all past finished prints with all settings used
|
||||
|
||||
\*) `.stl` (ascii & binary), and preliminary `.amf` and `.obj` supported as well.
|
||||
|
||||
## Changelog
|
||||
2022:
|
||||
- 0.3.20: new `@revo-{yellow,red,blue,green,pink}` macros, `-o <output>` added
|
||||
- 0.3.19: `--device/-d --printer/-p --slicer/-s` short-cuts added
|
||||
- 0.3.18: support CuraEngine-5.x / cura5 better
|
||||
- 0.3.17: adding locks for avoiding to print simulatenously to the same printer, better support for cura-slicer & CuraEngine 5.x
|
||||
- 0.3.16: `--scad` with `--scad.`<var>=<val> to pass variables to OpenSCAD models, experimental support for `metatron-` and `enoch-slicer` (--slicer=`metatron` or `enoch`)
|
||||
- 0.3.15: experimental support for voxgl-slicer (`--slicer=voxgl`)
|
||||
|
||||
2021:
|
||||
- 0.3.14: experimental support for `lab-slicer` and `vox3l-slicer` (`--slicer=lab` or `vox3l`)
|
||||
- 0.3.13: supporting webcams via `webcam=<url>[ <url2>...]` and `webcam_snap=<settings>[ <setting2>...]`
|
||||
- 0.3.12: more printer info in log-file, firmware and `M501` output
|
||||
- 0.3.11: experimental support for `zplus-slicer` (`--slicer=zplus`)
|
||||
- 0.3.10: each successful(ended) logged print contains new or `--uid=...` uid (to track printed parts)
|
||||
- 0.3.9: 'log' lists all finished prints, incl. search with term or reference (see help)
|
||||
- 0.3.6: support for `--post=<post1>[,<post2>...]` and `--post_<post1>=proc %i -o %o`
|
||||
- 0.3.5: experimental support for --slicer=cura-slicer & 5dmaker
|
||||
- 0.3.4: --cols=<n> and --rows=<n> in case --multiply-part is used
|
||||
- 0.3.3: experimental support for `--slicer=mandoline` added
|
||||
- 0.3.2: experimental support for `--slicer=slicer4rtn` added
|
||||
|
||||
2019:
|
||||
- 0.3.0: better pipeline of processing div. formats, preliminary 3mf and 3mj (new format) support
|
||||
- 0.2.8: CuraEngine-4.2.0 support via `--slicer=cura4`, see wiki for install instructions
|
||||
- 0.2.6: cleaner script-layer within Gcode processing, slic3r-*: better multi-extruder support `--toolmap` & `--toolremap`
|
||||
- 0.2.5: preliminary `--slicer=prusa` support, additional inline functions support for gcode transformation: `&toolcolor(n,a,b,c,d,e)`, `&hsl2cmy(h,s,l)`, `&phases(n=2|3,p=3|4)`
|
||||
- 0.2.3: support for `--prepend_gcode=...` for start-gcode addition, and `--layer-gcode=...`
|
||||
- 0.2.2: support for `skirts`, `brims` and `rafts`, `support` and `seam` slicer-independent
|
||||
|
||||
2018:
|
||||
- 0.2.0: `client` command added, and `--device=tcp:<remote-ip>[:<n>]` added for remote printing capabilities
|
||||
- 0.1.8: proper cleanup of temporary files (incl. CTRL-C abort)
|
||||
- 0.1.7: more slicer-independent speed settings (`print/travel/infill/perimeter/small_perimeter/bridge/retract_speed`)
|
||||
- 0.1.6: restructure the file layout of settings (e.g. at `/usr/share/print3r` & `~/.config/print3r/`)
|
||||
- 0.1.5: new option `--scad=<code>` to additionally execute openscad code
|
||||
- 0.1.4: various improvements, remap() of general settings to slice-specific settings via `.../<slicer>/map.ini`
|
||||
- 0.1.1: better support for `--slicer=cura` and `cura-legacy`
|
||||
- 0.1.0: `--slicer=<slicer>` with `--printer=<profile>` leads to `../<slicer>/<profile>`, `@<setting>` leads to `settings/macro/<setting>`
|
||||
- 0.0.9: preliminary `.amf` and `.obj` native support for preprocessing (scale,rotate,translate,mirror)
|
||||
- 0.0.8: absolute scaling like `--scale=0,0,30mm` or `--scale=50mm`, and `--scale=50%` same as `--scale=0.5`, `--auto-center` to center print
|
||||
- 0.0.7: `PRINT3R` enviromental variable considered, `'baudrate=auto'` probes baudrate.
|
||||
- 0.0.6: publically released source on github
|
||||
|
||||
### To Do / Planned
|
||||
- ~~slicer agnostic, e.g. support of CuraEngine (just the slicer)~~: done since 0.1.6 with `slic3r`, `slic3r-pe`, `cura-legacy` and `cura`
|
||||
- ~~network connectivity, distributed printing via tcp/ip~~: done since 0.2.0 with `client` command and `--device=tcp:<remote-ip>[:<n>]` (n=0 (default),1,2 etc)
|
||||
- ~~preview gcode in OpenGL/WebGL zoomable views~~: done with 0.1.6 via external [`yagv` viewer](https://github.com/Spiritdude/yagv)
|
||||
- multiple extruder support (preferably slicer-independent)
|
||||
|
||||
## Platform
|
||||
Primary focus in on **Linux** (Debian, Ubuntu) and alike platforms like FreeBSD and such.
|
||||
|
||||
## Requirements
|
||||
- install `openscad`, see [OpenSCAD.org](http://www.openscad.org/)
|
||||
- install `slic3r`, Debian/Ubuntu: `apt install slic3r`
|
||||
- optional:
|
||||
- recommended: [install Slic3r PE](https://github.com/Spiritdude/Print3r/wiki/Print3r:-Slic3r-&-Slic3r-PE)
|
||||
- recommended: [install CuraEngine](https://github.com/Spiritdude/Print3r/wiki/Print3r:-Cura)
|
||||
- [install CuraEngine Legacy](https://github.com/Spiritdude/Print3r/wiki/Print3r:-Cura-Legacy)
|
||||
- recommended: [install FreeCAD2Any](https://github.com/Spiritdude/FreeCAD2Any) which supports FCStd, IGES, STEP and Brep import as well
|
||||
|
||||
## License
|
||||
The software is licensed under GPLv3
|
||||
|
||||
## Download
|
||||
```
|
||||
git clone https://github.com/Spiritdude/Print3r
|
||||
cd Print3r
|
||||
```
|
||||
## Install
|
||||
```
|
||||
make requirements
|
||||
make install
|
||||
```
|
||||
|
||||
### Printer Configurations
|
||||
See [Profiles](https://github.com/Spiritdude/Print3r/wiki/Print3r:-Profiles) how to setup a dedicated printer profile.
|
||||
|
||||
## Usage
|
||||
```
|
||||
Print3r (print3r) 0.3.20 USAGE: [<options>] <cmd> <file1> [<...>]
|
||||
|
||||
options:
|
||||
--verbose or -v or -vv increase verbosity
|
||||
--quiet or -q no output except fatal errors
|
||||
--baudrate=<n> set baudrate, default: 115200
|
||||
-b <n>
|
||||
--device=<d> set device, default: /dev/ttyUSB0
|
||||
-d <device>
|
||||
--slicer=<slicer> set slicer, default: slic3r
|
||||
-s <slicer>
|
||||
5dmaker, cura, cura-legacy, cura-slicer, cura4, cura5, curax, enoch, goslice, kirimoto, lab, mandol
|
||||
ine, metatron, prusa, slic3r, slic3r-pe, slicer4rtn, super, vox3l, voxgl, zplus
|
||||
--printer=<name> config of printer, default: default
|
||||
-p <name>
|
||||
--version display version and exit
|
||||
--output=<file> define output file for 'slice' and 'render' command
|
||||
-o <file>
|
||||
--scad consider all arguments as actual OpenSCAD code (not files)
|
||||
--scadlib=<files> define OpenSCAD files separated by "," or ":"
|
||||
by default 'use <file>', change with --scadimport=include
|
||||
--prepend-gcode=... add manually start-gcode
|
||||
--layer-gcode=... insert gcode at layer change
|
||||
--display_update=off turn built-in display updates off
|
||||
--post_<stage>=... define a post-processing stage (use '%i' input file, '%o' output file)
|
||||
--post=<stage>[,<stage>] apply post-processing stage(s)
|
||||
part preprocessing:
|
||||
--random-placement place print randomly on the bed
|
||||
--auto-center place print in the center
|
||||
--multiply-part=<n> multiply part(s)
|
||||
--rows=<n> define rows for multiplied parts
|
||||
--cols=<n> define cols for multiplied parts
|
||||
--scale=<x>,<y>,<z> scale part x,y,z (absolute if 'mm' is appended)
|
||||
--scale=<f> scale part f,f,f
|
||||
--rotate=<x>,<y>,<z> rotate x,y,z
|
||||
--translate=<x>,<y>,<z> translate x,y,z
|
||||
--mirror=<x>,<y>,<z> mirror x,y,z (0=keep, 1=mirror)
|
||||
--uid=<id> define part unique id (default: auto generated uid)
|
||||
--<key>=<value> include any valid slicer option (e.g. slic3r --help)
|
||||
|
||||
commands:
|
||||
print <file> [...] print (convert & slice & print) part(s) (3mf, 3mj, 5mf, amf, brep, fcstd, iges, obj, off, step, stl)
|
||||
slice <file> [...] slice file(s) to gcode (same formats as 'print')
|
||||
preview <file> [...] slice & preview (same formats as 'print')
|
||||
render <file> [...] render an image (use '--output=sample.png' or so)
|
||||
gcode <code1> [...] send gcode lines
|
||||
gconsole start gcode console
|
||||
client map USB connected printer to network (per device)
|
||||
log [<term>|<#num>] list log of finished prints, use -v for details or --format=json to dump JSON
|
||||
use --output=<k>[,<k1>] to list particular keys
|
||||
if num is negative, the last entries are shown, e.g. '#-5'
|
||||
help
|
||||
|
||||
examples:
|
||||
export PRINT3R "printer=my_printer" --OR-- setenv PRINT3R "printer=my_printer"
|
||||
print3r slice cube.stl
|
||||
print3r --layer-height=0.2 -o test.gcode slice cube.stl
|
||||
print3r -p ender3 -d /dev/ttyUSB1 print test.gcode
|
||||
print3r -p corexy -d /dev/ttyUSB2 --layer-height=0.3 --fill-density=0 print cube.stl
|
||||
print3r -p ender3 -d tcp:192.168.0.2 --layer-height=0.25 print cube.stl
|
||||
print3r print cube.scad
|
||||
print3r print parametric.scad --scad.A=20 --scad.B=30
|
||||
print3r --scad print "cube(20)"
|
||||
print3r --scad print "cube(a)" --scad.a=20
|
||||
print3r log
|
||||
print3r --output=uid,layer_height log cube
|
||||
print3r log -v '#12'
|
||||
print3r gcode 'G28 X Y' 'G1 X60' 'G28 Z'
|
||||
print3r gconsole
|
||||
== Print3r: Gcode Console (gconsole) - use CTRL-C or 'exit' or 'quit' to exit
|
||||
for valid Gcode see https://reprap.org/wiki/G-code
|
||||
conf: device /dev/ttyUSB0, connected
|
||||
> M115
|
||||
...
|
||||
|
||||
```
|
||||
|
||||
## More Examples
|
||||
```
|
||||
print3r --fill-density=0 --layer-height=0.2 print cube.scad
|
||||
print3r --print-center=100,100 print cube.scad
|
||||
print3r --printer=ender3.ini --device=/dev/ttyUSB1 --random-placement --rotate=45,0,0 print cube.scad
|
||||
print3r -p ender3.ini -d /dev/ttyUSB1 --random-placement --rotate=45,0,0 print cube.scad
|
||||
print3r --multiply-part=3 --scale=50% print cube.scad
|
||||
```
|
||||
|
||||
### Scaling Parts
|
||||
```
|
||||
print3r --scale=2 print cube.scad
|
||||
print3r --scale=1,4,0.5 print cube.scad
|
||||
print3r --scale=30% print cube.scad
|
||||
print3r --scale=50mm print cube.scad
|
||||
print3r --scale=0,0,30mm print 3DBenchy.stl
|
||||
```
|
||||
|
||||
### Environment Variable `PRINT3R`
|
||||
You can set any option into PRINT3R environment variable, "<key>=<value>", combined with ":", like:
|
||||
```
|
||||
export PRINT3R "printer=prusa-i3:temperature=190:..."
|
||||
print3r print cube.scad
|
||||
```
|
||||
|
||||
## Render Example
|
||||
Instead to actually print parts, you can also let them render into .png image as well (e.g. for documentation purposes or preview):
|
||||
```
|
||||
print3r --output=benchy.png render 3DBenchy.stl
|
||||
```
|
||||

|
||||
|
||||
## See Also
|
||||
- **[Print3r Wiki](https://github.com/Spiritdude/Print3r/wiki)**, detailed documentation
|
||||
- [Spiritdude's Public Notebook: Print3r](https://spiritdude.wordpress.com/tag/print3r/)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
ffmpeg -i "$1" -ss 5 -r 1 -vsync 1 -qscale 1 -frames:v 1 -f image2 snap-$$.jpg
|
||||
convert snap-$$.jpg -rotate ${2:-0} images_$(date +%F_%H-%M-%S).jpg
|
||||
rm -f snap-$$.jpg
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -1,257 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--AMF generated by Jonathan Hiller's XmlStream class, originally written for AMF file format (http://amf.wikispaces.com/)-->
|
||||
<amf unit="inch" version="1.1">
|
||||
<metadata type="name">Sphere20</metadata>
|
||||
<object id="3">
|
||||
<mesh>
|
||||
<vertices>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-2.62866</x>
|
||||
<y>4.25325</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>-0.525731</nx>
|
||||
<ny>0.850651</ny>
|
||||
<nz>0</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>2.62866</x>
|
||||
<y>4.25325</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0.525731</nx>
|
||||
<ny>0.850651</ny>
|
||||
<nz>0</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-2.62866</x>
|
||||
<y>-4.25325</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>-0.525731</nx>
|
||||
<ny>-0.850651</ny>
|
||||
<nz>0</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>2.62866</x>
|
||||
<y>-4.25325</y>
|
||||
<z>0</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0.525731</nx>
|
||||
<ny>-0.850651</ny>
|
||||
<nz>0</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>0</x>
|
||||
<y>-2.62866</y>
|
||||
<z>4.25325</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0</nx>
|
||||
<ny>-0.525731</ny>
|
||||
<nz>0.850651</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>0</x>
|
||||
<y>2.62866</y>
|
||||
<z>4.25325</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0</nx>
|
||||
<ny>0.525731</ny>
|
||||
<nz>0.850651</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>0</x>
|
||||
<y>-2.62866</y>
|
||||
<z>-4.25325</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0</nx>
|
||||
<ny>-0.525731</ny>
|
||||
<nz>-0.850651</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>0</x>
|
||||
<y>2.62866</y>
|
||||
<z>-4.25325</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0</nx>
|
||||
<ny>0.525731</ny>
|
||||
<nz>-0.850651</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>4.25325</x>
|
||||
<y>0</y>
|
||||
<z>-2.62866</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0.850651</nx>
|
||||
<ny>0</ny>
|
||||
<nz>-0.525731</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>4.25325</x>
|
||||
<y>0</y>
|
||||
<z>2.62866</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>0.850651</nx>
|
||||
<ny>0</ny>
|
||||
<nz>0.525731</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-4.25325</x>
|
||||
<y>0</y>
|
||||
<z>-2.62866</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>-0.850651</nx>
|
||||
<ny>0</ny>
|
||||
<nz>-0.525731</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
<vertex>
|
||||
<coordinates>
|
||||
<x>-4.25325</x>
|
||||
<y>0</y>
|
||||
<z>2.62866</z>
|
||||
</coordinates>
|
||||
<normal>
|
||||
<nx>-0.850651</nx>
|
||||
<ny>0</ny>
|
||||
<nz>0.525731</nz>
|
||||
</normal>
|
||||
</vertex>
|
||||
</vertices>
|
||||
<volume>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>11</v2>
|
||||
<v3>5</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>5</v2>
|
||||
<v3>1</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>1</v2>
|
||||
<v3>7</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>7</v2>
|
||||
<v3>10</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>0</v1>
|
||||
<v2>10</v2>
|
||||
<v3>11</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>1</v1>
|
||||
<v2>5</v2>
|
||||
<v3>9</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>5</v1>
|
||||
<v2>11</v2>
|
||||
<v3>4</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>11</v1>
|
||||
<v2>10</v2>
|
||||
<v3>2</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>10</v1>
|
||||
<v2>7</v2>
|
||||
<v3>6</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>7</v1>
|
||||
<v2>1</v2>
|
||||
<v3>8</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>3</v1>
|
||||
<v2>9</v2>
|
||||
<v3>4</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>3</v1>
|
||||
<v2>4</v2>
|
||||
<v3>2</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>3</v1>
|
||||
<v2>2</v2>
|
||||
<v3>6</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>3</v1>
|
||||
<v2>6</v2>
|
||||
<v3>8</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>3</v1>
|
||||
<v2>8</v2>
|
||||
<v3>9</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>4</v1>
|
||||
<v2>9</v2>
|
||||
<v3>5</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>2</v1>
|
||||
<v2>4</v2>
|
||||
<v3>11</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>6</v1>
|
||||
<v2>2</v2>
|
||||
<v3>10</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>8</v1>
|
||||
<v2>6</v2>
|
||||
<v3>7</v3>
|
||||
</triangle>
|
||||
<triangle>
|
||||
<v1>9</v1>
|
||||
<v2>8</v2>
|
||||
<v3>1</v3>
|
||||
</triangle>
|
||||
</volume>
|
||||
</mesh>
|
||||
</object>
|
||||
</amf>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,286 +0,0 @@
|
||||
DBRep_DrawableShape
|
||||
|
||||
CASCADE Topology V1, (c) Matra-Datavision
|
||||
Locations 1
|
||||
1
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
0 0 1 0
|
||||
Curve2ds 24
|
||||
1 0 0 1 0
|
||||
1 0 0 1 0
|
||||
1 20 0 0 -1
|
||||
1 0 0 0 1
|
||||
1 0 -20 1 0
|
||||
1 0 0 1 0
|
||||
1 0 0 0 -1
|
||||
1 0 0 0 1
|
||||
1 0 0 1 0
|
||||
1 0 20 1 0
|
||||
1 20 0 0 -1
|
||||
1 20 0 0 1
|
||||
1 0 -20 1 0
|
||||
1 0 20 1 0
|
||||
1 0 0 0 -1
|
||||
1 20 0 0 1
|
||||
1 0 0 0 1
|
||||
1 0 0 1 0
|
||||
1 20 0 0 1
|
||||
1 0 0 1 0
|
||||
1 0 0 0 1
|
||||
1 0 20 1 0
|
||||
1 20 0 0 1
|
||||
1 0 20 1 0
|
||||
Curves 12
|
||||
1 0 0 0 0 0 1
|
||||
1 0 0 20 -0 1 0
|
||||
1 0 20 0 0 0 1
|
||||
1 0 0 0 -0 1 0
|
||||
1 20 0 0 0 0 1
|
||||
1 20 0 20 -0 1 0
|
||||
1 20 20 0 0 0 1
|
||||
1 20 0 0 -0 1 0
|
||||
1 0 0 0 1 0 -0
|
||||
1 0 0 20 1 0 -0
|
||||
1 0 20 0 1 0 -0
|
||||
1 0 20 20 1 0 -0
|
||||
Polygon3D 0
|
||||
PolygonOnTriangulations 0
|
||||
Surfaces 6
|
||||
1 0 0 0 1 0 -0 0 0 1 0 -1 0
|
||||
1 0 0 0 -0 1 0 0 0 1 1 0 -0
|
||||
1 0 0 20 0 0 1 1 0 -0 -0 1 0
|
||||
1 0 20 0 -0 1 0 0 0 1 1 0 -0
|
||||
1 0 0 0 0 0 1 1 0 -0 -0 1 0
|
||||
1 20 0 0 1 0 -0 0 0 1 0 -1 0
|
||||
Triangulations 0
|
||||
|
||||
TShapes 34
|
||||
Ve
|
||||
1e-07
|
||||
0 0 20
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ve
|
||||
1e-07
|
||||
0 0 0
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 1 0 0 20
|
||||
2 1 1 0 0 20
|
||||
2 2 2 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-34 0 +33 0 *
|
||||
Ve
|
||||
1e-07
|
||||
0 20 20
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 2 0 0 20
|
||||
2 3 1 0 0 20
|
||||
2 4 3 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-31 0 +34 0 *
|
||||
Ve
|
||||
1e-07
|
||||
0 20 0
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 3 0 0 20
|
||||
2 5 1 0 0 20
|
||||
2 6 4 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-31 0 +29 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 4 0 0 20
|
||||
2 7 1 0 0 20
|
||||
2 8 5 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-29 0 +33 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-32 0 -30 0 +28 0 +27 0 *
|
||||
Fa
|
||||
0 1e-07 1 0
|
||||
|
||||
0111000
|
||||
+26 0 *
|
||||
Ve
|
||||
1e-07
|
||||
20 0 20
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ve
|
||||
1e-07
|
||||
20 0 0
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 5 0 0 20
|
||||
2 9 6 0 0 20
|
||||
2 10 2 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-24 0 +23 0 *
|
||||
Ve
|
||||
1e-07
|
||||
20 20 20
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 6 0 0 20
|
||||
2 11 6 0 0 20
|
||||
2 12 3 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-21 0 +24 0 *
|
||||
Ve
|
||||
1e-07
|
||||
20 20 0
|
||||
0 0
|
||||
|
||||
0101101
|
||||
*
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 7 0 0 20
|
||||
2 13 6 0 0 20
|
||||
2 14 4 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-21 0 +19 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 8 0 0 20
|
||||
2 15 6 0 0 20
|
||||
2 16 5 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-19 0 +23 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-22 0 -20 0 +18 0 +17 0 *
|
||||
Fa
|
||||
0 1e-07 6 0
|
||||
|
||||
0111000
|
||||
+16 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 9 0 0 20
|
||||
2 17 2 0 0 20
|
||||
2 18 5 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-23 0 +33 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 10 0 0 20
|
||||
2 19 2 0 0 20
|
||||
2 20 3 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-24 0 +34 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-14 0 -22 0 +13 0 +32 0 *
|
||||
Fa
|
||||
0 1e-07 2 0
|
||||
|
||||
0111000
|
||||
+12 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 11 0 0 20
|
||||
2 21 4 0 0 20
|
||||
2 22 5 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-19 0 +29 0 *
|
||||
Ed
|
||||
1e-07 1 1 0
|
||||
1 12 0 0 20
|
||||
2 23 4 0 0 20
|
||||
2 24 3 0 0 20
|
||||
0
|
||||
|
||||
0101000
|
||||
-21 0 +31 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-10 0 -18 0 +9 0 +28 0 *
|
||||
Fa
|
||||
0 1e-07 4 0
|
||||
|
||||
0111000
|
||||
+8 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-27 0 -10 0 +17 0 +14 0 *
|
||||
Fa
|
||||
0 1e-07 5 0
|
||||
|
||||
0111000
|
||||
+6 0 *
|
||||
Wi
|
||||
|
||||
0101100
|
||||
-30 0 -9 0 +20 0 +13 0 *
|
||||
Fa
|
||||
0 1e-07 3 0
|
||||
|
||||
0111000
|
||||
+4 0 *
|
||||
Sh
|
||||
|
||||
0101100
|
||||
-25 0 +15 0 -11 0 +7 0 -5 0 +3 0 *
|
||||
So
|
||||
|
||||
1100000
|
||||
+2 0 *
|
||||
|
||||
+1 1
|
||||
@ -1,153 +0,0 @@
|
||||
S0000001
|
||||
,,31HOpen CASCADE IGES processor 7.5,13HFilename.iges, G0000001
|
||||
16HOpen CASCADE 7.5,31HOpen CASCADE IGES processor 7.5,32,308,15,308,15,G0000002
|
||||
,1.,2,2HMM,1,0.01,15H20210816.062528,1E-07,20.,,,11,0, G0000003
|
||||
15H20210816.062528,; G0000004
|
||||
402 1 0 0 0 0 0 000000000D0000001
|
||||
402 0 0 1 1 0D0000002
|
||||
144 2 0 0 0 0 0 000020000D0000003
|
||||
144 0 0 1 0 0D0000004
|
||||
108 3 0 0 0 0 0 000010000D0000005
|
||||
108 0 0 1 0 0D0000006
|
||||
142 4 0 0 0 0 0 000010500D0000007
|
||||
142 0 0 1 0 0D0000008
|
||||
102 5 0 0 0 0 0 000010000D0000009
|
||||
102 0 0 1 0 0D0000010
|
||||
110 6 0 0 0 0 0 000010000D0000011
|
||||
110 0 0 1 0 0D0000012
|
||||
110 7 0 0 0 0 0 000010000D0000013
|
||||
110 0 0 1 0 0D0000014
|
||||
110 8 0 0 0 0 0 000010000D0000015
|
||||
110 0 0 1 0 0D0000016
|
||||
110 9 0 0 0 0 0 000010000D0000017
|
||||
110 0 0 1 0 0D0000018
|
||||
144 10 0 0 0 0 0 000020000D0000019
|
||||
144 0 0 1 0 0D0000020
|
||||
108 11 0 0 0 0 0 000010000D0000021
|
||||
108 0 0 1 0 0D0000022
|
||||
142 12 0 0 0 0 0 000010500D0000023
|
||||
142 0 0 1 0 0D0000024
|
||||
102 13 0 0 0 0 0 000010000D0000025
|
||||
102 0 0 1 0 0D0000026
|
||||
110 14 0 0 0 0 0 000010000D0000027
|
||||
110 0 0 1 0 0D0000028
|
||||
110 15 0 0 0 0 0 000010000D0000029
|
||||
110 0 0 1 0 0D0000030
|
||||
110 16 0 0 0 0 0 000010000D0000031
|
||||
110 0 0 1 0 0D0000032
|
||||
110 17 0 0 0 0 0 000010000D0000033
|
||||
110 0 0 1 0 0D0000034
|
||||
144 18 0 0 0 0 0 000020000D0000035
|
||||
144 0 0 1 0 0D0000036
|
||||
108 19 0 0 0 0 0 000010000D0000037
|
||||
108 0 0 1 0 0D0000038
|
||||
142 20 0 0 0 0 0 000010500D0000039
|
||||
142 0 0 1 0 0D0000040
|
||||
102 21 0 0 0 0 0 000010000D0000041
|
||||
102 0 0 1 0 0D0000042
|
||||
110 22 0 0 0 0 0 000010000D0000043
|
||||
110 0 0 1 0 0D0000044
|
||||
110 23 0 0 0 0 0 000010000D0000045
|
||||
110 0 0 1 0 0D0000046
|
||||
110 24 0 0 0 0 0 000010000D0000047
|
||||
110 0 0 1 0 0D0000048
|
||||
110 25 0 0 0 0 0 000010000D0000049
|
||||
110 0 0 1 0 0D0000050
|
||||
144 26 0 0 0 0 0 000020000D0000051
|
||||
144 0 0 1 0 0D0000052
|
||||
108 27 0 0 0 0 0 000010000D0000053
|
||||
108 0 0 1 0 0D0000054
|
||||
142 28 0 0 0 0 0 000010500D0000055
|
||||
142 0 0 1 0 0D0000056
|
||||
102 29 0 0 0 0 0 000010000D0000057
|
||||
102 0 0 1 0 0D0000058
|
||||
110 30 0 0 0 0 0 000010000D0000059
|
||||
110 0 0 1 0 0D0000060
|
||||
110 31 0 0 0 0 0 000010000D0000061
|
||||
110 0 0 1 0 0D0000062
|
||||
110 32 0 0 0 0 0 000010000D0000063
|
||||
110 0 0 1 0 0D0000064
|
||||
110 33 0 0 0 0 0 000010000D0000065
|
||||
110 0 0 1 0 0D0000066
|
||||
144 34 0 0 0 0 0 000020000D0000067
|
||||
144 0 0 1 0 0D0000068
|
||||
108 35 0 0 0 0 0 000010000D0000069
|
||||
108 0 0 1 0 0D0000070
|
||||
142 36 0 0 0 0 0 000010500D0000071
|
||||
142 0 0 1 0 0D0000072
|
||||
102 37 0 0 0 0 0 000010000D0000073
|
||||
102 0 0 1 0 0D0000074
|
||||
110 38 0 0 0 0 0 000010000D0000075
|
||||
110 0 0 1 0 0D0000076
|
||||
110 39 0 0 0 0 0 000010000D0000077
|
||||
110 0 0 1 0 0D0000078
|
||||
110 40 0 0 0 0 0 000010000D0000079
|
||||
110 0 0 1 0 0D0000080
|
||||
110 41 0 0 0 0 0 000010000D0000081
|
||||
110 0 0 1 0 0D0000082
|
||||
144 42 0 0 0 0 0 000020000D0000083
|
||||
144 0 0 1 0 0D0000084
|
||||
108 43 0 0 0 0 0 000010000D0000085
|
||||
108 0 0 1 0 0D0000086
|
||||
142 44 0 0 0 0 0 000010500D0000087
|
||||
142 0 0 1 0 0D0000088
|
||||
102 45 0 0 0 0 0 000010000D0000089
|
||||
102 0 0 1 0 0D0000090
|
||||
110 46 0 0 0 0 0 000010000D0000091
|
||||
110 0 0 1 0 0D0000092
|
||||
110 47 0 0 0 0 0 000010000D0000093
|
||||
110 0 0 1 0 0D0000094
|
||||
110 48 0 0 0 0 0 000010000D0000095
|
||||
110 0 0 1 0 0D0000096
|
||||
110 49 0 0 0 0 0 000010000D0000097
|
||||
110 0 0 1 0 0D0000098
|
||||
402,6,3,19,35,51,67,83; 0000001P0000001
|
||||
144,5,1,0,7; 0000003P0000002
|
||||
108,-1.,-0.,-0.,-0.,0,0.,0.,0.,0.; 0000005P0000003
|
||||
142,0,5,0,9,2; 0000007P0000004
|
||||
102,4,11,13,15,17; 0000009P0000005
|
||||
110,0.,20.,0.,0.,0.,0.; 0000011P0000006
|
||||
110,0.,0.,0.,0.,0.,20.; 0000013P0000007
|
||||
110,0.,0.,20.,0.,20.,20.; 0000015P0000008
|
||||
110,0.,20.,20.,0.,20.,0.; 0000017P0000009
|
||||
144,21,1,0,23; 0000019P0000010
|
||||
108,1.,0.,0.,20.,0,20.,0.,0.,0.; 0000021P0000011
|
||||
142,0,21,0,25,2; 0000023P0000012
|
||||
102,4,27,29,31,33; 0000025P0000013
|
||||
110,20.,0.,20.,20.,0.,0.; 0000027P0000014
|
||||
110,20.,0.,0.,20.,20.,0.; 0000029P0000015
|
||||
110,20.,20.,0.,20.,20.,20.; 0000031P0000016
|
||||
110,20.,20.,20.,20.,0.,20.; 0000033P0000017
|
||||
144,37,1,0,39; 0000035P0000018
|
||||
108,-0.,-1.,-0.,-0.,0,0.,0.,0.,0.; 0000037P0000019
|
||||
142,0,37,0,41,2; 0000039P0000020
|
||||
102,4,43,45,47,49; 0000041P0000021
|
||||
110,0.,0.,20.,0.,0.,0.; 0000043P0000022
|
||||
110,0.,0.,0.,20.,0.,0.; 0000045P0000023
|
||||
110,20.,0.,0.,20.,0.,20.; 0000047P0000024
|
||||
110,20.,0.,20.,0.,0.,20.; 0000049P0000025
|
||||
144,53,1,0,55; 0000051P0000026
|
||||
108,0.,1.,0.,20.,0,0.,20.,0.,0.; 0000053P0000027
|
||||
142,0,53,0,57,2; 0000055P0000028
|
||||
102,4,59,61,63,65; 0000057P0000029
|
||||
110,20.,20.,0.,0.,20.,0.; 0000059P0000030
|
||||
110,0.,20.,0.,0.,20.,20.; 0000061P0000031
|
||||
110,0.,20.,20.,20.,20.,20.; 0000063P0000032
|
||||
110,20.,20.,20.,20.,20.,0.; 0000065P0000033
|
||||
144,69,1,0,71; 0000067P0000034
|
||||
108,-0.,-0.,-1.,-0.,0,0.,0.,0.,0.; 0000069P0000035
|
||||
142,0,69,0,73,2; 0000071P0000036
|
||||
102,4,75,77,79,81; 0000073P0000037
|
||||
110,20.,0.,0.,0.,0.,0.; 0000075P0000038
|
||||
110,0.,0.,0.,0.,20.,0.; 0000077P0000039
|
||||
110,0.,20.,0.,20.,20.,0.; 0000079P0000040
|
||||
110,20.,20.,0.,20.,0.,0.; 0000081P0000041
|
||||
144,85,1,0,87; 0000083P0000042
|
||||
108,0.,0.,1.,20.,0,0.,0.,20.,0.; 0000085P0000043
|
||||
142,0,85,0,89,2; 0000087P0000044
|
||||
102,4,91,93,95,97; 0000089P0000045
|
||||
110,0.,20.,20.,0.,0.,20.; 0000091P0000046
|
||||
110,0.,0.,20.,20.,0.,20.; 0000093P0000047
|
||||
110,20.,0.,20.,20.,20.,20.; 0000095P0000048
|
||||
110,20.,20.,20.,0.,20.,20.; 0000097P0000049
|
||||
S 1G 4D 98P 49 T0000001
|
||||
@ -1 +0,0 @@
|
||||
cube(20);
|
||||
@ -1,415 +0,0 @@
|
||||
ISO-10303-21;
|
||||
HEADER;
|
||||
FILE_DESCRIPTION(('FreeCAD Model'),'2;1');
|
||||
FILE_NAME('Open CASCADE Shape Model','2021-08-16T06:26:10',('FreeCAD'),(
|
||||
'FreeCAD'),'Open CASCADE STEP processor 7.5','FreeCAD','Unknown');
|
||||
FILE_SCHEMA(('AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }'));
|
||||
ENDSEC;
|
||||
DATA;
|
||||
#1 = APPLICATION_PROTOCOL_DEFINITION('international standard',
|
||||
'automotive_design',2000,#2);
|
||||
#2 = APPLICATION_CONTEXT(
|
||||
'core data for automotive mechanical design processes');
|
||||
#3 = SHAPE_DEFINITION_REPRESENTATION(#4,#10);
|
||||
#4 = PRODUCT_DEFINITION_SHAPE('','',#5);
|
||||
#5 = PRODUCT_DEFINITION('design','',#6,#9);
|
||||
#6 = PRODUCT_DEFINITION_FORMATION('','',#7);
|
||||
#7 = PRODUCT('Open CASCADE STEP translator 7.5 1',
|
||||
'Open CASCADE STEP translator 7.5 1','',(#8));
|
||||
#8 = PRODUCT_CONTEXT('',#2,'mechanical');
|
||||
#9 = PRODUCT_DEFINITION_CONTEXT('part definition',#2,'design');
|
||||
#10 = ADVANCED_BREP_SHAPE_REPRESENTATION('',(#11,#15),#345);
|
||||
#11 = AXIS2_PLACEMENT_3D('',#12,#13,#14);
|
||||
#12 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#13 = DIRECTION('',(0.,0.,1.));
|
||||
#14 = DIRECTION('',(1.,0.,-0.));
|
||||
#15 = MANIFOLD_SOLID_BREP('',#16);
|
||||
#16 = CLOSED_SHELL('',(#17,#137,#237,#284,#331,#338));
|
||||
#17 = ADVANCED_FACE('',(#18),#32,.F.);
|
||||
#18 = FACE_BOUND('',#19,.F.);
|
||||
#19 = EDGE_LOOP('',(#20,#55,#83,#111));
|
||||
#20 = ORIENTED_EDGE('',*,*,#21,.F.);
|
||||
#21 = EDGE_CURVE('',#22,#24,#26,.T.);
|
||||
#22 = VERTEX_POINT('',#23);
|
||||
#23 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#24 = VERTEX_POINT('',#25);
|
||||
#25 = CARTESIAN_POINT('',(0.,0.,20.));
|
||||
#26 = SURFACE_CURVE('',#27,(#31,#43),.PCURVE_S1.);
|
||||
#27 = LINE('',#28,#29);
|
||||
#28 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#29 = VECTOR('',#30,1.);
|
||||
#30 = DIRECTION('',(0.,0.,1.));
|
||||
#31 = PCURVE('',#32,#37);
|
||||
#32 = PLANE('',#33);
|
||||
#33 = AXIS2_PLACEMENT_3D('',#34,#35,#36);
|
||||
#34 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#35 = DIRECTION('',(1.,0.,0.));
|
||||
#36 = DIRECTION('',(0.,0.,1.));
|
||||
#37 = DEFINITIONAL_REPRESENTATION('',(#38),#42);
|
||||
#38 = LINE('',#39,#40);
|
||||
#39 = CARTESIAN_POINT('',(0.,0.));
|
||||
#40 = VECTOR('',#41,1.);
|
||||
#41 = DIRECTION('',(1.,0.));
|
||||
#42 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#43 = PCURVE('',#44,#49);
|
||||
#44 = PLANE('',#45);
|
||||
#45 = AXIS2_PLACEMENT_3D('',#46,#47,#48);
|
||||
#46 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#47 = DIRECTION('',(0.,1.,0.));
|
||||
#48 = DIRECTION('',(0.,0.,1.));
|
||||
#49 = DEFINITIONAL_REPRESENTATION('',(#50),#54);
|
||||
#50 = LINE('',#51,#52);
|
||||
#51 = CARTESIAN_POINT('',(0.,0.));
|
||||
#52 = VECTOR('',#53,1.);
|
||||
#53 = DIRECTION('',(1.,0.));
|
||||
#54 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#55 = ORIENTED_EDGE('',*,*,#56,.T.);
|
||||
#56 = EDGE_CURVE('',#22,#57,#59,.T.);
|
||||
#57 = VERTEX_POINT('',#58);
|
||||
#58 = CARTESIAN_POINT('',(0.,20.,0.));
|
||||
#59 = SURFACE_CURVE('',#60,(#64,#71),.PCURVE_S1.);
|
||||
#60 = LINE('',#61,#62);
|
||||
#61 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#62 = VECTOR('',#63,1.);
|
||||
#63 = DIRECTION('',(0.,1.,0.));
|
||||
#64 = PCURVE('',#32,#65);
|
||||
#65 = DEFINITIONAL_REPRESENTATION('',(#66),#70);
|
||||
#66 = LINE('',#67,#68);
|
||||
#67 = CARTESIAN_POINT('',(0.,0.));
|
||||
#68 = VECTOR('',#69,1.);
|
||||
#69 = DIRECTION('',(0.,-1.));
|
||||
#70 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#71 = PCURVE('',#72,#77);
|
||||
#72 = PLANE('',#73);
|
||||
#73 = AXIS2_PLACEMENT_3D('',#74,#75,#76);
|
||||
#74 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#75 = DIRECTION('',(0.,0.,1.));
|
||||
#76 = DIRECTION('',(1.,0.,0.));
|
||||
#77 = DEFINITIONAL_REPRESENTATION('',(#78),#82);
|
||||
#78 = LINE('',#79,#80);
|
||||
#79 = CARTESIAN_POINT('',(0.,0.));
|
||||
#80 = VECTOR('',#81,1.);
|
||||
#81 = DIRECTION('',(0.,1.));
|
||||
#82 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#83 = ORIENTED_EDGE('',*,*,#84,.T.);
|
||||
#84 = EDGE_CURVE('',#57,#85,#87,.T.);
|
||||
#85 = VERTEX_POINT('',#86);
|
||||
#86 = CARTESIAN_POINT('',(0.,20.,20.));
|
||||
#87 = SURFACE_CURVE('',#88,(#92,#99),.PCURVE_S1.);
|
||||
#88 = LINE('',#89,#90);
|
||||
#89 = CARTESIAN_POINT('',(0.,20.,0.));
|
||||
#90 = VECTOR('',#91,1.);
|
||||
#91 = DIRECTION('',(0.,0.,1.));
|
||||
#92 = PCURVE('',#32,#93);
|
||||
#93 = DEFINITIONAL_REPRESENTATION('',(#94),#98);
|
||||
#94 = LINE('',#95,#96);
|
||||
#95 = CARTESIAN_POINT('',(0.,-20.));
|
||||
#96 = VECTOR('',#97,1.);
|
||||
#97 = DIRECTION('',(1.,0.));
|
||||
#98 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#99 = PCURVE('',#100,#105);
|
||||
#100 = PLANE('',#101);
|
||||
#101 = AXIS2_PLACEMENT_3D('',#102,#103,#104);
|
||||
#102 = CARTESIAN_POINT('',(0.,20.,0.));
|
||||
#103 = DIRECTION('',(0.,1.,0.));
|
||||
#104 = DIRECTION('',(0.,0.,1.));
|
||||
#105 = DEFINITIONAL_REPRESENTATION('',(#106),#110);
|
||||
#106 = LINE('',#107,#108);
|
||||
#107 = CARTESIAN_POINT('',(0.,0.));
|
||||
#108 = VECTOR('',#109,1.);
|
||||
#109 = DIRECTION('',(1.,0.));
|
||||
#110 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#111 = ORIENTED_EDGE('',*,*,#112,.F.);
|
||||
#112 = EDGE_CURVE('',#24,#85,#113,.T.);
|
||||
#113 = SURFACE_CURVE('',#114,(#118,#125),.PCURVE_S1.);
|
||||
#114 = LINE('',#115,#116);
|
||||
#115 = CARTESIAN_POINT('',(0.,0.,20.));
|
||||
#116 = VECTOR('',#117,1.);
|
||||
#117 = DIRECTION('',(0.,1.,0.));
|
||||
#118 = PCURVE('',#32,#119);
|
||||
#119 = DEFINITIONAL_REPRESENTATION('',(#120),#124);
|
||||
#120 = LINE('',#121,#122);
|
||||
#121 = CARTESIAN_POINT('',(20.,0.));
|
||||
#122 = VECTOR('',#123,1.);
|
||||
#123 = DIRECTION('',(0.,-1.));
|
||||
#124 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#125 = PCURVE('',#126,#131);
|
||||
#126 = PLANE('',#127);
|
||||
#127 = AXIS2_PLACEMENT_3D('',#128,#129,#130);
|
||||
#128 = CARTESIAN_POINT('',(0.,0.,20.));
|
||||
#129 = DIRECTION('',(0.,0.,1.));
|
||||
#130 = DIRECTION('',(1.,0.,0.));
|
||||
#131 = DEFINITIONAL_REPRESENTATION('',(#132),#136);
|
||||
#132 = LINE('',#133,#134);
|
||||
#133 = CARTESIAN_POINT('',(0.,0.));
|
||||
#134 = VECTOR('',#135,1.);
|
||||
#135 = DIRECTION('',(0.,1.));
|
||||
#136 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#137 = ADVANCED_FACE('',(#138),#152,.T.);
|
||||
#138 = FACE_BOUND('',#139,.T.);
|
||||
#139 = EDGE_LOOP('',(#140,#170,#193,#216));
|
||||
#140 = ORIENTED_EDGE('',*,*,#141,.F.);
|
||||
#141 = EDGE_CURVE('',#142,#144,#146,.T.);
|
||||
#142 = VERTEX_POINT('',#143);
|
||||
#143 = CARTESIAN_POINT('',(20.,0.,0.));
|
||||
#144 = VERTEX_POINT('',#145);
|
||||
#145 = CARTESIAN_POINT('',(20.,0.,20.));
|
||||
#146 = SURFACE_CURVE('',#147,(#151,#163),.PCURVE_S1.);
|
||||
#147 = LINE('',#148,#149);
|
||||
#148 = CARTESIAN_POINT('',(20.,0.,0.));
|
||||
#149 = VECTOR('',#150,1.);
|
||||
#150 = DIRECTION('',(0.,0.,1.));
|
||||
#151 = PCURVE('',#152,#157);
|
||||
#152 = PLANE('',#153);
|
||||
#153 = AXIS2_PLACEMENT_3D('',#154,#155,#156);
|
||||
#154 = CARTESIAN_POINT('',(20.,0.,0.));
|
||||
#155 = DIRECTION('',(1.,0.,0.));
|
||||
#156 = DIRECTION('',(0.,0.,1.));
|
||||
#157 = DEFINITIONAL_REPRESENTATION('',(#158),#162);
|
||||
#158 = LINE('',#159,#160);
|
||||
#159 = CARTESIAN_POINT('',(0.,0.));
|
||||
#160 = VECTOR('',#161,1.);
|
||||
#161 = DIRECTION('',(1.,0.));
|
||||
#162 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#163 = PCURVE('',#44,#164);
|
||||
#164 = DEFINITIONAL_REPRESENTATION('',(#165),#169);
|
||||
#165 = LINE('',#166,#167);
|
||||
#166 = CARTESIAN_POINT('',(0.,20.));
|
||||
#167 = VECTOR('',#168,1.);
|
||||
#168 = DIRECTION('',(1.,0.));
|
||||
#169 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#170 = ORIENTED_EDGE('',*,*,#171,.T.);
|
||||
#171 = EDGE_CURVE('',#142,#172,#174,.T.);
|
||||
#172 = VERTEX_POINT('',#173);
|
||||
#173 = CARTESIAN_POINT('',(20.,20.,0.));
|
||||
#174 = SURFACE_CURVE('',#175,(#179,#186),.PCURVE_S1.);
|
||||
#175 = LINE('',#176,#177);
|
||||
#176 = CARTESIAN_POINT('',(20.,0.,0.));
|
||||
#177 = VECTOR('',#178,1.);
|
||||
#178 = DIRECTION('',(0.,1.,0.));
|
||||
#179 = PCURVE('',#152,#180);
|
||||
#180 = DEFINITIONAL_REPRESENTATION('',(#181),#185);
|
||||
#181 = LINE('',#182,#183);
|
||||
#182 = CARTESIAN_POINT('',(0.,0.));
|
||||
#183 = VECTOR('',#184,1.);
|
||||
#184 = DIRECTION('',(0.,-1.));
|
||||
#185 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#186 = PCURVE('',#72,#187);
|
||||
#187 = DEFINITIONAL_REPRESENTATION('',(#188),#192);
|
||||
#188 = LINE('',#189,#190);
|
||||
#189 = CARTESIAN_POINT('',(20.,0.));
|
||||
#190 = VECTOR('',#191,1.);
|
||||
#191 = DIRECTION('',(0.,1.));
|
||||
#192 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#193 = ORIENTED_EDGE('',*,*,#194,.T.);
|
||||
#194 = EDGE_CURVE('',#172,#195,#197,.T.);
|
||||
#195 = VERTEX_POINT('',#196);
|
||||
#196 = CARTESIAN_POINT('',(20.,20.,20.));
|
||||
#197 = SURFACE_CURVE('',#198,(#202,#209),.PCURVE_S1.);
|
||||
#198 = LINE('',#199,#200);
|
||||
#199 = CARTESIAN_POINT('',(20.,20.,0.));
|
||||
#200 = VECTOR('',#201,1.);
|
||||
#201 = DIRECTION('',(0.,0.,1.));
|
||||
#202 = PCURVE('',#152,#203);
|
||||
#203 = DEFINITIONAL_REPRESENTATION('',(#204),#208);
|
||||
#204 = LINE('',#205,#206);
|
||||
#205 = CARTESIAN_POINT('',(0.,-20.));
|
||||
#206 = VECTOR('',#207,1.);
|
||||
#207 = DIRECTION('',(1.,0.));
|
||||
#208 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#209 = PCURVE('',#100,#210);
|
||||
#210 = DEFINITIONAL_REPRESENTATION('',(#211),#215);
|
||||
#211 = LINE('',#212,#213);
|
||||
#212 = CARTESIAN_POINT('',(0.,20.));
|
||||
#213 = VECTOR('',#214,1.);
|
||||
#214 = DIRECTION('',(1.,0.));
|
||||
#215 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#216 = ORIENTED_EDGE('',*,*,#217,.F.);
|
||||
#217 = EDGE_CURVE('',#144,#195,#218,.T.);
|
||||
#218 = SURFACE_CURVE('',#219,(#223,#230),.PCURVE_S1.);
|
||||
#219 = LINE('',#220,#221);
|
||||
#220 = CARTESIAN_POINT('',(20.,0.,20.));
|
||||
#221 = VECTOR('',#222,1.);
|
||||
#222 = DIRECTION('',(0.,1.,0.));
|
||||
#223 = PCURVE('',#152,#224);
|
||||
#224 = DEFINITIONAL_REPRESENTATION('',(#225),#229);
|
||||
#225 = LINE('',#226,#227);
|
||||
#226 = CARTESIAN_POINT('',(20.,0.));
|
||||
#227 = VECTOR('',#228,1.);
|
||||
#228 = DIRECTION('',(0.,-1.));
|
||||
#229 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#230 = PCURVE('',#126,#231);
|
||||
#231 = DEFINITIONAL_REPRESENTATION('',(#232),#236);
|
||||
#232 = LINE('',#233,#234);
|
||||
#233 = CARTESIAN_POINT('',(20.,0.));
|
||||
#234 = VECTOR('',#235,1.);
|
||||
#235 = DIRECTION('',(0.,1.));
|
||||
#236 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#237 = ADVANCED_FACE('',(#238),#44,.F.);
|
||||
#238 = FACE_BOUND('',#239,.F.);
|
||||
#239 = EDGE_LOOP('',(#240,#261,#262,#283));
|
||||
#240 = ORIENTED_EDGE('',*,*,#241,.F.);
|
||||
#241 = EDGE_CURVE('',#22,#142,#242,.T.);
|
||||
#242 = SURFACE_CURVE('',#243,(#247,#254),.PCURVE_S1.);
|
||||
#243 = LINE('',#244,#245);
|
||||
#244 = CARTESIAN_POINT('',(0.,0.,0.));
|
||||
#245 = VECTOR('',#246,1.);
|
||||
#246 = DIRECTION('',(1.,0.,0.));
|
||||
#247 = PCURVE('',#44,#248);
|
||||
#248 = DEFINITIONAL_REPRESENTATION('',(#249),#253);
|
||||
#249 = LINE('',#250,#251);
|
||||
#250 = CARTESIAN_POINT('',(0.,0.));
|
||||
#251 = VECTOR('',#252,1.);
|
||||
#252 = DIRECTION('',(0.,1.));
|
||||
#253 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#254 = PCURVE('',#72,#255);
|
||||
#255 = DEFINITIONAL_REPRESENTATION('',(#256),#260);
|
||||
#256 = LINE('',#257,#258);
|
||||
#257 = CARTESIAN_POINT('',(0.,0.));
|
||||
#258 = VECTOR('',#259,1.);
|
||||
#259 = DIRECTION('',(1.,0.));
|
||||
#260 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#261 = ORIENTED_EDGE('',*,*,#21,.T.);
|
||||
#262 = ORIENTED_EDGE('',*,*,#263,.T.);
|
||||
#263 = EDGE_CURVE('',#24,#144,#264,.T.);
|
||||
#264 = SURFACE_CURVE('',#265,(#269,#276),.PCURVE_S1.);
|
||||
#265 = LINE('',#266,#267);
|
||||
#266 = CARTESIAN_POINT('',(0.,0.,20.));
|
||||
#267 = VECTOR('',#268,1.);
|
||||
#268 = DIRECTION('',(1.,0.,0.));
|
||||
#269 = PCURVE('',#44,#270);
|
||||
#270 = DEFINITIONAL_REPRESENTATION('',(#271),#275);
|
||||
#271 = LINE('',#272,#273);
|
||||
#272 = CARTESIAN_POINT('',(20.,0.));
|
||||
#273 = VECTOR('',#274,1.);
|
||||
#274 = DIRECTION('',(0.,1.));
|
||||
#275 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#276 = PCURVE('',#126,#277);
|
||||
#277 = DEFINITIONAL_REPRESENTATION('',(#278),#282);
|
||||
#278 = LINE('',#279,#280);
|
||||
#279 = CARTESIAN_POINT('',(0.,0.));
|
||||
#280 = VECTOR('',#281,1.);
|
||||
#281 = DIRECTION('',(1.,0.));
|
||||
#282 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#283 = ORIENTED_EDGE('',*,*,#141,.F.);
|
||||
#284 = ADVANCED_FACE('',(#285),#100,.T.);
|
||||
#285 = FACE_BOUND('',#286,.T.);
|
||||
#286 = EDGE_LOOP('',(#287,#308,#309,#330));
|
||||
#287 = ORIENTED_EDGE('',*,*,#288,.F.);
|
||||
#288 = EDGE_CURVE('',#57,#172,#289,.T.);
|
||||
#289 = SURFACE_CURVE('',#290,(#294,#301),.PCURVE_S1.);
|
||||
#290 = LINE('',#291,#292);
|
||||
#291 = CARTESIAN_POINT('',(0.,20.,0.));
|
||||
#292 = VECTOR('',#293,1.);
|
||||
#293 = DIRECTION('',(1.,0.,0.));
|
||||
#294 = PCURVE('',#100,#295);
|
||||
#295 = DEFINITIONAL_REPRESENTATION('',(#296),#300);
|
||||
#296 = LINE('',#297,#298);
|
||||
#297 = CARTESIAN_POINT('',(0.,0.));
|
||||
#298 = VECTOR('',#299,1.);
|
||||
#299 = DIRECTION('',(0.,1.));
|
||||
#300 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#301 = PCURVE('',#72,#302);
|
||||
#302 = DEFINITIONAL_REPRESENTATION('',(#303),#307);
|
||||
#303 = LINE('',#304,#305);
|
||||
#304 = CARTESIAN_POINT('',(0.,20.));
|
||||
#305 = VECTOR('',#306,1.);
|
||||
#306 = DIRECTION('',(1.,0.));
|
||||
#307 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#308 = ORIENTED_EDGE('',*,*,#84,.T.);
|
||||
#309 = ORIENTED_EDGE('',*,*,#310,.T.);
|
||||
#310 = EDGE_CURVE('',#85,#195,#311,.T.);
|
||||
#311 = SURFACE_CURVE('',#312,(#316,#323),.PCURVE_S1.);
|
||||
#312 = LINE('',#313,#314);
|
||||
#313 = CARTESIAN_POINT('',(0.,20.,20.));
|
||||
#314 = VECTOR('',#315,1.);
|
||||
#315 = DIRECTION('',(1.,0.,0.));
|
||||
#316 = PCURVE('',#100,#317);
|
||||
#317 = DEFINITIONAL_REPRESENTATION('',(#318),#322);
|
||||
#318 = LINE('',#319,#320);
|
||||
#319 = CARTESIAN_POINT('',(20.,0.));
|
||||
#320 = VECTOR('',#321,1.);
|
||||
#321 = DIRECTION('',(0.,1.));
|
||||
#322 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#323 = PCURVE('',#126,#324);
|
||||
#324 = DEFINITIONAL_REPRESENTATION('',(#325),#329);
|
||||
#325 = LINE('',#326,#327);
|
||||
#326 = CARTESIAN_POINT('',(0.,20.));
|
||||
#327 = VECTOR('',#328,1.);
|
||||
#328 = DIRECTION('',(1.,0.));
|
||||
#329 = ( GEOMETRIC_REPRESENTATION_CONTEXT(2)
|
||||
PARAMETRIC_REPRESENTATION_CONTEXT() REPRESENTATION_CONTEXT('2D SPACE',''
|
||||
) );
|
||||
#330 = ORIENTED_EDGE('',*,*,#194,.F.);
|
||||
#331 = ADVANCED_FACE('',(#332),#72,.F.);
|
||||
#332 = FACE_BOUND('',#333,.F.);
|
||||
#333 = EDGE_LOOP('',(#334,#335,#336,#337));
|
||||
#334 = ORIENTED_EDGE('',*,*,#56,.F.);
|
||||
#335 = ORIENTED_EDGE('',*,*,#241,.T.);
|
||||
#336 = ORIENTED_EDGE('',*,*,#171,.T.);
|
||||
#337 = ORIENTED_EDGE('',*,*,#288,.F.);
|
||||
#338 = ADVANCED_FACE('',(#339),#126,.T.);
|
||||
#339 = FACE_BOUND('',#340,.T.);
|
||||
#340 = EDGE_LOOP('',(#341,#342,#343,#344));
|
||||
#341 = ORIENTED_EDGE('',*,*,#112,.F.);
|
||||
#342 = ORIENTED_EDGE('',*,*,#263,.T.);
|
||||
#343 = ORIENTED_EDGE('',*,*,#217,.T.);
|
||||
#344 = ORIENTED_EDGE('',*,*,#310,.F.);
|
||||
#345 = ( GEOMETRIC_REPRESENTATION_CONTEXT(3)
|
||||
GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#349)) GLOBAL_UNIT_ASSIGNED_CONTEXT
|
||||
((#346,#347,#348)) REPRESENTATION_CONTEXT('Context #1',
|
||||
'3D Context with UNIT and UNCERTAINTY') );
|
||||
#346 = ( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) );
|
||||
#347 = ( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) );
|
||||
#348 = ( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() );
|
||||
#349 = UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(1.E-07),#346,
|
||||
'distance_accuracy_value','confusion accuracy');
|
||||
#350 = PRODUCT_RELATED_PRODUCT_CATEGORY('part',$,(#7));
|
||||
ENDSEC;
|
||||
END-ISO-10303-21;
|
||||
@ -1,86 +0,0 @@
|
||||
solid OpenSCAD_Model
|
||||
facet normal -0 0 1
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 20 0 20
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 1
|
||||
outer loop
|
||||
vertex 20 0 20
|
||||
vertex 0 20 20
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 20 20 0
|
||||
vertex 20 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 20 20 0
|
||||
vertex 0 0 0
|
||||
vertex 0 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 20 0 20
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 20 0 20
|
||||
vertex 0 0 0
|
||||
vertex 20 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 20 0 20
|
||||
vertex 20 20 0
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 20 0
|
||||
vertex 20 0 20
|
||||
vertex 20 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 -0
|
||||
outer loop
|
||||
vertex 20 20 0
|
||||
vertex 0 20 20
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 0
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 20 20 0
|
||||
vertex 0 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 0 0
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 0 20 20
|
||||
vertex 0 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 -0 0
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 0 0 0
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
endsolid OpenSCAD_Model
|
||||
@ -1 +0,0 @@
|
||||
cylinder(d=10,h=10,$fn=1000);
|
||||
Binary file not shown.
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<amf unit="inch" version="1.1">
|
||||
<object id="1">
|
||||
<mesh>
|
||||
<vertices>
|
||||
<vertex><coordinates><x>0</x><y>0</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>1</x><y>0</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>0</x><y>1</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>1</x><y>1</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>0.5</x><y>0.5</y><z>1</z></coordinates></vertex>
|
||||
</vertices>
|
||||
<volume>
|
||||
<triangle><v1>2</v1><v2>1</v2><v3>0</v3></triangle>
|
||||
<triangle><v1>0</v1><v2>1</v2><v3>4</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>1</v2><v3>2</v3></triangle>
|
||||
<triangle><v1>0</v1><v2>4</v2><v3>2</v3></triangle>
|
||||
</volume>
|
||||
<volume>
|
||||
<triangle><v1>2</v1><v2>3</v2><v3>1</v3></triangle>
|
||||
<triangle><v1>1</v1><v2>3</v2><v3>4</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>3</v2><v3>2</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>2</v2><v3>1</v3></triangle>
|
||||
</volume>
|
||||
</mesh>
|
||||
</object>
|
||||
</amf>
|
||||
@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<amf unit="inch" version="1.1">
|
||||
<metadata type="name">Split Pyramid</metadata>
|
||||
<metadata type="author">John Smith</metadata>
|
||||
<object id="1">
|
||||
<mesh>
|
||||
<vertices>
|
||||
<vertex><coordinates><x>0</x><y>0</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>1</x><y>0</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>0</x><y>1</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>1</x><y>1</y><z>0</z></coordinates></vertex>
|
||||
<vertex><coordinates><x>0.5</x><y>0.5</y><z>1</z></coordinates></vertex>
|
||||
</vertices>
|
||||
<volume materialid="2">
|
||||
<metadata type="name">Hard side</metadata>
|
||||
<triangle><v1>2</v1><v2>1</v2><v3>0</v3></triangle>
|
||||
<triangle><v1>0</v1><v2>1</v2><v3>4</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>1</v2><v3>2</v3></triangle>
|
||||
<triangle><v1>0</v1><v2>4</v2><v3>2</v3></triangle>
|
||||
</volume>
|
||||
<volume materialid="3">
|
||||
<metadata type="name">Soft side</metadata>
|
||||
<triangle><v1>2</v1><v2>3</v2><v3>1</v3></triangle>
|
||||
<triangle><v1>1</v1><v2>3</v2><v3>4</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>3</v2><v3>2</v3></triangle>
|
||||
<triangle><v1>4</v1><v2>2</v2><v3>1</v3></triangle>
|
||||
</volume>
|
||||
</mesh>
|
||||
</object>
|
||||
<material id="2">
|
||||
<metadata type="name">Hard material</metadata>
|
||||
<color><r>0.1</r><g>0.1</g><b>0.1</b></color>
|
||||
</material>
|
||||
<material id="3">
|
||||
<metadata type="name">Soft material</metadata>
|
||||
<color><r>0</r><g>0.9</g><b>0.9</b><a>0.5</a></color>
|
||||
</material>
|
||||
</amf>
|
||||
@ -1,10 +0,0 @@
|
||||
module washer(d,d2,t) {
|
||||
d = d ? d : 5;
|
||||
d2 = d2 ? d2 : d*1.8;
|
||||
t = t ? t : 1;
|
||||
$fn = 200;
|
||||
difference() {
|
||||
cylinder(d=d2,h=t);
|
||||
cylinder(d=d+0.5,h=t);
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
/*
|
||||
* XYZ Hollow Calibration Cube
|
||||
*
|
||||
* Rene K. Mueller <spiritdude@gmail.com>
|
||||
*
|
||||
* Description:
|
||||
* Printable with 0% infill: "Z" at the bottom
|
||||
*
|
||||
* History:
|
||||
* 2018/09/29: 0.0.1: first version
|
||||
*/
|
||||
|
||||
difference() {
|
||||
cube(20);
|
||||
translate([3,2,3]) rotate([90,0,0]) scale(1.5) linear_extrude(height=2) text("X");
|
||||
translate([20-2,3,3]) rotate([90,0,90]) scale(1.5) linear_extrude(height=2) text("Y");
|
||||
translate([3.5,14+3,0]) rotate([0,0,0]) scale([1.5,-1.5,1]) linear_extrude(height=2) text("Z");
|
||||
}
|
||||
|
||||
@ -1,982 +0,0 @@
|
||||
solid OpenSCAD_Model
|
||||
facet normal -1 0 0
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 0 20 20
|
||||
vertex 0 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 -0 0
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 0 0 0
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 1
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 20 0 20
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 1
|
||||
outer loop
|
||||
vertex 20 0 20
|
||||
vertex 0 20 20
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 20 8.97148 8.92799
|
||||
vertex 20 5.29548 14.512
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 20 20
|
||||
vertex 20 16.437 17.304
|
||||
vertex 20 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 20 20
|
||||
vertex 20 14.301 17.304
|
||||
vertex 20 16.437 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 14.301 17.304
|
||||
vertex 20 8.50248 12.754
|
||||
vertex 20 9.95698 10.479
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 14.301 17.304
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 20 8.50248 12.754
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 20 20
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 20 14.301 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 20 0 20
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 20 0 20
|
||||
vertex 20 3.45749 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 20 10.9035 8.92799
|
||||
vertex 20 20 0
|
||||
vertex 20 16.437 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 20 10.9035 3
|
||||
vertex 20 20 0
|
||||
vertex 20 10.9035 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 20 8.97148 3
|
||||
vertex 20 20 0
|
||||
vertex 20 10.9035 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 20 5.29548 14.512
|
||||
vertex 20 3.45749 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 20 3.45749 17.304
|
||||
vertex 20 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 8.97148 3
|
||||
vertex 20 0 0
|
||||
vertex 20 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 20 8.97148 8.92799
|
||||
vertex 20 0 0
|
||||
vertex 20 8.97148 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 20 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 15.0965 4.0595 0
|
||||
vertex 20 0 0
|
||||
vertex 15.0965 2.69601 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 4.90398 2.69601 0
|
||||
vertex 15.0965 2.69601 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 4.90398 2.69601 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 0 20 0
|
||||
vertex 4.16149 15.596 0
|
||||
vertex 0 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 0 0 0
|
||||
vertex 4.16149 15.596 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 4.90398 2.69601 0
|
||||
vertex 20 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 15.5735 17 0
|
||||
vertex 20 20 0
|
||||
vertex 15.5735 15.464 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 0 20 0
|
||||
vertex 15.5735 17 0
|
||||
vertex 4.16149 17 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 15.5735 17 0
|
||||
vertex 0 20 0
|
||||
vertex 20 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 4.16149 15.596 0
|
||||
vertex 0 20 0
|
||||
vertex 4.16149 17 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 15.0965 4.0595 0
|
||||
vertex 15.5735 15.464 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 15.0965 4.0595 0
|
||||
vertex 6.36798 15.464 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 12.8885 4.23201 0
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 4.16149 15.596 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 6.03149 0 17.304
|
||||
vertex 10.0185 0 11.6895
|
||||
vertex 13.8945 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 6.03149 0 17.304
|
||||
vertex 0 0 20
|
||||
vertex 3.88499 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 3.46799 0 3
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 3.46799 0 3
|
||||
vertex 8.92049 0 10.431
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 5.61449 0 3
|
||||
vertex 3.46799 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 5.61449 0 3
|
||||
vertex 0 0 0
|
||||
vertex 14.3115 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 20 0 0
|
||||
vertex 14.3115 0 3
|
||||
vertex 0 0 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 0 0 0
|
||||
vertex 3.46799 0 3
|
||||
vertex 0 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 0 0 20
|
||||
vertex 6.03149 0 17.304
|
||||
vertex 20 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 13.8945 0 17.304
|
||||
vertex 20 0 20
|
||||
vertex 6.03149 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 16.041 0 17.304
|
||||
vertex 20 0 20
|
||||
vertex 13.8945 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 16.458 0 3
|
||||
vertex 16.041 0 17.304
|
||||
vertex 11.1375 0 10.5015
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 16.041 0 17.304
|
||||
vertex 16.458 0 3
|
||||
vertex 20 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 16.458 0 3
|
||||
vertex 20 0 0
|
||||
vertex 20 0 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 14.3115 0 3
|
||||
vertex 20 0 0
|
||||
vertex 16.458 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 10.008 0 9.25349
|
||||
vertex 5.61449 0 3
|
||||
vertex 14.3115 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 -0
|
||||
outer loop
|
||||
vertex 20 20 0
|
||||
vertex 0 20 20
|
||||
vertex 20 20 20
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 0
|
||||
outer loop
|
||||
vertex 0 20 20
|
||||
vertex 20 20 0
|
||||
vertex 0 20 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 5.61449 2 3
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 3.46799 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 5.61449 2 3
|
||||
vertex 10.008 2 9.25349
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 3.88499 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 10.0185 2 11.6895
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 10.0185 2 11.6895
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 11.1375 2 10.5015
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 10.008 2 9.25349
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 8.92049 2 10.431
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 14.3115 2 3
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 10.008 2 9.25349
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 14.3115 2 3
|
||||
vertex 16.458 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 13.8945 2 17.304
|
||||
vertex 10.0185 2 11.6895
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 13.8945 2 17.304
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 16.041 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.823782 -0 0.566907
|
||||
outer loop
|
||||
vertex 10.008 0 9.25349
|
||||
vertex 14.3115 2 3
|
||||
vertex 10.008 2 9.25349
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.823782 0 0.566907
|
||||
outer loop
|
||||
vertex 14.3115 2 3
|
||||
vertex 10.008 0 9.25349
|
||||
vertex 14.3115 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 1
|
||||
outer loop
|
||||
vertex 14.3115 2 3
|
||||
vertex 16.458 0 3
|
||||
vertex 16.458 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 1
|
||||
outer loop
|
||||
vertex 16.458 0 3
|
||||
vertex 14.3115 2 3
|
||||
vertex 14.3115 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.815669 0 -0.57852
|
||||
outer loop
|
||||
vertex 16.458 0 3
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 16.458 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.815669 -0 -0.57852
|
||||
outer loop
|
||||
vertex 11.1375 2 10.5015
|
||||
vertex 16.458 0 3
|
||||
vertex 11.1375 0 10.5015
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.811212 0 0.584752
|
||||
outer loop
|
||||
vertex 11.1375 0 10.5015
|
||||
vertex 16.041 2 17.304
|
||||
vertex 11.1375 2 10.5015
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.811212 0 0.584752
|
||||
outer loop
|
||||
vertex 16.041 2 17.304
|
||||
vertex 11.1375 0 10.5015
|
||||
vertex 16.041 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 13.8945 0 17.304
|
||||
vertex 16.041 2 17.304
|
||||
vertex 16.041 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 16.041 2 17.304
|
||||
vertex 13.8945 0 17.304
|
||||
vertex 13.8945 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.822943 0 -0.568123
|
||||
outer loop
|
||||
vertex 13.8945 0 17.304
|
||||
vertex 10.0185 2 11.6895
|
||||
vertex 13.8945 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.822943 0 -0.568123
|
||||
outer loop
|
||||
vertex 10.0185 2 11.6895
|
||||
vertex 13.8945 0 17.304
|
||||
vertex 10.0185 0 11.6895
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.815334 0 -0.578991
|
||||
outer loop
|
||||
vertex 10.0185 0 11.6895
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 10.0185 2 11.6895
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.815334 -0 -0.578991
|
||||
outer loop
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 10.0185 0 11.6895
|
||||
vertex 6.03149 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 6.03149 0 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 6.03149 2 17.304
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 3.88499 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.806668 -0 0.591005
|
||||
outer loop
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 3.88499 2 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.806668 0 0.591005
|
||||
outer loop
|
||||
vertex 8.92049 2 10.431
|
||||
vertex 3.88499 0 17.304
|
||||
vertex 8.92049 0 10.431
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.806245 0 -0.591582
|
||||
outer loop
|
||||
vertex 8.92049 0 10.431
|
||||
vertex 3.46799 2 3
|
||||
vertex 8.92049 2 10.431
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.806245 0 -0.591582
|
||||
outer loop
|
||||
vertex 3.46799 2 3
|
||||
vertex 8.92049 0 10.431
|
||||
vertex 3.46799 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 1
|
||||
outer loop
|
||||
vertex 3.46799 2 3
|
||||
vertex 5.61449 0 3
|
||||
vertex 5.61449 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 1
|
||||
outer loop
|
||||
vertex 5.61449 0 3
|
||||
vertex 3.46799 2 3
|
||||
vertex 3.46799 0 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.818243 0 0.574872
|
||||
outer loop
|
||||
vertex 5.61449 0 3
|
||||
vertex 10.008 2 9.25349
|
||||
vertex 5.61449 2 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.818243 0 0.574872
|
||||
outer loop
|
||||
vertex 10.008 2 9.25349
|
||||
vertex 5.61449 0 3
|
||||
vertex 10.008 0 9.25349
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 18 5.59348 17.304
|
||||
vertex 18 3.45749 17.304
|
||||
vertex 18 8.97148 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 18 14.301 17.304
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 18 16.437 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 18 9.95698 10.479
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 18 14.301 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 18 9.95698 10.479
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 18 10.9035 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 18 10.9035 3
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 18 8.97148 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 18 9.95698 10.479
|
||||
vertex 18 5.59348 17.304
|
||||
vertex 18 8.97148 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -0.834365 0.551212
|
||||
outer loop
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 20 16.437 17.304
|
||||
vertex 18 16.437 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -0.834365 0.551212
|
||||
outer loop
|
||||
vertex 20 16.437 17.304
|
||||
vertex 18 10.9035 8.92799
|
||||
vertex 20 10.9035 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 18 14.301 17.304
|
||||
vertex 20 16.437 17.304
|
||||
vertex 20 14.301 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 20 16.437 17.304
|
||||
vertex 18 14.301 17.304
|
||||
vertex 18 16.437 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0.843615 -0.536949
|
||||
outer loop
|
||||
vertex 20 9.95698 10.479
|
||||
vertex 18 14.301 17.304
|
||||
vertex 20 14.301 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0.843615 -0.536949
|
||||
outer loop
|
||||
vertex 18 14.301 17.304
|
||||
vertex 20 9.95698 10.479
|
||||
vertex 18 9.95698 10.479
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 4.38571e-16 -0.842524 -0.53866
|
||||
outer loop
|
||||
vertex 18 9.95698 10.479
|
||||
vertex 20 8.50248 12.754
|
||||
vertex 18 5.59348 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -0.842524 -0.53866
|
||||
outer loop
|
||||
vertex 20 8.50248 12.754
|
||||
vertex 18 9.95698 10.479
|
||||
vertex 20 9.95698 10.479
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 -0.842524 -0.53866
|
||||
outer loop
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 18 5.59348 17.304
|
||||
vertex 20 8.50248 12.754
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 18 3.45749 17.304
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 20 3.45749 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 20 5.59348 17.304
|
||||
vertex 18 3.45749 17.304
|
||||
vertex 18 5.59348 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0.835259 0.549856
|
||||
outer loop
|
||||
vertex 20 5.29548 14.512
|
||||
vertex 18 3.45749 17.304
|
||||
vertex 20 3.45749 17.304
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1.86777e-06 0.835259 0.549857
|
||||
outer loop
|
||||
vertex 18 3.45749 17.304
|
||||
vertex 20 5.29548 14.512
|
||||
vertex 18 8.97148 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0.835258 0.549858
|
||||
outer loop
|
||||
vertex 20 8.97148 8.92799
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 20 5.29548 14.512
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 -0
|
||||
outer loop
|
||||
vertex 20 8.97148 3
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 20 8.97148 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 0
|
||||
outer loop
|
||||
vertex 18 8.97148 8.92799
|
||||
vertex 20 8.97148 3
|
||||
vertex 18 8.97148 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 1
|
||||
outer loop
|
||||
vertex 18 10.9035 3
|
||||
vertex 20 8.97148 3
|
||||
vertex 20 10.9035 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 1
|
||||
outer loop
|
||||
vertex 20 8.97148 3
|
||||
vertex 18 10.9035 3
|
||||
vertex 18 8.97148 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 18 10.9035 3
|
||||
vertex 20 10.9035 8.92799
|
||||
vertex 18 10.9035 8.92799
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 20 10.9035 8.92799
|
||||
vertex 18 10.9035 3
|
||||
vertex 20 10.9035 3
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 15.0965 2.69601 2
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 15.0965 4.0595 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 15.0965 2.69601 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 0 -1
|
||||
outer loop
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 4.90398 4.23201 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 15.0965 4.0595 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0 -0 -1
|
||||
outer loop
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 4.16149 15.596 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 15.5735 17 2
|
||||
vertex 15.5735 15.464 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 4.16149 17 2
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 4.16149 15.596 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 0 -1
|
||||
outer loop
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 4.16149 17 2
|
||||
vertex 15.5735 17 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 -0
|
||||
outer loop
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 15.5735 15.464 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 0
|
||||
outer loop
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 6.36798 15.464 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.794108 -0.607777 0
|
||||
outer loop
|
||||
vertex 15.0965 4.0595 0
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 6.36798 15.464 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -0.794108 -0.607777 0
|
||||
outer loop
|
||||
vertex 6.36798 15.464 2
|
||||
vertex 15.0965 4.0595 0
|
||||
vertex 15.0965 4.0595 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 0 0
|
||||
outer loop
|
||||
vertex 15.0965 2.69601 0
|
||||
vertex 15.0965 4.0595 2
|
||||
vertex 15.0965 4.0595 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 -0 0
|
||||
outer loop
|
||||
vertex 15.0965 4.0595 2
|
||||
vertex 15.0965 2.69601 0
|
||||
vertex 15.0965 2.69601 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 -0
|
||||
outer loop
|
||||
vertex 15.0965 2.69601 0
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 15.0965 2.69601 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 1 0
|
||||
outer loop
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 15.0965 2.69601 0
|
||||
vertex 4.90398 2.69601 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 4.90398 4.23201 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 4.90398 2.69601 2
|
||||
vertex 4.90398 2.69601 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 4.90398 4.23201 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 4.90398 4.23201 0
|
||||
vertex 12.8885 4.23201 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.793113 0.609074 0
|
||||
outer loop
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 4.16149 15.596 0
|
||||
vertex 4.16149 15.596 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0.793113 0.609074 0
|
||||
outer loop
|
||||
vertex 4.16149 15.596 0
|
||||
vertex 12.8885 4.23201 2
|
||||
vertex 12.8885 4.23201 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 -0 0
|
||||
outer loop
|
||||
vertex 4.16149 15.596 2
|
||||
vertex 4.16149 17 0
|
||||
vertex 4.16149 17 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 1 0 0
|
||||
outer loop
|
||||
vertex 4.16149 17 0
|
||||
vertex 4.16149 15.596 2
|
||||
vertex 4.16149 15.596 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 0
|
||||
outer loop
|
||||
vertex 4.16149 17 0
|
||||
vertex 15.5735 17 2
|
||||
vertex 4.16149 17 2
|
||||
endloop
|
||||
endfacet
|
||||
facet normal 0 -1 -0
|
||||
outer loop
|
||||
vertex 15.5735 17 2
|
||||
vertex 4.16149 17 0
|
||||
vertex 15.5735 17 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 0 0
|
||||
outer loop
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 15.5735 17 2
|
||||
vertex 15.5735 17 0
|
||||
endloop
|
||||
endfacet
|
||||
facet normal -1 -0 0
|
||||
outer loop
|
||||
vertex 15.5735 17 2
|
||||
vertex 15.5735 15.464 0
|
||||
vertex 15.5735 15.464 2
|
||||
endloop
|
||||
endfacet
|
||||
endsolid OpenSCAD_Model
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 Y$1
|
||||
@ -1 +0,0 @@
|
||||
M140 S$1
|
||||
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 Z-$1
|
||||
@ -1 +0,0 @@
|
||||
M106 S$1
|
||||
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 Y-$1
|
||||
@ -1 +0,0 @@
|
||||
G28 X Y Z
|
||||
@ -1 +0,0 @@
|
||||
G28 X
|
||||
@ -1 +0,0 @@
|
||||
G28 Y
|
||||
@ -1 +0,0 @@
|
||||
G28 Z
|
||||
@ -1 +0,0 @@
|
||||
G28 X
|
||||
@ -1 +0,0 @@
|
||||
G28 Y
|
||||
@ -1 +0,0 @@
|
||||
G28 Z
|
||||
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 X-$1
|
||||
@ -1 +0,0 @@
|
||||
M104 S$1
|
||||
@ -1,3 +0,0 @@
|
||||
M84
|
||||
M104 S0
|
||||
M140 S0
|
||||
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 X$1
|
||||
@ -1 +0,0 @@
|
||||
M84
|
||||
@ -1,2 +0,0 @@
|
||||
G91
|
||||
G1 Z$1
|
||||
@ -1,2 +0,0 @@
|
||||
G92
|
||||
G1 X$1
|
||||
@ -1,2 +0,0 @@
|
||||
G92
|
||||
G1 Y$1
|
||||
@ -1,2 +0,0 @@
|
||||
G92
|
||||
G1 Z$1
|
||||
@ -1 +0,0 @@
|
||||
layer-height={int($nozzle_diameter*0.8*100)/100}
|
||||
@ -1,4 +0,0 @@
|
||||
top-layers=1
|
||||
bottom-layers=1
|
||||
perimeters=1
|
||||
infill-density=15
|
||||
@ -1,2 +0,0 @@
|
||||
temperature = 200
|
||||
first-layer-temperature = 210
|
||||
@ -1,2 +0,0 @@
|
||||
temperature = 195
|
||||
first-layer-temperature = 210
|
||||
@ -1 +0,0 @@
|
||||
layer-height={int($nozzle_diameter*0.5*0.5*100)/100}
|
||||
@ -1,4 +0,0 @@
|
||||
top-thickness=1.5
|
||||
bottom-thickness=1.5
|
||||
wall-thickness=1.5
|
||||
fill-density=30
|
||||
@ -1 +0,0 @@
|
||||
fill-density=0
|
||||
@ -1,4 +0,0 @@
|
||||
top-thickness=0.8
|
||||
bottom-thickness=0.8
|
||||
wall-thickness=0.8
|
||||
fill-density=20
|
||||
@ -1 +0,0 @@
|
||||
layer-height={int($nozzle_diameter*0.5*100)/100}
|
||||
@ -1,2 +0,0 @@
|
||||
nozzle-diameter=0.6
|
||||
layer-height=0.45
|
||||
@ -1,2 +0,0 @@
|
||||
nozzle-diameter=0.8
|
||||
layer-height=0.50
|
||||
@ -1,2 +0,0 @@
|
||||
nozzle-diameter=0.15
|
||||
layer-height=0.1
|
||||
@ -1,2 +0,0 @@
|
||||
nozzle-diameter=0.4
|
||||
layer-height=0.25
|
||||
@ -1,2 +0,0 @@
|
||||
nozzle-diameter=0.25
|
||||
layer-height=0.2
|
||||
@ -1,3 +0,0 @@
|
||||
perimeters=1
|
||||
top-layers=2
|
||||
bottom-layers=2
|
||||
@ -1,36 +0,0 @@
|
||||
# -- slicer independent settings
|
||||
machine-name = "Ashtar K 38x30x33"
|
||||
machine-width = 348
|
||||
machine-height = 330
|
||||
machine-depth = 300
|
||||
|
||||
filament-diameter = 1.75
|
||||
nozzle-diameter = 0.5
|
||||
layer-height = 0.4
|
||||
|
||||
fill-density = 20
|
||||
|
||||
temperature = 195
|
||||
first-layer-temperature = 210
|
||||
bed-temperature = 0
|
||||
|
||||
first-layer-height = 0.25
|
||||
first-layer-speed = 20
|
||||
|
||||
skirts = 2
|
||||
|
||||
# -- init values so no warnings are thrown
|
||||
top-thickness = 0
|
||||
bottom-thickness = 0
|
||||
wall-thickness = 0
|
||||
|
||||
# -- absolutely define layers top/bottom/wall as default
|
||||
perimeters = 2
|
||||
top-layers = 3
|
||||
bottom-layers = 3
|
||||
|
||||
# -- Note: either define z_offset for each slicer (cura 3.5.x doesn't have this feature yet) OR define M206 Z0.15
|
||||
start-gcode = "G28 X0 Y0\nG1 X180 F6000\nG28 Z0\nM206 X0 Y-25 Z0.15\n"
|
||||
end-gcode = "G1 Y290 F6000\nM104 S0\nM140 S0\nM84\n"
|
||||
|
||||
retraction-length = 2
|
||||
@ -1,39 +0,0 @@
|
||||
# -- slicer independent settings
|
||||
machine-name = "CTC DIY I3 Pro B"
|
||||
machine-width = 200
|
||||
machine-depth = 200
|
||||
machine-height = 180
|
||||
baudrate = 250000
|
||||
|
||||
temperature = 195
|
||||
first-layer-temperature = 210
|
||||
bed-temperature = 55
|
||||
|
||||
filament-diameter = 1.75
|
||||
nozzle-diameter = 0.4
|
||||
layer-height = 0.3
|
||||
|
||||
fill-density = 20
|
||||
|
||||
first-layer-height = 0.25
|
||||
first-layer-speed = 20
|
||||
|
||||
skirts = 2
|
||||
fill-density = 20
|
||||
|
||||
# -- init values so no warnings are thrown
|
||||
top-thickness = 0
|
||||
bottom-thickness = 0
|
||||
wall-thickness = 0
|
||||
|
||||
# -- absolutely define layers top/bottom/wall as default
|
||||
perimeters = 3
|
||||
top-layers = 3
|
||||
bottom-layers = 3
|
||||
|
||||
# -- Note: either define z_offset for each slicer (cura 3.5.x doesn't have this feature yet) OR define M206 Z0.15 (older Marlin Z-0.15 required)
|
||||
start-gcode = "G21\nG90\nM92 X100 Y100 E95 Z3200\nM206 X0 Y0 Z0.15\nG28 X0 Y0\nG1 X100 F6000\nG28 Z0\n"
|
||||
end-gcode = "G1 Y180 F6000\nM104 S0\nM140 S0\nM84\n"
|
||||
|
||||
retraction-length = 4
|
||||
|
||||
@ -1,61 +0,0 @@
|
||||
# -- slicer independent settings
|
||||
|
||||
machine-name = "Prusa i3"
|
||||
machine-width = 200
|
||||
machine-depth = 200
|
||||
machine-height = 180
|
||||
|
||||
filament-diameter = 1.75
|
||||
nozzle-diameter = 0.4
|
||||
layer-height = 0.3
|
||||
|
||||
fill-density = 20
|
||||
|
||||
temperature = 200
|
||||
first-layer-temperature = 210
|
||||
bed-temperature = 60
|
||||
|
||||
first-layer-height = 0.25
|
||||
first-layer-speed = 20
|
||||
|
||||
skirts = 2
|
||||
brims = 0
|
||||
rafts = 0
|
||||
|
||||
support = none
|
||||
support_angle = 60
|
||||
|
||||
seam = aligned
|
||||
|
||||
# -- init values so no warnings are thrown
|
||||
top-thickness = 0
|
||||
bottom-thickness = 0
|
||||
wall-thickness = 0
|
||||
|
||||
perimeters = 2
|
||||
top-layers = 2
|
||||
bottom-layers = 2
|
||||
|
||||
# -- Note: either define z_offset for each slicer (cura 3.5.x doesn't have this feature yet) OR define M206 Z0.15
|
||||
start-gcode = "G28 X0 Y0\nG1 X100 F6000\nG28 Z0\nM206 X0 Y-25 Z0.15\n"
|
||||
end-gcode = "G1 Y290 F6000\nM104 S0\nM140 S0\nM84\n"
|
||||
abort-gcode ="M104 S0 ; extruder heater off\nM140 S0 ; heated bed heater off (if you have it)\nG1 X10 F9000 ; go way to the left\nM84 ; motors off\n"
|
||||
|
||||
retraction-length = 2
|
||||
|
||||
print-speed = 60
|
||||
travel-speed = 130
|
||||
|
||||
perimeter-speed = 60
|
||||
small-perimeter-speed = 15
|
||||
|
||||
infill-speed = 80
|
||||
bridge-speed = 60
|
||||
retract-speed = 40
|
||||
|
||||
extruders-count = 1
|
||||
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_min = 30
|
||||
cool_fan_speed_max = 100
|
||||
|
||||
@ -1 +0,0 @@
|
||||
retract_speed=120
|
||||
@ -1,47 +0,0 @@
|
||||
#infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
#machine_nozzle_diameter=$nozzle_diameter
|
||||
#machine_material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
#wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_length
|
||||
#machine_start_gcode=$start_gcode
|
||||
#machine_end_gcode=$end_gcode
|
||||
#retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
print_speed_layer_0=$first_layer_speed
|
||||
material_print_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
#line_width=$nozzle_diameter
|
||||
#infill_line_width=$nozzle_diameter
|
||||
#prime_tower_line_width=$nozzle_diameter
|
||||
#raft_surface_line_width=$nozzle_diameter
|
||||
#roofing_line_width=$nozzle_diameter
|
||||
#skin_line_width=$nozzle_diameter
|
||||
#skirt_brim_line_width=$nozzle_diameter
|
||||
#support_bottom_line_width=$nozzle_diameter
|
||||
#support_interface_line_width=$nozzle_diameter
|
||||
#support_line_width=$nozzle_diameter
|
||||
#support_roof_line_width=$nozzle_diameter
|
||||
#wall_line_width_0=$nozzle_diameter
|
||||
#wall_line_width=$nozzle_diameter
|
||||
#wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
#material_print_temperature=$temperature
|
||||
#material_print_bed_temperature=$bed_temperature
|
||||
#material_bed_temperature_layer_0=$bed_temperature
|
||||
#material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
#speed_print=$print_speed
|
||||
#speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
#speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:80}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
#brim_line_count=$brims
|
||||
#skirt_line_count=$skirts
|
||||
#raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,11 +0,0 @@
|
||||
nozzleSize=400
|
||||
filamentDiameter=1750
|
||||
sparseInfillLineDistance=2000
|
||||
layerThickness=200
|
||||
startCode="M107\nM104 S200\nG28 X0 Y0\nG1 X100\nG28 Z0\nM109 S200"
|
||||
printSpeed=60
|
||||
infillSpeed=80
|
||||
skinSpeed=20
|
||||
autoCenter=0
|
||||
upSkinCount=3
|
||||
downSkinCount=3
|
||||
@ -1,22 +0,0 @@
|
||||
layerThickness={$layer_height*1000}
|
||||
filamentDiameter{$filament_diameter*1000}
|
||||
#sparseInfillLineDistance={1/($fill_density+0.001)}
|
||||
sparseInfillLineDistance={$fill_density==0?2000000:$nozzle_diameter*100/$fill_density*1000}
|
||||
nozzleSize={$nozzle_diameter*1000}
|
||||
filamentDiameter={$filament_diameter*1000}
|
||||
startCode=$start_gcode
|
||||
endCode=$end_gcode
|
||||
upSkinCount={$top_thickness?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
downSkinCount={$bottom_thickness?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
insetCount={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retractionAmount={$retraction_length*1000}
|
||||
printSpeed=$print_speed
|
||||
initialLayerSpeed=$first_layer_speed
|
||||
skinSpeed={$perimeter_speed?$perimeter_speed*0.5:$print_speed*0.8}
|
||||
insetXSpeed=$perimeter_speed
|
||||
inset0Speed=$perimeter_speed
|
||||
infillSpeed={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retractionSpeed={$retract_speed?$retract_speed:40}
|
||||
moveSpeed=$travel_speed
|
||||
supportEverywhere={'$support' eq 'bed' ? 0 : 1 }
|
||||
supportAngle={'$support'ne'none'?50:-1}
|
||||
@ -1,531 +0,0 @@
|
||||
acceleration_enabled="False"
|
||||
acceleration_infill="3000"
|
||||
acceleration_ironing="3000"
|
||||
acceleration_layer_0="3000"
|
||||
acceleration_prime_tower="3000"
|
||||
acceleration_print="3000"
|
||||
acceleration_print_layer_0="3000"
|
||||
acceleration_roofing="3000"
|
||||
acceleration_skirt_brim="3000"
|
||||
acceleration_support="3000"
|
||||
acceleration_support_bottom="3000"
|
||||
acceleration_support_infill="3000"
|
||||
acceleration_support_interface="3000"
|
||||
acceleration_support_roof="3000"
|
||||
acceleration_topbottom="3000"
|
||||
acceleration_travel="5000"
|
||||
acceleration_travel_layer_0="5000.0"
|
||||
acceleration_wall="3000"
|
||||
acceleration_wall_0="3000"
|
||||
acceleration_wall_x="3000"
|
||||
adaptive_layer_height_enabled="False"
|
||||
adaptive_layer_height_threshold="200.0"
|
||||
adaptive_layer_height_variation="0.1"
|
||||
adaptive_layer_height_variation_step="0.01"
|
||||
adhesion_extruder_nr="0"
|
||||
adhesion_type="skirt"
|
||||
alternate_carve_order="True"
|
||||
alternate_extra_perimeter="False"
|
||||
anti_overhang_mesh="False"
|
||||
blackmagic="0"
|
||||
bottom_layers="2"
|
||||
bottom_skin_expand_distance="1.0"
|
||||
bottom_skin_preshrink="1.0"
|
||||
bottom_thickness="0.8"
|
||||
bridge_enable_more_layers="True"
|
||||
bridge_fan_speed="100"
|
||||
bridge_fan_speed_2="0"
|
||||
bridge_fan_speed_3="0"
|
||||
bridge_settings_enabled="False"
|
||||
bridge_skin_density="100"
|
||||
bridge_skin_density_2="75"
|
||||
bridge_skin_density_3="80"
|
||||
bridge_skin_material_flow="60"
|
||||
bridge_skin_material_flow_2="100"
|
||||
bridge_skin_material_flow_3="110"
|
||||
bridge_skin_speed="15.0"
|
||||
bridge_skin_speed_2="15.0"
|
||||
bridge_skin_speed_3="15.0"
|
||||
bridge_skin_support_threshold="50"
|
||||
bridge_wall_coast="100"
|
||||
bridge_wall_material_flow="50"
|
||||
bridge_wall_min_length="5"
|
||||
bridge_wall_speed="15.0"
|
||||
brim_line_count="20"
|
||||
brim_outside_only="True"
|
||||
brim_width="8.0"
|
||||
carve_multiple_volumes="False"
|
||||
center_object="False"
|
||||
coasting_enable="False"
|
||||
coasting_min_volume="0.8"
|
||||
coasting_speed="90"
|
||||
coasting_volume="0.064"
|
||||
command_line_settings="0"
|
||||
conical_overhang_angle="50"
|
||||
conical_overhang_enabled="False"
|
||||
connect_infill_polygons="False"
|
||||
connect_skin_polygons="False"
|
||||
cool_fan_enabled="True"
|
||||
cool_fan_full_at_height="0.35"
|
||||
cool_fan_full_layer="2"
|
||||
cool_fan_speed="100.0"
|
||||
cool_fan_speed_0="0"
|
||||
cool_fan_speed_max="100.0"
|
||||
cool_fan_speed_min="100.0"
|
||||
cool_lift_head="False"
|
||||
cool_min_layer_time="5"
|
||||
cool_min_layer_time_fan_speed_max="10"
|
||||
cool_min_speed="10"
|
||||
cooling="0"
|
||||
cross_infill_pocket_size="4.0"
|
||||
cutting_mesh="False"
|
||||
date="14-10-2018"
|
||||
day="Sun"
|
||||
default_material_bed_temperature="60"
|
||||
default_material_print_temperature="210"
|
||||
draft_shield_dist="10"
|
||||
draft_shield_enabled="False"
|
||||
draft_shield_height="10"
|
||||
draft_shield_height_limitation="full"
|
||||
dual="0"
|
||||
expand_skins_expand_distance="1.0"
|
||||
experimental="0"
|
||||
extruder_nr="0"
|
||||
extruder_prime_pos_abs="False"
|
||||
extruder_prime_pos_x="0"
|
||||
extruder_prime_pos_y="0"
|
||||
extruder_prime_pos_z="0"
|
||||
extruders_enabled_count="1"
|
||||
fill_outline_gaps="False"
|
||||
fill_perimeter_gaps="everywhere"
|
||||
filter_out_tiny_gaps="True"
|
||||
flow_rate_extrusion_offset_factor="100"
|
||||
flow_rate_max_extrusion_offset="0"
|
||||
gantry_height="55"
|
||||
gradual_infill_step_height="1.5"
|
||||
gradual_infill_steps="0"
|
||||
gradual_support_infill_step_height="1"
|
||||
gradual_support_infill_steps="0"
|
||||
infill="0"
|
||||
infill_angles="[ ]"
|
||||
infill_before_walls="True"
|
||||
infill_enable_travel_optimization="False"
|
||||
infill_extruder_nr="-1"
|
||||
infill_line_distance="4.0"
|
||||
infill_line_width="0.5"
|
||||
infill_mesh="False"
|
||||
infill_mesh_order="0"
|
||||
infill_multiplier="1"
|
||||
infill_offset_x="0"
|
||||
infill_offset_y="0"
|
||||
infill_overlap="10"
|
||||
infill_overlap_mm="0.05"
|
||||
infill_pattern="grid"
|
||||
infill_sparse_density="20"
|
||||
infill_sparse_thickness="0.4"
|
||||
infill_support_angle="40"
|
||||
infill_support_enabled="False"
|
||||
infill_wall_line_count="0"
|
||||
infill_wipe_dist="0.125"
|
||||
initial_extruder_nr="0"
|
||||
initial_layer_line_width_factor="100.0"
|
||||
ironing_enabled="False"
|
||||
ironing_flow="10.0"
|
||||
ironing_inset="0.25"
|
||||
ironing_line_spacing="0.1"
|
||||
ironing_only_highest_layer="False"
|
||||
ironing_pattern="zigzag"
|
||||
jerk_enabled="False"
|
||||
jerk_infill="20"
|
||||
jerk_ironing="20"
|
||||
jerk_layer_0="20"
|
||||
jerk_prime_tower="20"
|
||||
jerk_print="20"
|
||||
jerk_print_layer_0="20"
|
||||
jerk_roofing="20"
|
||||
jerk_skirt_brim="20"
|
||||
jerk_support="20"
|
||||
jerk_support_bottom="20"
|
||||
jerk_support_infill="20"
|
||||
jerk_support_interface="20"
|
||||
jerk_support_roof="20"
|
||||
jerk_topbottom="20"
|
||||
jerk_travel="30"
|
||||
jerk_travel_layer_0="30.0"
|
||||
jerk_wall="20"
|
||||
jerk_wall_0="20"
|
||||
jerk_wall_x="20"
|
||||
layer_0_z_overlap="0.15"
|
||||
layer_height="0.4"
|
||||
layer_height_0="0.35"
|
||||
layer_start_x="0.0"
|
||||
layer_start_y="0.0"
|
||||
limit_support_retractions="True"
|
||||
line_width="0.5"
|
||||
machine_acceleration="4000"
|
||||
machine_buildplate_type="glass"
|
||||
machine_center_is_zero="False"
|
||||
machine_depth="200"
|
||||
machine_disallowed_areas="[]"
|
||||
machine_end_gcode="M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\n;G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 X0\nG90\nG1 Y290 F9000\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
machine_endstop_positive_direction_x="False"
|
||||
machine_endstop_positive_direction_y="False"
|
||||
machine_endstop_positive_direction_z="True"
|
||||
machine_extruder_count="1"
|
||||
machine_extruder_cooling_fan_number="0"
|
||||
machine_extruder_end_pos_abs="False"
|
||||
machine_extruder_end_pos_x="0"
|
||||
machine_extruder_end_pos_y="0"
|
||||
machine_extruder_start_pos_abs="False"
|
||||
machine_extruder_start_pos_x="0"
|
||||
machine_extruder_start_pos_y="0"
|
||||
machine_feeder_wheel_diameter="10.0"
|
||||
machine_filament_park_distance="16"
|
||||
machine_firmware_retract="False"
|
||||
machine_gcode_flavor="RepRap (Marlin/Sprinter)"
|
||||
machine_head_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_head_with_fans_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_heat_zone_length="16"
|
||||
machine_heated_bed="True"
|
||||
machine_height="210"
|
||||
machine_max_acceleration_e="10000"
|
||||
machine_max_acceleration_x="9000"
|
||||
machine_max_acceleration_y="9000"
|
||||
machine_max_acceleration_z="100"
|
||||
machine_max_feedrate_e="299792458000"
|
||||
machine_max_feedrate_x="500"
|
||||
machine_max_feedrate_y="500"
|
||||
machine_max_feedrate_z="5"
|
||||
machine_max_jerk_e="5.0"
|
||||
machine_max_jerk_xy="20.0"
|
||||
machine_max_jerk_z="0.4"
|
||||
machine_min_cool_heat_time_window="50.0"
|
||||
machine_minimum_feedrate="0.0"
|
||||
machine_name="Prusa i3"
|
||||
machine_nozzle_cool_down_speed="2.0"
|
||||
machine_nozzle_expansion_angle="45"
|
||||
machine_nozzle_head_distance="3"
|
||||
machine_nozzle_heat_up_speed="2.0"
|
||||
machine_nozzle_id="unknown"
|
||||
machine_nozzle_offset_x="0"
|
||||
machine_nozzle_offset_y="0"
|
||||
machine_nozzle_size="0.5"
|
||||
machine_nozzle_temp_enabled="True"
|
||||
machine_nozzle_tip_outer_diameter="1"
|
||||
machine_settings="0"
|
||||
machine_shape="rectangular"
|
||||
machine_show_variants="False"
|
||||
machine_start_gcode="G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM206 X0 Y0\n;M92 X100 Y100 E95 ; metal 16 teeth pulley\n;M92 Z3200; M6 z-axis\n;G1 Z15; move up\nG28 X0 Y0 ;move X/Y to min endstops\nG1 X40; move away to avoid crashing into bed mount\nG28 Z0 ;move Z to min endstops\n;G1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X10.0 E9.0 F1000.0 ; intro line\nG1 X60.0 E21.5 F1000.0 ; intro line\nG1 X20.0 E30.0 F1000\nG92 E0 ;zero the extruded length again\n;G1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
machine_steps_per_mm_e="1600"
|
||||
machine_steps_per_mm_x="50"
|
||||
machine_steps_per_mm_y="50"
|
||||
machine_steps_per_mm_z="50"
|
||||
machine_use_extruder_offset_to_offset_coords="True"
|
||||
machine_width="210"
|
||||
magic_fuzzy_skin_enabled="False"
|
||||
magic_fuzzy_skin_point_density="1.25"
|
||||
magic_fuzzy_skin_point_dist="0.8"
|
||||
magic_fuzzy_skin_thickness="0.3"
|
||||
magic_mesh_surface_mode="normal"
|
||||
magic_spiralize="False"
|
||||
material="0"
|
||||
material_adhesion_tendency="10"
|
||||
material_bed_temp_prepend="True"
|
||||
material_bed_temp_wait="True"
|
||||
material_bed_temperature="0"
|
||||
material_bed_temperature_layer_0="0"
|
||||
material_diameter="1.75"
|
||||
material_extrusion_cool_down_speed="0.7"
|
||||
material_final_print_temperature="195"
|
||||
material_flow="100"
|
||||
material_flow_dependent_temperature="False"
|
||||
material_flow_layer_0="100"
|
||||
material_flow_temp_graph="[[3.5,200],[7.0,240]]"
|
||||
material_guid="0ff92885-617b-4144-a03c-9989872454bc"
|
||||
material_initial_print_temperature="200"
|
||||
material_print_temp_prepend="True"
|
||||
material_print_temp_wait="True"
|
||||
material_print_temperature="210"
|
||||
material_print_temperature_layer_0="210"
|
||||
material_shrinkage_percentage="0"
|
||||
material_standby_temperature="175"
|
||||
material_surface_energy="100"
|
||||
max_feedrate_z_override="0"
|
||||
max_skin_angle_for_expansion="90"
|
||||
mesh_position_x="0"
|
||||
mesh_position_y="0"
|
||||
mesh_position_z="0"
|
||||
mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]"
|
||||
meshfix="0"
|
||||
meshfix_extensive_stitching="False"
|
||||
meshfix_keep_open_polygons="False"
|
||||
meshfix_maximum_resolution="0.01"
|
||||
meshfix_maximum_travel_resolution="0.02"
|
||||
meshfix_union_all="True"
|
||||
meshfix_union_all_remove_holes="False"
|
||||
min_infill_area="0"
|
||||
min_skin_width_for_expansion="4.898587196589413e-17"
|
||||
minimum_polygon_circumference="1.0"
|
||||
mold_angle="40"
|
||||
mold_enabled="False"
|
||||
mold_roof_height="0.5"
|
||||
mold_width="5"
|
||||
multiple_mesh_overlap="0.15"
|
||||
nozzle_disallowed_areas="[]"
|
||||
ooze_shield_angle="60"
|
||||
ooze_shield_dist="2"
|
||||
ooze_shield_enabled="False"
|
||||
optimize_wall_printing_order="False"
|
||||
outer_inset_first="False"
|
||||
platform_adhesion="0"
|
||||
prime_blob_enable="True"
|
||||
prime_tower_circular="True"
|
||||
prime_tower_enable="False"
|
||||
prime_tower_flow="100"
|
||||
prime_tower_line_width="0.5"
|
||||
prime_tower_min_volume="6"
|
||||
prime_tower_position_x="375.3"
|
||||
prime_tower_position_y="275.3"
|
||||
prime_tower_size="20"
|
||||
prime_tower_wipe_enabled="True"
|
||||
print_bed_temperature="0"
|
||||
print_sequence="all_at_once"
|
||||
print_temperature="210"
|
||||
raft_acceleration="3000"
|
||||
raft_airgap="0.3"
|
||||
raft_base_acceleration="3000"
|
||||
raft_base_fan_speed="0"
|
||||
raft_base_jerk="20"
|
||||
raft_base_line_spacing="2.0"
|
||||
raft_base_line_width="1.0"
|
||||
raft_base_speed="22.5"
|
||||
raft_base_thickness="0.42"
|
||||
raft_fan_speed="0"
|
||||
raft_interface_acceleration="3000"
|
||||
raft_interface_fan_speed="0"
|
||||
raft_interface_jerk="20"
|
||||
raft_interface_line_spacing="1.2"
|
||||
raft_interface_line_width="1.0"
|
||||
raft_interface_speed="22.5"
|
||||
raft_interface_thickness="0.6000000000000001"
|
||||
raft_jerk="20"
|
||||
raft_margin="15"
|
||||
raft_smoothing="5"
|
||||
raft_speed="30.0"
|
||||
raft_surface_acceleration="3000"
|
||||
raft_surface_fan_speed="0"
|
||||
raft_surface_jerk="20"
|
||||
raft_surface_layers="2"
|
||||
raft_surface_line_spacing="0.5"
|
||||
raft_surface_line_width="0.5"
|
||||
raft_surface_speed="30.0"
|
||||
raft_surface_thickness="0.4"
|
||||
relative_extrusion="False"
|
||||
remove_empty_first_layers="True"
|
||||
resolution="0"
|
||||
retract_at_layer_change="False"
|
||||
retraction_amount="6.5"
|
||||
retraction_combing="all"
|
||||
retraction_combing_max_distance="0"
|
||||
retraction_count_max="90"
|
||||
retraction_enable="True"
|
||||
retraction_extra_prime_amount="0"
|
||||
retraction_extrusion_window="6.5"
|
||||
retraction_hop="1"
|
||||
retraction_hop_after_extruder_switch="True"
|
||||
retraction_hop_enabled="False"
|
||||
retraction_hop_only_when_collides="False"
|
||||
retraction_min_travel="1.0"
|
||||
retraction_prime_speed="35"
|
||||
retraction_retract_speed="35"
|
||||
retraction_speed="35"
|
||||
roofing_angles="[ ]"
|
||||
roofing_extruder_nr="-1"
|
||||
roofing_layer_count="0"
|
||||
roofing_line_width="0.5"
|
||||
roofing_pattern="lines"
|
||||
shell="0"
|
||||
skin_alternate_rotation="False"
|
||||
skin_angles="[ ]"
|
||||
skin_line_width="0.5"
|
||||
skin_no_small_gaps_heuristic="True"
|
||||
skin_outline_count="1"
|
||||
skin_overlap="5"
|
||||
skin_overlap_mm="0.025"
|
||||
skin_preshrink="1.0"
|
||||
skirt_brim_line_width="0.5"
|
||||
skirt_brim_minimal_length="250"
|
||||
skirt_brim_speed="30.0"
|
||||
skirt_gap="3"
|
||||
skirt_line_count="1"
|
||||
slicing_tolerance="middle"
|
||||
smooth_spiralized_contours="True"
|
||||
spaghetti_flow="20"
|
||||
spaghetti_infill_enabled="False"
|
||||
spaghetti_infill_extra_volume="0"
|
||||
spaghetti_infill_stepped="True"
|
||||
spaghetti_inset="0.2"
|
||||
spaghetti_max_height="2.0"
|
||||
spaghetti_max_infill_angle="10"
|
||||
speed="0"
|
||||
speed_equalize_flow_enabled="False"
|
||||
speed_equalize_flow_max="150"
|
||||
speed_infill="80"
|
||||
speed_ironing="20.0"
|
||||
speed_layer_0="30.0"
|
||||
speed_prime_tower="60"
|
||||
speed_print="60"
|
||||
speed_print_layer_0="30.0"
|
||||
speed_roofing="30.0"
|
||||
speed_slowdown_layers="2"
|
||||
speed_support="60"
|
||||
speed_support_bottom="40.0"
|
||||
speed_support_infill="60"
|
||||
speed_support_interface="40.0"
|
||||
speed_support_roof="40.0"
|
||||
speed_topbottom="30.0"
|
||||
speed_travel="120"
|
||||
speed_travel_layer_0="60.0"
|
||||
speed_wall="30.0"
|
||||
speed_wall_0="30.0"
|
||||
speed_wall_x="60.0"
|
||||
start_layers_at_same_position="False"
|
||||
sub_div_rad_add="0.5"
|
||||
support="0"
|
||||
support_angle="50"
|
||||
support_bottom_density="100"
|
||||
support_bottom_distance="0"
|
||||
support_bottom_enable="False"
|
||||
support_bottom_extruder_nr="0"
|
||||
support_bottom_height="1"
|
||||
support_bottom_line_distance="0.5"
|
||||
support_bottom_line_width="0.5"
|
||||
support_bottom_pattern="concentric"
|
||||
support_bottom_stair_step_height="0.3"
|
||||
support_bottom_stair_step_width="5.0"
|
||||
support_conical_angle="30"
|
||||
support_conical_enabled="False"
|
||||
support_conical_min_width="5.0"
|
||||
support_connect_zigzags="True"
|
||||
support_enable="False"
|
||||
support_extruder_nr="0"
|
||||
support_extruder_nr_layer_0="0"
|
||||
support_fan_enable="False"
|
||||
support_infill_angle="0"
|
||||
support_infill_extruder_nr="0"
|
||||
support_infill_rate="15"
|
||||
support_infill_sparse_thickness="0.4"
|
||||
support_initial_layer_line_distance="3.3333333333333335"
|
||||
support_interface_density="100"
|
||||
support_interface_enable="False"
|
||||
support_interface_extruder_nr="0"
|
||||
support_interface_height="1"
|
||||
support_interface_line_width="0.5"
|
||||
support_interface_pattern="concentric"
|
||||
support_interface_skip_height="0.3"
|
||||
support_join_distance="2.0"
|
||||
support_line_distance="3.3333333333333335"
|
||||
support_line_width="0.5"
|
||||
support_mesh="False"
|
||||
support_mesh_drop_down="True"
|
||||
support_minimal_diameter="3.0"
|
||||
support_offset="0.2"
|
||||
support_pattern="zigzag"
|
||||
support_roof_density="100"
|
||||
support_roof_enable="False"
|
||||
support_roof_extruder_nr="0"
|
||||
support_roof_height="1"
|
||||
support_roof_line_distance="0.5"
|
||||
support_roof_line_width="0.5"
|
||||
support_roof_pattern="concentric"
|
||||
support_skip_some_zags="False"
|
||||
support_skip_zag_per_mm="20"
|
||||
support_supported_skin_fan_speed="100"
|
||||
support_top_distance="0.1"
|
||||
support_tower_diameter="3.0"
|
||||
support_tower_roof_angle="65"
|
||||
support_tree_angle="40"
|
||||
support_tree_branch_diameter="2"
|
||||
support_tree_branch_diameter_angle="5"
|
||||
support_tree_branch_distance="1"
|
||||
support_tree_collision_resolution="0.25"
|
||||
support_tree_enable="False"
|
||||
support_tree_wall_count="1"
|
||||
support_tree_wall_thickness="0.5"
|
||||
support_type="buildplate"
|
||||
support_use_towers="True"
|
||||
support_wall_count="0"
|
||||
support_xy_distance="0.7"
|
||||
support_xy_distance_overhang="0.25"
|
||||
support_xy_overrides_z="z_overrides_xy"
|
||||
support_z_distance="0.1"
|
||||
support_zag_skip_count="8"
|
||||
switch_extruder_prime_speed="20"
|
||||
switch_extruder_retraction_amount="16"
|
||||
switch_extruder_retraction_speed="20"
|
||||
switch_extruder_retraction_speeds="20"
|
||||
time="09:46:45"
|
||||
top_bottom_extruder_nr="-1"
|
||||
top_bottom_pattern="lines"
|
||||
top_bottom_pattern_0="lines"
|
||||
top_bottom_thickness="0.8"
|
||||
top_layers="2"
|
||||
top_skin_expand_distance="1.0"
|
||||
top_skin_preshrink="1.0"
|
||||
top_thickness="0.8"
|
||||
travel="0"
|
||||
travel_avoid_distance="0.625"
|
||||
travel_avoid_other_parts="True"
|
||||
travel_avoid_supports="False"
|
||||
travel_compensate_overlapping_walls_0_enabled="True"
|
||||
travel_compensate_overlapping_walls_enabled="True"
|
||||
travel_compensate_overlapping_walls_x_enabled="True"
|
||||
travel_retract_before_outer_wall="False"
|
||||
wall_0_extruder_nr="-1"
|
||||
wall_0_inset="0"
|
||||
wall_0_wipe_dist="0.25"
|
||||
wall_extruder_nr="-1"
|
||||
wall_line_count="2"
|
||||
wall_line_width="0.5"
|
||||
wall_line_width_0="0.5"
|
||||
wall_line_width_x="0.5"
|
||||
wall_min_flow="0"
|
||||
wall_min_flow_retract="False"
|
||||
wall_overhang_angle="90"
|
||||
wall_overhang_speed_factor="100"
|
||||
wall_thickness="0.8"
|
||||
wall_x_extruder_nr="-1"
|
||||
wireframe_bottom_delay="0"
|
||||
wireframe_drag_along="0.6"
|
||||
wireframe_enabled="False"
|
||||
wireframe_fall_down="0.5"
|
||||
wireframe_flat_delay="0.1"
|
||||
wireframe_flow="100"
|
||||
wireframe_flow_connection="100"
|
||||
wireframe_flow_flat="100"
|
||||
wireframe_height="3"
|
||||
wireframe_nozzle_clearance="1"
|
||||
wireframe_printspeed="5"
|
||||
wireframe_printspeed_bottom="5"
|
||||
wireframe_printspeed_down="5"
|
||||
wireframe_printspeed_flat="5"
|
||||
wireframe_printspeed_up="5"
|
||||
wireframe_roof_drag_along="0.8"
|
||||
wireframe_roof_fall_down="2"
|
||||
wireframe_roof_inset="3"
|
||||
wireframe_roof_outer_delay="0.2"
|
||||
wireframe_straight_before_down="20"
|
||||
wireframe_strategy="compensate"
|
||||
wireframe_top_delay="0"
|
||||
wireframe_top_jump="0.6"
|
||||
wireframe_up_half_speed="0.3"
|
||||
xy_offset="0"
|
||||
xy_offset_layer_0="0"
|
||||
z_seam_corner="z_seam_corner_inner"
|
||||
z_seam_relative="False"
|
||||
z_seam_type="sharpest_corner"
|
||||
z_seam_x="190.0"
|
||||
z_seam_y="900"
|
||||
zig_zaggify_infill="False"
|
||||
zig_zaggify_support="False"
|
||||
machine_extruder_start_code=""
|
||||
@ -1,49 +0,0 @@
|
||||
infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
machine_nozzle_diameter=$nozzle_diameter
|
||||
machine_material_diameter=$filament_diameter
|
||||
material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
initial_bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_length
|
||||
machine_start_gcode=$start_gcode
|
||||
machine_end_gcode=$end_gcode
|
||||
retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
speed_print_layer_0=$first_layer_speed
|
||||
material_bed_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
line_width=$nozzle_diameter
|
||||
infill_line_width=$nozzle_diameter
|
||||
prime_tower_line_width=$nozzle_diameter
|
||||
raft_surface_line_width=$nozzle_diameter
|
||||
roofing_line_width=$nozzle_diameter
|
||||
skin_line_width=$nozzle_diameter
|
||||
skirt_brim_line_width=$nozzle_diameter
|
||||
support_bottom_line_width=$nozzle_diameter
|
||||
support_interface_line_width=$nozzle_diameter
|
||||
support_line_width=$nozzle_diameter
|
||||
support_roof_line_width=$nozzle_diameter
|
||||
wall_line_width_0=$nozzle_diameter
|
||||
wall_line_width=$nozzle_diameter
|
||||
wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
material_print_temperature=$temperature
|
||||
material_print_bed_temperature=$bed_temperature
|
||||
material_bed_temperature_layer_0=$bed_temperature
|
||||
material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
speed_print=$print_speed
|
||||
speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:40}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
brim_line_count=$brims
|
||||
skirt_line_count=$skirts
|
||||
raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,555 +0,0 @@
|
||||
acceleration_enabled="False"
|
||||
acceleration_infill="3000"
|
||||
acceleration_ironing="3000"
|
||||
acceleration_layer_0="3000"
|
||||
acceleration_prime_tower="3000"
|
||||
acceleration_print="3000"
|
||||
acceleration_print_layer_0="3000"
|
||||
acceleration_roofing="3000"
|
||||
acceleration_skirt_brim="3000"
|
||||
acceleration_support="3000"
|
||||
acceleration_support_bottom="3000"
|
||||
acceleration_support_infill="3000"
|
||||
acceleration_support_interface="3000"
|
||||
acceleration_support_roof="3000"
|
||||
acceleration_topbottom="3000"
|
||||
acceleration_travel="5000"
|
||||
acceleration_travel_layer_0="5000.0"
|
||||
acceleration_wall="3000"
|
||||
acceleration_wall_0="3000"
|
||||
acceleration_wall_x="3000"
|
||||
adaptive_layer_height_enabled="False"
|
||||
adaptive_layer_height_threshold="200.0"
|
||||
adaptive_layer_height_variation="0.1"
|
||||
adaptive_layer_height_variation_step="0.01"
|
||||
adhesion_extruder_nr="0"
|
||||
adhesion_type="skirt"
|
||||
alternate_carve_order="True"
|
||||
alternate_extra_perimeter="False"
|
||||
anti_overhang_mesh="False"
|
||||
blackmagic="0"
|
||||
bottom_layers="2"
|
||||
bottom_skin_expand_distance="1.0"
|
||||
bottom_skin_preshrink="1.0"
|
||||
bottom_thickness="0.8"
|
||||
bridge_enable_more_layers="True"
|
||||
bridge_fan_speed="100"
|
||||
bridge_fan_speed_2="0"
|
||||
bridge_fan_speed_3="0"
|
||||
bridge_settings_enabled="False"
|
||||
bridge_skin_density="100"
|
||||
bridge_skin_density_2="75"
|
||||
bridge_skin_density_3="80"
|
||||
bridge_skin_material_flow="60"
|
||||
bridge_skin_material_flow_2="100"
|
||||
bridge_skin_material_flow_3="110"
|
||||
bridge_skin_speed="15.0"
|
||||
bridge_skin_speed_2="15.0"
|
||||
bridge_skin_speed_3="15.0"
|
||||
bridge_skin_support_threshold="50"
|
||||
bridge_wall_coast="100"
|
||||
bridge_wall_material_flow="50"
|
||||
bridge_wall_min_length="5"
|
||||
bridge_wall_speed="15.0"
|
||||
brim_line_count="20"
|
||||
brim_outside_only="True"
|
||||
brim_width="8.0"
|
||||
carve_multiple_volumes="False"
|
||||
center_object="False"
|
||||
coasting_enable="False"
|
||||
coasting_min_volume="0.8"
|
||||
coasting_speed="90"
|
||||
coasting_volume="0.064"
|
||||
command_line_settings="0"
|
||||
conical_overhang_angle="50"
|
||||
conical_overhang_enabled="False"
|
||||
connect_infill_polygons="False"
|
||||
connect_skin_polygons="False"
|
||||
cool_fan_enabled="True"
|
||||
cool_fan_full_at_height="0.35"
|
||||
cool_fan_full_layer="2"
|
||||
cool_fan_speed="100.0"
|
||||
cool_fan_speed_0="0"
|
||||
cool_fan_speed_max="100.0"
|
||||
cool_fan_speed_min="100.0"
|
||||
cool_lift_head="False"
|
||||
cool_min_layer_time="5"
|
||||
cool_min_layer_time_fan_speed_max="10"
|
||||
cool_min_speed="10"
|
||||
cooling="0"
|
||||
cross_infill_pocket_size="4.0"
|
||||
cutting_mesh="False"
|
||||
date="14-10-2018"
|
||||
day="Sun"
|
||||
default_material_bed_temperature="60"
|
||||
default_material_print_temperature="210"
|
||||
draft_shield_dist="10"
|
||||
draft_shield_enabled="False"
|
||||
draft_shield_height="10"
|
||||
draft_shield_height_limitation="full"
|
||||
dual="0"
|
||||
expand_skins_expand_distance="1.0"
|
||||
experimental="0"
|
||||
extruder_nr="0"
|
||||
extruder_prime_pos_abs="False"
|
||||
extruder_prime_pos_x="0"
|
||||
extruder_prime_pos_y="0"
|
||||
extruder_prime_pos_z="0"
|
||||
extruders_enabled_count="1"
|
||||
fill_outline_gaps="False"
|
||||
fill_perimeter_gaps="everywhere"
|
||||
filter_out_tiny_gaps="True"
|
||||
flow_rate_extrusion_offset_factor="100"
|
||||
flow_rate_max_extrusion_offset="0"
|
||||
gantry_height="55"
|
||||
gradual_infill_step_height="1.5"
|
||||
gradual_infill_steps="0"
|
||||
gradual_support_infill_step_height="1"
|
||||
gradual_support_infill_steps="0"
|
||||
infill="0"
|
||||
infill_angles="[ ]"
|
||||
infill_before_walls="True"
|
||||
infill_enable_travel_optimization="False"
|
||||
infill_extruder_nr="-1"
|
||||
infill_line_distance="4.0"
|
||||
infill_line_width="0.5"
|
||||
infill_mesh="False"
|
||||
infill_mesh_order="0"
|
||||
infill_multiplier="1"
|
||||
infill_offset_x="0"
|
||||
infill_offset_y="0"
|
||||
infill_overlap="10"
|
||||
infill_overlap_mm="0.05"
|
||||
infill_pattern="grid"
|
||||
infill_sparse_density="20"
|
||||
infill_sparse_thickness="0.4"
|
||||
infill_support_angle="40"
|
||||
infill_support_enabled="False"
|
||||
infill_wall_line_count="0"
|
||||
infill_wipe_dist="0.125"
|
||||
initial_extruder_nr="0"
|
||||
initial_layer_line_width_factor="100.0"
|
||||
ironing_enabled="False"
|
||||
ironing_flow="10.0"
|
||||
ironing_inset="0.25"
|
||||
ironing_line_spacing="0.1"
|
||||
ironing_only_highest_layer="False"
|
||||
ironing_pattern="zigzag"
|
||||
jerk_enabled="False"
|
||||
jerk_infill="20"
|
||||
jerk_ironing="20"
|
||||
jerk_layer_0="20"
|
||||
jerk_prime_tower="20"
|
||||
jerk_print="20"
|
||||
jerk_print_layer_0="20"
|
||||
jerk_roofing="20"
|
||||
jerk_skirt_brim="20"
|
||||
jerk_support="20"
|
||||
jerk_support_bottom="20"
|
||||
jerk_support_infill="20"
|
||||
jerk_support_interface="20"
|
||||
jerk_support_roof="20"
|
||||
jerk_topbottom="20"
|
||||
jerk_travel="30"
|
||||
jerk_travel_layer_0="30.0"
|
||||
jerk_wall="20"
|
||||
jerk_wall_0="20"
|
||||
jerk_wall_x="20"
|
||||
layer_0_z_overlap="0.15"
|
||||
layer_height="0.4"
|
||||
layer_height_0="0.35"
|
||||
layer_start_x="0.0"
|
||||
layer_start_y="0.0"
|
||||
limit_support_retractions="True"
|
||||
line_width="0.5"
|
||||
machine_acceleration="4000"
|
||||
machine_buildplate_type="glass"
|
||||
machine_center_is_zero="False"
|
||||
machine_depth="200"
|
||||
machine_disallowed_areas="[]"
|
||||
machine_end_gcode="M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\n;G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 X0\nG90\nG1 Y290 F9000\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
machine_endstop_positive_direction_x="False"
|
||||
machine_endstop_positive_direction_y="False"
|
||||
machine_endstop_positive_direction_z="True"
|
||||
machine_extruder_count="1"
|
||||
machine_extruder_cooling_fan_number="0"
|
||||
machine_extruder_end_pos_abs="False"
|
||||
machine_extruder_end_pos_x="0"
|
||||
machine_extruder_end_pos_y="0"
|
||||
machine_extruder_start_pos_abs="False"
|
||||
machine_extruder_start_pos_x="0"
|
||||
machine_extruder_start_pos_y="0"
|
||||
machine_feeder_wheel_diameter="10.0"
|
||||
machine_filament_park_distance="16"
|
||||
machine_firmware_retract="False"
|
||||
machine_gcode_flavor="RepRap (Marlin/Sprinter)"
|
||||
machine_head_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_head_with_fans_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_heat_zone_length="16"
|
||||
machine_heated_bed="True"
|
||||
machine_height="210"
|
||||
machine_max_acceleration_e="10000"
|
||||
machine_max_acceleration_x="9000"
|
||||
machine_max_acceleration_y="9000"
|
||||
machine_max_acceleration_z="100"
|
||||
machine_max_feedrate_e="299792458000"
|
||||
machine_max_feedrate_x="500"
|
||||
machine_max_feedrate_y="500"
|
||||
machine_max_feedrate_z="5"
|
||||
machine_max_jerk_e="5.0"
|
||||
machine_max_jerk_xy="20.0"
|
||||
machine_max_jerk_z="0.4"
|
||||
machine_min_cool_heat_time_window="50.0"
|
||||
machine_minimum_feedrate="0.0"
|
||||
machine_name="Prusa i3"
|
||||
machine_nozzle_cool_down_speed="2.0"
|
||||
machine_nozzle_expansion_angle="45"
|
||||
machine_nozzle_head_distance="3"
|
||||
machine_nozzle_heat_up_speed="2.0"
|
||||
machine_nozzle_id="unknown"
|
||||
machine_nozzle_offset_x="0"
|
||||
machine_nozzle_offset_y="0"
|
||||
machine_nozzle_size="0.5"
|
||||
machine_nozzle_temp_enabled="True"
|
||||
machine_nozzle_tip_outer_diameter="1"
|
||||
machine_settings="0"
|
||||
machine_shape="rectangular"
|
||||
machine_show_variants="False"
|
||||
machine_start_gcode="G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM206 X0 Y0\n;M92 X100 Y100 E95 ; metal 16 teeth pulley\n;M92 Z3200; M6 z-axis\n;G1 Z15; move up\nG28 X0 Y0 ;move X/Y to min endstops\nG1 X40; move away to avoid crashing into bed mount\nG28 Z0 ;move Z to min endstops\n;G1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X10.0 E9.0 F1000.0 ; intro line\nG1 X60.0 E21.5 F1000.0 ; intro line\nG1 X20.0 E30.0 F1000\nG92 E0 ;zero the extruded length again\n;G1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
machine_steps_per_mm_e="1600"
|
||||
machine_steps_per_mm_x="50"
|
||||
machine_steps_per_mm_y="50"
|
||||
machine_steps_per_mm_z="50"
|
||||
machine_use_extruder_offset_to_offset_coords="True"
|
||||
machine_width="210"
|
||||
magic_fuzzy_skin_enabled="False"
|
||||
magic_fuzzy_skin_point_density="1.25"
|
||||
magic_fuzzy_skin_point_dist="0.8"
|
||||
magic_fuzzy_skin_thickness="0.3"
|
||||
magic_mesh_surface_mode="normal"
|
||||
magic_spiralize="False"
|
||||
material="0"
|
||||
material_adhesion_tendency="10"
|
||||
material_bed_temp_prepend="True"
|
||||
material_bed_temp_wait="True"
|
||||
material_bed_temperature="0"
|
||||
material_bed_temperature_layer_0="0"
|
||||
material_diameter="1.75"
|
||||
material_extrusion_cool_down_speed="0.7"
|
||||
material_final_print_temperature="195"
|
||||
material_flow="100"
|
||||
material_flow_dependent_temperature="False"
|
||||
material_flow_layer_0="100"
|
||||
material_flow_temp_graph="[[3.5,200],[7.0,240]]"
|
||||
material_guid="0ff92885-617b-4144-a03c-9989872454bc"
|
||||
material_initial_print_temperature="200"
|
||||
material_print_temp_prepend="True"
|
||||
material_print_temp_wait="True"
|
||||
material_print_temperature="210"
|
||||
material_print_temperature_layer_0="210"
|
||||
material_shrinkage_percentage="0"
|
||||
material_standby_temperature="175"
|
||||
material_surface_energy="100"
|
||||
max_feedrate_z_override="0"
|
||||
max_skin_angle_for_expansion="90"
|
||||
mesh_position_x="0"
|
||||
mesh_position_y="0"
|
||||
mesh_position_z="0"
|
||||
mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]"
|
||||
meshfix="0"
|
||||
meshfix_extensive_stitching="False"
|
||||
meshfix_keep_open_polygons="False"
|
||||
meshfix_maximum_resolution="0.01"
|
||||
meshfix_maximum_travel_resolution="0.02"
|
||||
meshfix_union_all="True"
|
||||
meshfix_union_all_remove_holes="False"
|
||||
min_infill_area="0"
|
||||
min_skin_width_for_expansion="4.898587196589413e-17"
|
||||
minimum_polygon_circumference="1.0"
|
||||
mold_angle="40"
|
||||
mold_enabled="False"
|
||||
mold_roof_height="0.5"
|
||||
mold_width="5"
|
||||
multiple_mesh_overlap="0.15"
|
||||
nozzle_disallowed_areas="[]"
|
||||
ooze_shield_angle="60"
|
||||
ooze_shield_dist="2"
|
||||
ooze_shield_enabled="False"
|
||||
optimize_wall_printing_order="False"
|
||||
outer_inset_first="False"
|
||||
platform_adhesion="0"
|
||||
prime_blob_enable="True"
|
||||
prime_tower_circular="True"
|
||||
prime_tower_enable="False"
|
||||
prime_tower_flow="100"
|
||||
prime_tower_line_width="0.5"
|
||||
prime_tower_min_volume="6"
|
||||
prime_tower_position_x="375.3"
|
||||
prime_tower_position_y="275.3"
|
||||
prime_tower_size="20"
|
||||
prime_tower_wipe_enabled="True"
|
||||
print_bed_temperature="0"
|
||||
print_sequence="all_at_once"
|
||||
print_temperature="210"
|
||||
raft_acceleration="3000"
|
||||
raft_airgap="0.3"
|
||||
raft_base_acceleration="3000"
|
||||
raft_base_fan_speed="0"
|
||||
raft_base_jerk="20"
|
||||
raft_base_line_spacing="2.0"
|
||||
raft_base_line_width="1.0"
|
||||
raft_base_speed="22.5"
|
||||
raft_base_thickness="0.42"
|
||||
raft_fan_speed="0"
|
||||
raft_interface_acceleration="3000"
|
||||
raft_interface_fan_speed="0"
|
||||
raft_interface_jerk="20"
|
||||
raft_interface_line_spacing="1.2"
|
||||
raft_interface_line_width="1.0"
|
||||
raft_interface_speed="22.5"
|
||||
raft_interface_thickness="0.6000000000000001"
|
||||
raft_jerk="20"
|
||||
raft_margin="15"
|
||||
raft_smoothing="5"
|
||||
raft_speed="30.0"
|
||||
raft_surface_acceleration="3000"
|
||||
raft_surface_fan_speed="0"
|
||||
raft_surface_jerk="20"
|
||||
raft_surface_layers="2"
|
||||
raft_surface_line_spacing="0.5"
|
||||
raft_surface_line_width="0.5"
|
||||
raft_surface_speed="30.0"
|
||||
raft_surface_thickness="0.4"
|
||||
relative_extrusion="False"
|
||||
remove_empty_first_layers="True"
|
||||
resolution="0"
|
||||
retract_at_layer_change="False"
|
||||
retraction_amount="6.5"
|
||||
retraction_combing="all"
|
||||
retraction_combing_max_distance="0"
|
||||
retraction_count_max="90"
|
||||
retraction_enable="True"
|
||||
retraction_extra_prime_amount="0"
|
||||
retraction_extrusion_window="6.5"
|
||||
retraction_hop="1"
|
||||
retraction_hop_after_extruder_switch="True"
|
||||
retraction_hop_enabled="False"
|
||||
retraction_hop_only_when_collides="False"
|
||||
retraction_min_travel="1.0"
|
||||
retraction_prime_speed="35"
|
||||
retraction_retract_speed="35"
|
||||
retraction_speed="35"
|
||||
roofing_angles="[ ]"
|
||||
roofing_extruder_nr="-1"
|
||||
roofing_layer_count="0"
|
||||
roofing_line_width="0.5"
|
||||
roofing_pattern="lines"
|
||||
shell="0"
|
||||
skin_alternate_rotation="False"
|
||||
skin_angles="[ ]"
|
||||
skin_line_width="0.5"
|
||||
skin_no_small_gaps_heuristic="True"
|
||||
skin_outline_count="1"
|
||||
skin_overlap="5"
|
||||
skin_overlap_mm="0.025"
|
||||
skin_preshrink="1.0"
|
||||
skirt_brim_line_width="0.5"
|
||||
skirt_brim_minimal_length="250"
|
||||
skirt_brim_speed="30.0"
|
||||
skirt_gap="3"
|
||||
skirt_line_count="1"
|
||||
slicing_tolerance="middle"
|
||||
smooth_spiralized_contours="True"
|
||||
spaghetti_flow="20"
|
||||
spaghetti_infill_enabled="False"
|
||||
spaghetti_infill_extra_volume="0"
|
||||
spaghetti_infill_stepped="True"
|
||||
spaghetti_inset="0.2"
|
||||
spaghetti_max_height="2.0"
|
||||
spaghetti_max_infill_angle="10"
|
||||
speed="0"
|
||||
speed_equalize_flow_enabled="False"
|
||||
speed_equalize_flow_max="150"
|
||||
speed_infill="80"
|
||||
speed_ironing="20.0"
|
||||
speed_layer_0="30.0"
|
||||
speed_prime_tower="60"
|
||||
speed_print="60"
|
||||
speed_print_layer_0="30.0"
|
||||
speed_roofing="30.0"
|
||||
speed_slowdown_layers="2"
|
||||
speed_support="60"
|
||||
speed_support_bottom="40.0"
|
||||
speed_support_infill="60"
|
||||
speed_support_interface="40.0"
|
||||
speed_support_roof="40.0"
|
||||
speed_topbottom="30.0"
|
||||
speed_travel="120"
|
||||
speed_travel_layer_0="60.0"
|
||||
speed_wall="30.0"
|
||||
speed_wall_0="30.0"
|
||||
speed_wall_x="60.0"
|
||||
start_layers_at_same_position="False"
|
||||
sub_div_rad_add="0.5"
|
||||
support="0"
|
||||
support_angle="50"
|
||||
support_bottom_density="100"
|
||||
support_bottom_distance="0"
|
||||
support_bottom_enable="False"
|
||||
support_bottom_extruder_nr="0"
|
||||
support_bottom_height="1"
|
||||
support_bottom_line_distance="0.5"
|
||||
support_bottom_line_width="0.5"
|
||||
support_bottom_pattern="concentric"
|
||||
support_bottom_stair_step_height="0.3"
|
||||
support_bottom_stair_step_width="5.0"
|
||||
support_conical_angle="30"
|
||||
support_conical_enabled="False"
|
||||
support_conical_min_width="5.0"
|
||||
support_connect_zigzags="True"
|
||||
support_enable="False"
|
||||
support_extruder_nr="0"
|
||||
support_extruder_nr_layer_0="0"
|
||||
support_fan_enable="False"
|
||||
support_infill_angle="0"
|
||||
support_infill_extruder_nr="0"
|
||||
support_infill_rate="15"
|
||||
support_infill_sparse_thickness="0.4"
|
||||
support_initial_layer_line_distance="3.3333333333333335"
|
||||
support_interface_density="100"
|
||||
support_interface_enable="False"
|
||||
support_interface_extruder_nr="0"
|
||||
support_interface_height="1"
|
||||
support_interface_line_width="0.5"
|
||||
support_interface_pattern="concentric"
|
||||
support_interface_skip_height="0.3"
|
||||
support_join_distance="2.0"
|
||||
support_line_distance="3.3333333333333335"
|
||||
support_line_width="0.5"
|
||||
support_mesh="False"
|
||||
support_mesh_drop_down="True"
|
||||
support_minimal_diameter="3.0"
|
||||
support_offset="0.2"
|
||||
support_pattern="zigzag"
|
||||
support_roof_density="100"
|
||||
support_roof_enable="False"
|
||||
support_roof_extruder_nr="0"
|
||||
support_roof_height="1"
|
||||
support_roof_line_distance="0.5"
|
||||
support_roof_line_width="0.5"
|
||||
support_roof_pattern="concentric"
|
||||
support_skip_some_zags="False"
|
||||
support_skip_zag_per_mm="20"
|
||||
support_supported_skin_fan_speed="100"
|
||||
support_top_distance="0.1"
|
||||
support_tower_diameter="3.0"
|
||||
support_tower_roof_angle="65"
|
||||
support_tree_angle="40"
|
||||
support_tree_branch_diameter="2"
|
||||
support_tree_branch_diameter_angle="5"
|
||||
support_tree_branch_distance="1"
|
||||
support_tree_collision_resolution="0.25"
|
||||
support_tree_enable="False"
|
||||
support_tree_wall_count="1"
|
||||
support_tree_wall_thickness="0.5"
|
||||
support_type="buildplate"
|
||||
support_use_towers="True"
|
||||
support_wall_count="0"
|
||||
support_xy_distance="0.7"
|
||||
support_xy_distance_overhang="0.25"
|
||||
support_xy_overrides_z="z_overrides_xy"
|
||||
support_z_distance="0.1"
|
||||
support_zag_skip_count="8"
|
||||
switch_extruder_prime_speed="20"
|
||||
switch_extruder_retraction_amount="16"
|
||||
switch_extruder_retraction_speed="20"
|
||||
switch_extruder_retraction_speeds="20"
|
||||
time="09:46:45"
|
||||
top_bottom_extruder_nr="-1"
|
||||
top_bottom_pattern="lines"
|
||||
top_bottom_pattern_0="lines"
|
||||
top_bottom_thickness="0.8"
|
||||
top_layers="2"
|
||||
top_skin_expand_distance="1.0"
|
||||
top_skin_preshrink="1.0"
|
||||
top_thickness="0.8"
|
||||
travel="0"
|
||||
travel_avoid_distance="0.625"
|
||||
travel_avoid_other_parts="True"
|
||||
travel_avoid_supports="False"
|
||||
travel_compensate_overlapping_walls_0_enabled="True"
|
||||
travel_compensate_overlapping_walls_enabled="True"
|
||||
travel_compensate_overlapping_walls_x_enabled="True"
|
||||
travel_retract_before_outer_wall="False"
|
||||
wall_0_extruder_nr="-1"
|
||||
wall_0_inset="0"
|
||||
wall_0_wipe_dist="0.25"
|
||||
wall_extruder_nr="-1"
|
||||
wall_line_count="2"
|
||||
wall_line_width="0.5"
|
||||
wall_line_width_0="0.5"
|
||||
wall_line_width_x="0.5"
|
||||
wall_min_flow="0"
|
||||
wall_min_flow_retract="False"
|
||||
wall_overhang_angle="90"
|
||||
wall_overhang_speed_factor="100"
|
||||
wall_thickness="0.8"
|
||||
wall_x_extruder_nr="-1"
|
||||
wireframe_bottom_delay="0"
|
||||
wireframe_drag_along="0.6"
|
||||
wireframe_enabled="False"
|
||||
wireframe_fall_down="0.5"
|
||||
wireframe_flat_delay="0.1"
|
||||
wireframe_flow="100"
|
||||
wireframe_flow_connection="100"
|
||||
wireframe_flow_flat="100"
|
||||
wireframe_height="3"
|
||||
wireframe_nozzle_clearance="1"
|
||||
wireframe_printspeed="5"
|
||||
wireframe_printspeed_bottom="5"
|
||||
wireframe_printspeed_down="5"
|
||||
wireframe_printspeed_flat="5"
|
||||
wireframe_printspeed_up="5"
|
||||
wireframe_roof_drag_along="0.8"
|
||||
wireframe_roof_fall_down="2"
|
||||
wireframe_roof_inset="3"
|
||||
wireframe_roof_outer_delay="0.2"
|
||||
wireframe_straight_before_down="20"
|
||||
wireframe_strategy="compensate"
|
||||
wireframe_top_delay="0"
|
||||
wireframe_top_jump="0.6"
|
||||
wireframe_up_half_speed="0.3"
|
||||
xy_offset="0"
|
||||
xy_offset_layer_0="0"
|
||||
z_seam_corner="z_seam_corner_inner"
|
||||
z_seam_relative="False"
|
||||
z_seam_type="sharpest_corner"
|
||||
z_seam_x="190.0"
|
||||
z_seam_y="900"
|
||||
zig_zaggify_infill="False"
|
||||
zig_zaggify_support="False"
|
||||
machine_extruders_share_nozzle="false"
|
||||
machine_always_write_active_tool="false"
|
||||
machine_heated_build_volume="false"
|
||||
retraction_hop_after_extruder_switch_height="false"
|
||||
wipe_retraction_enable="false"
|
||||
wipe_retraction_amount="0"
|
||||
wipe_retraction_retract_speed="60"
|
||||
wipe_retraction_prime_speed="60"
|
||||
wipe_retraction_extra_prime_amount="60"
|
||||
wipe_pause="0"
|
||||
wipe_hop_enable="false"
|
||||
wipe_hop_amount="0"
|
||||
wipe_hop_speed="60"
|
||||
wipe_brush_pos_x="0"
|
||||
wipe_repeat_count="3"
|
||||
wipe_move_distance="5"
|
||||
max_extrusion_before_wipe="10"
|
||||
clean_between_layers="false"
|
||||
machine_extruders_share_heater="false"
|
||||
machine_extruder_start_code=""
|
||||
machine_extruder_end_code=""
|
||||
support_infill_angles="[60,30]"
|
||||
support_roof_angles="[60,30]"
|
||||
support_bottom_angles="[60,30]"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,48 +0,0 @@
|
||||
infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
machine_nozzle_diameter=$nozzle_diameter
|
||||
machine_material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
initial_bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_length
|
||||
machine_start_gcode=$start_gcode
|
||||
machine_end_gcode=$end_gcode
|
||||
retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
speed_print_layer_0=$first_layer_speed
|
||||
material_bed_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
line_width=$nozzle_diameter
|
||||
infill_line_width=$nozzle_diameter
|
||||
prime_tower_line_width=$nozzle_diameter
|
||||
raft_surface_line_width=$nozzle_diameter
|
||||
roofing_line_width=$nozzle_diameter
|
||||
skin_line_width=$nozzle_diameter
|
||||
skirt_brim_line_width=$nozzle_diameter
|
||||
support_bottom_line_width=$nozzle_diameter
|
||||
support_interface_line_width=$nozzle_diameter
|
||||
support_line_width=$nozzle_diameter
|
||||
support_roof_line_width=$nozzle_diameter
|
||||
wall_line_width_0=$nozzle_diameter
|
||||
wall_line_width=$nozzle_diameter
|
||||
wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
material_print_temperature=$temperature
|
||||
material_print_bed_temperature=$bed_temperature
|
||||
material_bed_temperature_layer_0=$bed_temperature
|
||||
material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
speed_print=$print_speed
|
||||
speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:40}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
brim_line_count=$brims
|
||||
skirt_line_count=$skirts
|
||||
raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,531 +0,0 @@
|
||||
acceleration_enabled="False"
|
||||
acceleration_infill="3000"
|
||||
acceleration_ironing="3000"
|
||||
acceleration_layer_0="3000"
|
||||
acceleration_prime_tower="3000"
|
||||
acceleration_print="3000"
|
||||
acceleration_print_layer_0="3000"
|
||||
acceleration_roofing="3000"
|
||||
acceleration_skirt_brim="3000"
|
||||
acceleration_support="3000"
|
||||
acceleration_support_bottom="3000"
|
||||
acceleration_support_infill="3000"
|
||||
acceleration_support_interface="3000"
|
||||
acceleration_support_roof="3000"
|
||||
acceleration_topbottom="3000"
|
||||
acceleration_travel="5000"
|
||||
acceleration_travel_layer_0="5000.0"
|
||||
acceleration_wall="3000"
|
||||
acceleration_wall_0="3000"
|
||||
acceleration_wall_x="3000"
|
||||
adaptive_layer_height_enabled="False"
|
||||
adaptive_layer_height_threshold="200.0"
|
||||
adaptive_layer_height_variation="0.1"
|
||||
adaptive_layer_height_variation_step="0.01"
|
||||
adhesion_extruder_nr="0"
|
||||
adhesion_type="skirt"
|
||||
alternate_carve_order="True"
|
||||
alternate_extra_perimeter="False"
|
||||
anti_overhang_mesh="False"
|
||||
blackmagic="0"
|
||||
bottom_layers="2"
|
||||
bottom_skin_expand_distance="1.0"
|
||||
bottom_skin_preshrink="1.0"
|
||||
bottom_thickness="0.8"
|
||||
bridge_enable_more_layers="True"
|
||||
bridge_fan_speed="100"
|
||||
bridge_fan_speed_2="0"
|
||||
bridge_fan_speed_3="0"
|
||||
bridge_settings_enabled="False"
|
||||
bridge_skin_density="100"
|
||||
bridge_skin_density_2="75"
|
||||
bridge_skin_density_3="80"
|
||||
bridge_skin_material_flow="60"
|
||||
bridge_skin_material_flow_2="100"
|
||||
bridge_skin_material_flow_3="110"
|
||||
bridge_skin_speed="15.0"
|
||||
bridge_skin_speed_2="15.0"
|
||||
bridge_skin_speed_3="15.0"
|
||||
bridge_skin_support_threshold="50"
|
||||
bridge_wall_coast="100"
|
||||
bridge_wall_material_flow="50"
|
||||
bridge_wall_min_length="5"
|
||||
bridge_wall_speed="15.0"
|
||||
brim_line_count="20"
|
||||
brim_outside_only="True"
|
||||
brim_width="8.0"
|
||||
carve_multiple_volumes="False"
|
||||
center_object="False"
|
||||
coasting_enable="False"
|
||||
coasting_min_volume="0.8"
|
||||
coasting_speed="90"
|
||||
coasting_volume="0.064"
|
||||
command_line_settings="0"
|
||||
conical_overhang_angle="50"
|
||||
conical_overhang_enabled="False"
|
||||
connect_infill_polygons="False"
|
||||
connect_skin_polygons="False"
|
||||
cool_fan_enabled="True"
|
||||
cool_fan_full_at_height="0.35"
|
||||
cool_fan_full_layer="2"
|
||||
cool_fan_speed="100.0"
|
||||
cool_fan_speed_0="0"
|
||||
cool_fan_speed_max="100.0"
|
||||
cool_fan_speed_min="100.0"
|
||||
cool_lift_head="False"
|
||||
cool_min_layer_time="5"
|
||||
cool_min_layer_time_fan_speed_max="10"
|
||||
cool_min_speed="10"
|
||||
cooling="0"
|
||||
cross_infill_pocket_size="4.0"
|
||||
cutting_mesh="False"
|
||||
date="14-10-2018"
|
||||
day="Sun"
|
||||
default_material_bed_temperature="60"
|
||||
default_material_print_temperature="210"
|
||||
draft_shield_dist="10"
|
||||
draft_shield_enabled="False"
|
||||
draft_shield_height="10"
|
||||
draft_shield_height_limitation="full"
|
||||
dual="0"
|
||||
expand_skins_expand_distance="1.0"
|
||||
experimental="0"
|
||||
extruder_nr="0"
|
||||
extruder_prime_pos_abs="False"
|
||||
extruder_prime_pos_x="0"
|
||||
extruder_prime_pos_y="0"
|
||||
extruder_prime_pos_z="0"
|
||||
extruders_enabled_count="1"
|
||||
fill_outline_gaps="False"
|
||||
fill_perimeter_gaps="everywhere"
|
||||
filter_out_tiny_gaps="True"
|
||||
flow_rate_extrusion_offset_factor="100"
|
||||
flow_rate_max_extrusion_offset="0"
|
||||
gantry_height="55"
|
||||
gradual_infill_step_height="1.5"
|
||||
gradual_infill_steps="0"
|
||||
gradual_support_infill_step_height="1"
|
||||
gradual_support_infill_steps="0"
|
||||
infill="0"
|
||||
infill_angles="[ ]"
|
||||
infill_before_walls="True"
|
||||
infill_enable_travel_optimization="False"
|
||||
infill_extruder_nr="-1"
|
||||
infill_line_distance="4.0"
|
||||
infill_line_width="0.5"
|
||||
infill_mesh="False"
|
||||
infill_mesh_order="0"
|
||||
infill_multiplier="1"
|
||||
infill_offset_x="0"
|
||||
infill_offset_y="0"
|
||||
infill_overlap="10"
|
||||
infill_overlap_mm="0.05"
|
||||
infill_pattern="grid"
|
||||
infill_sparse_density="20"
|
||||
infill_sparse_thickness="0.4"
|
||||
infill_support_angle="40"
|
||||
infill_support_enabled="False"
|
||||
infill_wall_line_count="0"
|
||||
infill_wipe_dist="0.125"
|
||||
initial_extruder_nr="0"
|
||||
initial_layer_line_width_factor="100.0"
|
||||
ironing_enabled="False"
|
||||
ironing_flow="10.0"
|
||||
ironing_inset="0.25"
|
||||
ironing_line_spacing="0.1"
|
||||
ironing_only_highest_layer="False"
|
||||
ironing_pattern="zigzag"
|
||||
jerk_enabled="False"
|
||||
jerk_infill="20"
|
||||
jerk_ironing="20"
|
||||
jerk_layer_0="20"
|
||||
jerk_prime_tower="20"
|
||||
jerk_print="20"
|
||||
jerk_print_layer_0="20"
|
||||
jerk_roofing="20"
|
||||
jerk_skirt_brim="20"
|
||||
jerk_support="20"
|
||||
jerk_support_bottom="20"
|
||||
jerk_support_infill="20"
|
||||
jerk_support_interface="20"
|
||||
jerk_support_roof="20"
|
||||
jerk_topbottom="20"
|
||||
jerk_travel="30"
|
||||
jerk_travel_layer_0="30.0"
|
||||
jerk_wall="20"
|
||||
jerk_wall_0="20"
|
||||
jerk_wall_x="20"
|
||||
layer_0_z_overlap="0.15"
|
||||
layer_height="0.4"
|
||||
layer_height_0="0.35"
|
||||
layer_start_x="0.0"
|
||||
layer_start_y="0.0"
|
||||
limit_support_retractions="True"
|
||||
line_width="0.5"
|
||||
machine_acceleration="4000"
|
||||
machine_buildplate_type="glass"
|
||||
machine_center_is_zero="False"
|
||||
machine_depth="200"
|
||||
machine_disallowed_areas="[]"
|
||||
machine_end_gcode="M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\n;G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 X0\nG90\nG1 Y290 F9000\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
machine_endstop_positive_direction_x="False"
|
||||
machine_endstop_positive_direction_y="False"
|
||||
machine_endstop_positive_direction_z="True"
|
||||
machine_extruder_count="1"
|
||||
machine_extruder_cooling_fan_number="0"
|
||||
machine_extruder_end_pos_abs="False"
|
||||
machine_extruder_end_pos_x="0"
|
||||
machine_extruder_end_pos_y="0"
|
||||
machine_extruder_start_pos_abs="False"
|
||||
machine_extruder_start_pos_x="0"
|
||||
machine_extruder_start_pos_y="0"
|
||||
machine_feeder_wheel_diameter="10.0"
|
||||
machine_filament_park_distance="16"
|
||||
machine_firmware_retract="False"
|
||||
machine_gcode_flavor="RepRap (Marlin/Sprinter)"
|
||||
machine_head_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_head_with_fans_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_heat_zone_length="16"
|
||||
machine_heated_bed="True"
|
||||
machine_height="210"
|
||||
machine_max_acceleration_e="10000"
|
||||
machine_max_acceleration_x="9000"
|
||||
machine_max_acceleration_y="9000"
|
||||
machine_max_acceleration_z="100"
|
||||
machine_max_feedrate_e="299792458000"
|
||||
machine_max_feedrate_x="500"
|
||||
machine_max_feedrate_y="500"
|
||||
machine_max_feedrate_z="5"
|
||||
machine_max_jerk_e="5.0"
|
||||
machine_max_jerk_xy="20.0"
|
||||
machine_max_jerk_z="0.4"
|
||||
machine_min_cool_heat_time_window="50.0"
|
||||
machine_minimum_feedrate="0.0"
|
||||
machine_name="Prusa i3"
|
||||
machine_nozzle_cool_down_speed="2.0"
|
||||
machine_nozzle_expansion_angle="45"
|
||||
machine_nozzle_head_distance="3"
|
||||
machine_nozzle_heat_up_speed="2.0"
|
||||
machine_nozzle_id="unknown"
|
||||
machine_nozzle_offset_x="0"
|
||||
machine_nozzle_offset_y="0"
|
||||
machine_nozzle_size="0.5"
|
||||
machine_nozzle_temp_enabled="True"
|
||||
machine_nozzle_tip_outer_diameter="1"
|
||||
machine_settings="0"
|
||||
machine_shape="rectangular"
|
||||
machine_show_variants="False"
|
||||
machine_start_gcode="G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM206 X0 Y0\n;M92 X100 Y100 E95 ; metal 16 teeth pulley\n;M92 Z3200; M6 z-axis\n;G1 Z15; move up\nG28 X0 Y0 ;move X/Y to min endstops\nG1 X40; move away to avoid crashing into bed mount\nG28 Z0 ;move Z to min endstops\n;G1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X10.0 E9.0 F1000.0 ; intro line\nG1 X60.0 E21.5 F1000.0 ; intro line\nG1 X20.0 E30.0 F1000\nG92 E0 ;zero the extruded length again\n;G1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
machine_steps_per_mm_e="1600"
|
||||
machine_steps_per_mm_x="50"
|
||||
machine_steps_per_mm_y="50"
|
||||
machine_steps_per_mm_z="50"
|
||||
machine_use_extruder_offset_to_offset_coords="True"
|
||||
machine_width="210"
|
||||
magic_fuzzy_skin_enabled="False"
|
||||
magic_fuzzy_skin_point_density="1.25"
|
||||
magic_fuzzy_skin_point_dist="0.8"
|
||||
magic_fuzzy_skin_thickness="0.3"
|
||||
magic_mesh_surface_mode="normal"
|
||||
magic_spiralize="False"
|
||||
material="0"
|
||||
material_adhesion_tendency="10"
|
||||
material_bed_temp_prepend="True"
|
||||
material_bed_temp_wait="True"
|
||||
material_bed_temperature="0"
|
||||
material_bed_temperature_layer_0="0"
|
||||
material_diameter="1.75"
|
||||
material_extrusion_cool_down_speed="0.7"
|
||||
material_final_print_temperature="195"
|
||||
material_flow="100"
|
||||
material_flow_dependent_temperature="False"
|
||||
material_flow_layer_0="100"
|
||||
material_flow_temp_graph="[[3.5,200],[7.0,240]]"
|
||||
material_guid="0ff92885-617b-4144-a03c-9989872454bc"
|
||||
material_initial_print_temperature="200"
|
||||
material_print_temp_prepend="True"
|
||||
material_print_temp_wait="True"
|
||||
material_print_temperature="210"
|
||||
material_print_temperature_layer_0="210"
|
||||
material_shrinkage_percentage="0"
|
||||
material_standby_temperature="175"
|
||||
material_surface_energy="100"
|
||||
max_feedrate_z_override="0"
|
||||
max_skin_angle_for_expansion="90"
|
||||
mesh_position_x="0"
|
||||
mesh_position_y="0"
|
||||
mesh_position_z="0"
|
||||
mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]"
|
||||
meshfix="0"
|
||||
meshfix_extensive_stitching="False"
|
||||
meshfix_keep_open_polygons="False"
|
||||
meshfix_maximum_resolution="0.01"
|
||||
meshfix_maximum_travel_resolution="0.02"
|
||||
meshfix_union_all="True"
|
||||
meshfix_union_all_remove_holes="False"
|
||||
min_infill_area="0"
|
||||
min_skin_width_for_expansion="4.898587196589413e-17"
|
||||
minimum_polygon_circumference="1.0"
|
||||
mold_angle="40"
|
||||
mold_enabled="False"
|
||||
mold_roof_height="0.5"
|
||||
mold_width="5"
|
||||
multiple_mesh_overlap="0.15"
|
||||
nozzle_disallowed_areas="[]"
|
||||
ooze_shield_angle="60"
|
||||
ooze_shield_dist="2"
|
||||
ooze_shield_enabled="False"
|
||||
optimize_wall_printing_order="False"
|
||||
outer_inset_first="False"
|
||||
platform_adhesion="0"
|
||||
prime_blob_enable="True"
|
||||
prime_tower_circular="True"
|
||||
prime_tower_enable="False"
|
||||
prime_tower_flow="100"
|
||||
prime_tower_line_width="0.5"
|
||||
prime_tower_min_volume="6"
|
||||
prime_tower_position_x="375.3"
|
||||
prime_tower_position_y="275.3"
|
||||
prime_tower_size="20"
|
||||
prime_tower_wipe_enabled="True"
|
||||
print_bed_temperature="0"
|
||||
print_sequence="all_at_once"
|
||||
print_temperature="210"
|
||||
raft_acceleration="3000"
|
||||
raft_airgap="0.3"
|
||||
raft_base_acceleration="3000"
|
||||
raft_base_fan_speed="0"
|
||||
raft_base_jerk="20"
|
||||
raft_base_line_spacing="2.0"
|
||||
raft_base_line_width="1.0"
|
||||
raft_base_speed="22.5"
|
||||
raft_base_thickness="0.42"
|
||||
raft_fan_speed="0"
|
||||
raft_interface_acceleration="3000"
|
||||
raft_interface_fan_speed="0"
|
||||
raft_interface_jerk="20"
|
||||
raft_interface_line_spacing="1.2"
|
||||
raft_interface_line_width="1.0"
|
||||
raft_interface_speed="22.5"
|
||||
raft_interface_thickness="0.6000000000000001"
|
||||
raft_jerk="20"
|
||||
raft_margin="15"
|
||||
raft_smoothing="5"
|
||||
raft_speed="30.0"
|
||||
raft_surface_acceleration="3000"
|
||||
raft_surface_fan_speed="0"
|
||||
raft_surface_jerk="20"
|
||||
raft_surface_layers="2"
|
||||
raft_surface_line_spacing="0.5"
|
||||
raft_surface_line_width="0.5"
|
||||
raft_surface_speed="30.0"
|
||||
raft_surface_thickness="0.4"
|
||||
relative_extrusion="False"
|
||||
remove_empty_first_layers="True"
|
||||
resolution="0"
|
||||
retract_at_layer_change="False"
|
||||
retraction_amount="6.5"
|
||||
retraction_combing="all"
|
||||
retraction_combing_max_distance="0"
|
||||
retraction_count_max="90"
|
||||
retraction_enable="True"
|
||||
retraction_extra_prime_amount="0"
|
||||
retraction_extrusion_window="6.5"
|
||||
retraction_hop="1"
|
||||
retraction_hop_after_extruder_switch="True"
|
||||
retraction_hop_enabled="False"
|
||||
retraction_hop_only_when_collides="False"
|
||||
retraction_min_travel="1.0"
|
||||
retraction_prime_speed="35"
|
||||
retraction_retract_speed="35"
|
||||
retraction_speed="35"
|
||||
roofing_angles="[ ]"
|
||||
roofing_extruder_nr="-1"
|
||||
roofing_layer_count="0"
|
||||
roofing_line_width="0.5"
|
||||
roofing_pattern="lines"
|
||||
shell="0"
|
||||
skin_alternate_rotation="False"
|
||||
skin_angles="[ ]"
|
||||
skin_line_width="0.5"
|
||||
skin_no_small_gaps_heuristic="True"
|
||||
skin_outline_count="1"
|
||||
skin_overlap="5"
|
||||
skin_overlap_mm="0.025"
|
||||
skin_preshrink="1.0"
|
||||
skirt_brim_line_width="0.5"
|
||||
skirt_brim_minimal_length="250"
|
||||
skirt_brim_speed="30.0"
|
||||
skirt_gap="3"
|
||||
skirt_line_count="1"
|
||||
slicing_tolerance="middle"
|
||||
smooth_spiralized_contours="True"
|
||||
spaghetti_flow="20"
|
||||
spaghetti_infill_enabled="False"
|
||||
spaghetti_infill_extra_volume="0"
|
||||
spaghetti_infill_stepped="True"
|
||||
spaghetti_inset="0.2"
|
||||
spaghetti_max_height="2.0"
|
||||
spaghetti_max_infill_angle="10"
|
||||
speed="0"
|
||||
speed_equalize_flow_enabled="False"
|
||||
speed_equalize_flow_max="150"
|
||||
speed_infill="80"
|
||||
speed_ironing="20.0"
|
||||
speed_layer_0="30.0"
|
||||
speed_prime_tower="60"
|
||||
speed_print="60"
|
||||
speed_print_layer_0="30.0"
|
||||
speed_roofing="30.0"
|
||||
speed_slowdown_layers="2"
|
||||
speed_support="60"
|
||||
speed_support_bottom="40.0"
|
||||
speed_support_infill="60"
|
||||
speed_support_interface="40.0"
|
||||
speed_support_roof="40.0"
|
||||
speed_topbottom="30.0"
|
||||
speed_travel="120"
|
||||
speed_travel_layer_0="60.0"
|
||||
speed_wall="30.0"
|
||||
speed_wall_0="30.0"
|
||||
speed_wall_x="60.0"
|
||||
start_layers_at_same_position="False"
|
||||
sub_div_rad_add="0.5"
|
||||
support="0"
|
||||
support_angle="50"
|
||||
support_bottom_density="100"
|
||||
support_bottom_distance="0"
|
||||
support_bottom_enable="False"
|
||||
support_bottom_extruder_nr="0"
|
||||
support_bottom_height="1"
|
||||
support_bottom_line_distance="0.5"
|
||||
support_bottom_line_width="0.5"
|
||||
support_bottom_pattern="concentric"
|
||||
support_bottom_stair_step_height="0.3"
|
||||
support_bottom_stair_step_width="5.0"
|
||||
support_conical_angle="30"
|
||||
support_conical_enabled="False"
|
||||
support_conical_min_width="5.0"
|
||||
support_connect_zigzags="True"
|
||||
support_enable="False"
|
||||
support_extruder_nr="0"
|
||||
support_extruder_nr_layer_0="0"
|
||||
support_fan_enable="False"
|
||||
support_infill_angle="0"
|
||||
support_infill_extruder_nr="0"
|
||||
support_infill_rate="15"
|
||||
support_infill_sparse_thickness="0.4"
|
||||
support_initial_layer_line_distance="3.3333333333333335"
|
||||
support_interface_density="100"
|
||||
support_interface_enable="False"
|
||||
support_interface_extruder_nr="0"
|
||||
support_interface_height="1"
|
||||
support_interface_line_width="0.5"
|
||||
support_interface_pattern="concentric"
|
||||
support_interface_skip_height="0.3"
|
||||
support_join_distance="2.0"
|
||||
support_line_distance="3.3333333333333335"
|
||||
support_line_width="0.5"
|
||||
support_mesh="False"
|
||||
support_mesh_drop_down="True"
|
||||
support_minimal_diameter="3.0"
|
||||
support_offset="0.2"
|
||||
support_pattern="zigzag"
|
||||
support_roof_density="100"
|
||||
support_roof_enable="False"
|
||||
support_roof_extruder_nr="0"
|
||||
support_roof_height="1"
|
||||
support_roof_line_distance="0.5"
|
||||
support_roof_line_width="0.5"
|
||||
support_roof_pattern="concentric"
|
||||
support_skip_some_zags="False"
|
||||
support_skip_zag_per_mm="20"
|
||||
support_supported_skin_fan_speed="100"
|
||||
support_top_distance="0.1"
|
||||
support_tower_diameter="3.0"
|
||||
support_tower_roof_angle="65"
|
||||
support_tree_angle="40"
|
||||
support_tree_branch_diameter="2"
|
||||
support_tree_branch_diameter_angle="5"
|
||||
support_tree_branch_distance="1"
|
||||
support_tree_collision_resolution="0.25"
|
||||
support_tree_enable="False"
|
||||
support_tree_wall_count="1"
|
||||
support_tree_wall_thickness="0.5"
|
||||
support_type="buildplate"
|
||||
support_use_towers="True"
|
||||
support_wall_count="0"
|
||||
support_xy_distance="0.7"
|
||||
support_xy_distance_overhang="0.25"
|
||||
support_xy_overrides_z="z_overrides_xy"
|
||||
support_z_distance="0.1"
|
||||
support_zag_skip_count="8"
|
||||
switch_extruder_prime_speed="20"
|
||||
switch_extruder_retraction_amount="16"
|
||||
switch_extruder_retraction_speed="20"
|
||||
switch_extruder_retraction_speeds="20"
|
||||
time="09:46:45"
|
||||
top_bottom_extruder_nr="-1"
|
||||
top_bottom_pattern="lines"
|
||||
top_bottom_pattern_0="lines"
|
||||
top_bottom_thickness="0.8"
|
||||
top_layers="2"
|
||||
top_skin_expand_distance="1.0"
|
||||
top_skin_preshrink="1.0"
|
||||
top_thickness="0.8"
|
||||
travel="0"
|
||||
travel_avoid_distance="0.625"
|
||||
travel_avoid_other_parts="True"
|
||||
travel_avoid_supports="False"
|
||||
travel_compensate_overlapping_walls_0_enabled="True"
|
||||
travel_compensate_overlapping_walls_enabled="True"
|
||||
travel_compensate_overlapping_walls_x_enabled="True"
|
||||
travel_retract_before_outer_wall="False"
|
||||
wall_0_extruder_nr="-1"
|
||||
wall_0_inset="0"
|
||||
wall_0_wipe_dist="0.25"
|
||||
wall_extruder_nr="-1"
|
||||
wall_line_count="2"
|
||||
wall_line_width="0.5"
|
||||
wall_line_width_0="0.5"
|
||||
wall_line_width_x="0.5"
|
||||
wall_min_flow="0"
|
||||
wall_min_flow_retract="False"
|
||||
wall_overhang_angle="90"
|
||||
wall_overhang_speed_factor="100"
|
||||
wall_thickness="0.8"
|
||||
wall_x_extruder_nr="-1"
|
||||
wireframe_bottom_delay="0"
|
||||
wireframe_drag_along="0.6"
|
||||
wireframe_enabled="False"
|
||||
wireframe_fall_down="0.5"
|
||||
wireframe_flat_delay="0.1"
|
||||
wireframe_flow="100"
|
||||
wireframe_flow_connection="100"
|
||||
wireframe_flow_flat="100"
|
||||
wireframe_height="3"
|
||||
wireframe_nozzle_clearance="1"
|
||||
wireframe_printspeed="5"
|
||||
wireframe_printspeed_bottom="5"
|
||||
wireframe_printspeed_down="5"
|
||||
wireframe_printspeed_flat="5"
|
||||
wireframe_printspeed_up="5"
|
||||
wireframe_roof_drag_along="0.8"
|
||||
wireframe_roof_fall_down="2"
|
||||
wireframe_roof_inset="3"
|
||||
wireframe_roof_outer_delay="0.2"
|
||||
wireframe_straight_before_down="20"
|
||||
wireframe_strategy="compensate"
|
||||
wireframe_top_delay="0"
|
||||
wireframe_top_jump="0.6"
|
||||
wireframe_up_half_speed="0.3"
|
||||
xy_offset="0"
|
||||
xy_offset_layer_0="0"
|
||||
z_seam_corner="z_seam_corner_inner"
|
||||
z_seam_relative="False"
|
||||
z_seam_type="sharpest_corner"
|
||||
z_seam_x="190.0"
|
||||
z_seam_y="900"
|
||||
zig_zaggify_infill="False"
|
||||
zig_zaggify_support="False"
|
||||
machine_extruder_start_code=""
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,49 +0,0 @@
|
||||
infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
machine_nozzle_diameter=$nozzle_diameter
|
||||
machine_material_diameter=$filament_diameter
|
||||
material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
initial_bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_amount
|
||||
machine_start_gcode=$start_gcode
|
||||
machine_end_gcode=$end_gcode
|
||||
retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
speed_print_layer_0=$first_layer_speed
|
||||
material_bed_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
line_width=$nozzle_diameter
|
||||
infill_line_width=$nozzle_diameter
|
||||
prime_tower_line_width=$nozzle_diameter
|
||||
raft_surface_line_width=$nozzle_diameter
|
||||
roofing_line_width=$nozzle_diameter
|
||||
skin_line_width=$nozzle_diameter
|
||||
skirt_brim_line_width=$nozzle_diameter
|
||||
support_bottom_line_width=$nozzle_diameter
|
||||
support_interface_line_width=$nozzle_diameter
|
||||
support_line_width=$nozzle_diameter
|
||||
support_roof_line_width=$nozzle_diameter
|
||||
wall_line_width_0=$nozzle_diameter
|
||||
wall_line_width=$nozzle_diameter
|
||||
wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
material_print_temperature=$temperature
|
||||
material_print_bed_temperature=$bed_temperature
|
||||
material_bed_temperature_layer_0=$bed_temperature
|
||||
material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
speed_print=$print_speed
|
||||
speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:40}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
brim_line_count=$brims
|
||||
skirt_line_count=$skirts
|
||||
raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,532 +0,0 @@
|
||||
acceleration_enabled="False"
|
||||
acceleration_infill="3000"
|
||||
acceleration_ironing="3000"
|
||||
acceleration_layer_0="3000"
|
||||
acceleration_prime_tower="3000"
|
||||
acceleration_print="3000"
|
||||
acceleration_print_layer_0="3000"
|
||||
acceleration_roofing="3000"
|
||||
acceleration_skirt_brim="3000"
|
||||
acceleration_support="3000"
|
||||
acceleration_support_bottom="3000"
|
||||
acceleration_support_infill="3000"
|
||||
acceleration_support_interface="3000"
|
||||
acceleration_support_roof="3000"
|
||||
acceleration_topbottom="3000"
|
||||
acceleration_travel="5000"
|
||||
acceleration_travel_layer_0="5000.0"
|
||||
acceleration_wall="3000"
|
||||
acceleration_wall_0="3000"
|
||||
acceleration_wall_x="3000"
|
||||
adaptive_layer_height_enabled="False"
|
||||
adaptive_layer_height_threshold="200.0"
|
||||
adaptive_layer_height_variation="0.1"
|
||||
adaptive_layer_height_variation_step="0.01"
|
||||
adhesion_extruder_nr="0"
|
||||
adhesion_type="skirt"
|
||||
alternate_carve_order="True"
|
||||
alternate_extra_perimeter="False"
|
||||
anti_overhang_mesh="False"
|
||||
blackmagic="0"
|
||||
bottom_layers="2"
|
||||
bottom_skin_expand_distance="1.0"
|
||||
bottom_skin_preshrink="1.0"
|
||||
bottom_thickness="0.8"
|
||||
bridge_enable_more_layers="True"
|
||||
bridge_fan_speed="100"
|
||||
bridge_fan_speed_2="0"
|
||||
bridge_fan_speed_3="0"
|
||||
bridge_settings_enabled="False"
|
||||
bridge_skin_density="100"
|
||||
bridge_skin_density_2="75"
|
||||
bridge_skin_density_3="80"
|
||||
bridge_skin_material_flow="60"
|
||||
bridge_skin_material_flow_2="100"
|
||||
bridge_skin_material_flow_3="110"
|
||||
bridge_skin_speed="15.0"
|
||||
bridge_skin_speed_2="15.0"
|
||||
bridge_skin_speed_3="15.0"
|
||||
bridge_skin_support_threshold="50"
|
||||
bridge_wall_coast="100"
|
||||
bridge_wall_material_flow="50"
|
||||
bridge_wall_min_length="5"
|
||||
bridge_wall_speed="15.0"
|
||||
brim_line_count="20"
|
||||
brim_outside_only="True"
|
||||
brim_width="8.0"
|
||||
carve_multiple_volumes="False"
|
||||
center_object="False"
|
||||
coasting_enable="False"
|
||||
coasting_min_volume="0.8"
|
||||
coasting_speed="90"
|
||||
coasting_volume="0.064"
|
||||
command_line_settings="0"
|
||||
conical_overhang_angle="50"
|
||||
conical_overhang_enabled="False"
|
||||
connect_infill_polygons="False"
|
||||
connect_skin_polygons="False"
|
||||
cool_fan_enabled="True"
|
||||
cool_fan_full_at_height="0.35"
|
||||
cool_fan_full_layer="2"
|
||||
cool_fan_speed="100.0"
|
||||
cool_fan_speed_0="0"
|
||||
cool_fan_speed_max="100.0"
|
||||
cool_fan_speed_min="100.0"
|
||||
cool_lift_head="False"
|
||||
cool_min_layer_time="5"
|
||||
cool_min_layer_time_fan_speed_max="10"
|
||||
cool_min_speed="10"
|
||||
cooling="0"
|
||||
cross_infill_pocket_size="4.0"
|
||||
cutting_mesh="False"
|
||||
date="14-10-2018"
|
||||
day="Sun"
|
||||
default_material_bed_temperature="60"
|
||||
default_material_print_temperature="210"
|
||||
draft_shield_dist="10"
|
||||
draft_shield_enabled="False"
|
||||
draft_shield_height="10"
|
||||
draft_shield_height_limitation="full"
|
||||
dual="0"
|
||||
expand_skins_expand_distance="1.0"
|
||||
experimental="0"
|
||||
extruder_nr="0"
|
||||
extruder_prime_pos_abs="False"
|
||||
extruder_prime_pos_x="0"
|
||||
extruder_prime_pos_y="0"
|
||||
extruder_prime_pos_z="0"
|
||||
extruders_enabled_count="1"
|
||||
fill_outline_gaps="False"
|
||||
fill_perimeter_gaps="everywhere"
|
||||
filter_out_tiny_gaps="True"
|
||||
flow_rate_extrusion_offset_factor="100"
|
||||
flow_rate_max_extrusion_offset="0"
|
||||
gantry_height="55"
|
||||
gradual_infill_step_height="1.5"
|
||||
gradual_infill_steps="0"
|
||||
gradual_support_infill_step_height="1"
|
||||
gradual_support_infill_steps="0"
|
||||
infill="0"
|
||||
infill_angles="[ ]"
|
||||
infill_before_walls="True"
|
||||
infill_enable_travel_optimization="False"
|
||||
infill_extruder_nr="-1"
|
||||
infill_line_distance="4.0"
|
||||
infill_line_width="0.5"
|
||||
infill_mesh="False"
|
||||
infill_mesh_order="0"
|
||||
infill_multiplier="1"
|
||||
infill_offset_x="0"
|
||||
infill_offset_y="0"
|
||||
infill_overlap="10"
|
||||
infill_overlap_mm="0.05"
|
||||
infill_pattern="grid"
|
||||
infill_sparse_density="20"
|
||||
infill_sparse_thickness="0.4"
|
||||
infill_support_angle="40"
|
||||
infill_support_enabled="False"
|
||||
infill_wall_line_count="0"
|
||||
infill_wipe_dist="0.125"
|
||||
initial_extruder_nr="0"
|
||||
initial_layer_line_width_factor="100.0"
|
||||
ironing_enabled="False"
|
||||
ironing_flow="10.0"
|
||||
ironing_inset="0.25"
|
||||
ironing_line_spacing="0.1"
|
||||
ironing_only_highest_layer="False"
|
||||
ironing_pattern="zigzag"
|
||||
jerk_enabled="False"
|
||||
jerk_infill="20"
|
||||
jerk_ironing="20"
|
||||
jerk_layer_0="20"
|
||||
jerk_prime_tower="20"
|
||||
jerk_print="20"
|
||||
jerk_print_layer_0="20"
|
||||
jerk_roofing="20"
|
||||
jerk_skirt_brim="20"
|
||||
jerk_support="20"
|
||||
jerk_support_bottom="20"
|
||||
jerk_support_infill="20"
|
||||
jerk_support_interface="20"
|
||||
jerk_support_roof="20"
|
||||
jerk_topbottom="20"
|
||||
jerk_travel="30"
|
||||
jerk_travel_layer_0="30.0"
|
||||
jerk_wall="20"
|
||||
jerk_wall_0="20"
|
||||
jerk_wall_x="20"
|
||||
layer_0_z_overlap="0.15"
|
||||
layer_height="0.4"
|
||||
layer_height_0="0.35"
|
||||
layer_start_x="0.0"
|
||||
layer_start_y="0.0"
|
||||
limit_support_retractions="True"
|
||||
line_width="0.5"
|
||||
machine_acceleration="4000"
|
||||
machine_buildplate_type="glass"
|
||||
machine_center_is_zero="False"
|
||||
machine_depth="200"
|
||||
machine_disallowed_areas="[]"
|
||||
machine_end_gcode="M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\n;G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 X0\nG90\nG1 Y290 F9000\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
machine_endstop_positive_direction_x="False"
|
||||
machine_endstop_positive_direction_y="False"
|
||||
machine_endstop_positive_direction_z="True"
|
||||
machine_extruder_count="1"
|
||||
machine_extruder_cooling_fan_number="0"
|
||||
machine_extruder_end_pos_abs="False"
|
||||
machine_extruder_end_pos_x="0"
|
||||
machine_extruder_end_pos_y="0"
|
||||
machine_extruder_start_pos_abs="False"
|
||||
machine_extruder_start_pos_x="0"
|
||||
machine_extruder_start_pos_y="0"
|
||||
machine_feeder_wheel_diameter="10.0"
|
||||
machine_filament_park_distance="16"
|
||||
machine_firmware_retract="False"
|
||||
machine_gcode_flavor="RepRap (Marlin/Sprinter)"
|
||||
machine_head_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_head_with_fans_polygon="[[-75, -18], [-75, 35], [18, 35], [18, -18]]"
|
||||
machine_heat_zone_length="16"
|
||||
machine_heated_bed="True"
|
||||
machine_height="210"
|
||||
machine_max_acceleration_e="10000"
|
||||
machine_max_acceleration_x="9000"
|
||||
machine_max_acceleration_y="9000"
|
||||
machine_max_acceleration_z="100"
|
||||
machine_max_feedrate_e="299792458000"
|
||||
machine_max_feedrate_x="500"
|
||||
machine_max_feedrate_y="500"
|
||||
machine_max_feedrate_z="5"
|
||||
machine_max_jerk_e="5.0"
|
||||
machine_max_jerk_xy="20.0"
|
||||
machine_max_jerk_z="0.4"
|
||||
machine_min_cool_heat_time_window="50.0"
|
||||
machine_minimum_feedrate="0.0"
|
||||
machine_name="Prusa i3"
|
||||
machine_nozzle_cool_down_speed="2.0"
|
||||
machine_nozzle_expansion_angle="45"
|
||||
machine_nozzle_head_distance="3"
|
||||
machine_nozzle_heat_up_speed="2.0"
|
||||
machine_nozzle_id="unknown"
|
||||
machine_nozzle_offset_x="0"
|
||||
machine_nozzle_offset_y="0"
|
||||
machine_nozzle_size="0.5"
|
||||
machine_nozzle_temp_enabled="True"
|
||||
machine_nozzle_tip_outer_diameter="1"
|
||||
machine_settings="0"
|
||||
machine_shape="rectangular"
|
||||
machine_show_variants="False"
|
||||
machine_start_gcode="G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM206 X0 Y0\n;M92 X100 Y100 E95 ; metal 16 teeth pulley\n;M92 Z3200; M6 z-axis\n;G1 Z15; move up\nG28 X0 Y0 ;move X/Y to min endstops\nG1 X40; move away to avoid crashing into bed mount\nG28 Z0 ;move Z to min endstops\n;G1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 Y-3.0 F1000.0 ; go outside print area\nG1 X10.0 E9.0 F1000.0 ; intro line\nG1 X60.0 E21.5 F1000.0 ; intro line\nG1 X20.0 E30.0 F1000\nG92 E0 ;zero the extruded length again\n;G1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
machine_steps_per_mm_e="1600"
|
||||
machine_steps_per_mm_x="50"
|
||||
machine_steps_per_mm_y="50"
|
||||
machine_steps_per_mm_z="50"
|
||||
machine_use_extruder_offset_to_offset_coords="True"
|
||||
machine_width="210"
|
||||
magic_fuzzy_skin_enabled="False"
|
||||
magic_fuzzy_skin_point_density="1.25"
|
||||
magic_fuzzy_skin_point_dist="0.8"
|
||||
magic_fuzzy_skin_thickness="0.3"
|
||||
magic_mesh_surface_mode="normal"
|
||||
magic_spiralize="False"
|
||||
material="0"
|
||||
material_adhesion_tendency="10"
|
||||
material_bed_temp_prepend="True"
|
||||
material_bed_temp_wait="True"
|
||||
material_bed_temperature="0"
|
||||
material_bed_temperature_layer_0="0"
|
||||
material_diameter="1.75"
|
||||
material_extrusion_cool_down_speed="0.7"
|
||||
material_final_print_temperature="195"
|
||||
material_flow="100"
|
||||
material_flow_dependent_temperature="False"
|
||||
material_flow_layer_0="100"
|
||||
material_flow_temp_graph="[[3.5,200],[7.0,240]]"
|
||||
material_guid="0ff92885-617b-4144-a03c-9989872454bc"
|
||||
material_initial_print_temperature="200"
|
||||
material_print_temp_prepend="True"
|
||||
material_print_temp_wait="True"
|
||||
material_print_temperature="210"
|
||||
material_print_temperature_layer_0="210"
|
||||
material_shrinkage_percentage="0"
|
||||
material_standby_temperature="175"
|
||||
material_surface_energy="100"
|
||||
max_feedrate_z_override="0"
|
||||
max_skin_angle_for_expansion="90"
|
||||
mesh_position_x="0"
|
||||
mesh_position_y="0"
|
||||
mesh_position_z="0"
|
||||
mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]"
|
||||
meshfix="0"
|
||||
meshfix_extensive_stitching="False"
|
||||
meshfix_keep_open_polygons="False"
|
||||
meshfix_maximum_resolution="0.01"
|
||||
meshfix_maximum_travel_resolution="0.02"
|
||||
meshfix_union_all="True"
|
||||
meshfix_union_all_remove_holes="False"
|
||||
min_infill_area="0"
|
||||
min_skin_width_for_expansion="4.898587196589413e-17"
|
||||
minimum_polygon_circumference="1.0"
|
||||
mold_angle="40"
|
||||
mold_enabled="False"
|
||||
mold_roof_height="0.5"
|
||||
mold_width="5"
|
||||
multiple_mesh_overlap="0.15"
|
||||
nozzle_disallowed_areas="[]"
|
||||
ooze_shield_angle="60"
|
||||
ooze_shield_dist="2"
|
||||
ooze_shield_enabled="False"
|
||||
optimize_wall_printing_order="False"
|
||||
outer_inset_first="False"
|
||||
platform_adhesion="0"
|
||||
prime_blob_enable="True"
|
||||
prime_tower_circular="True"
|
||||
prime_tower_enable="False"
|
||||
prime_tower_flow="100"
|
||||
prime_tower_line_width="0.5"
|
||||
prime_tower_min_volume="6"
|
||||
prime_tower_position_x="375.3"
|
||||
prime_tower_position_y="275.3"
|
||||
prime_tower_size="20"
|
||||
prime_tower_wipe_enabled="True"
|
||||
print_bed_temperature="0"
|
||||
print_sequence="all_at_once"
|
||||
print_temperature="210"
|
||||
raft_acceleration="3000"
|
||||
raft_airgap="0.3"
|
||||
raft_base_acceleration="3000"
|
||||
raft_base_fan_speed="0"
|
||||
raft_base_jerk="20"
|
||||
raft_base_line_spacing="2.0"
|
||||
raft_base_line_width="1.0"
|
||||
raft_base_speed="22.5"
|
||||
raft_base_thickness="0.42"
|
||||
raft_fan_speed="0"
|
||||
raft_interface_acceleration="3000"
|
||||
raft_interface_fan_speed="0"
|
||||
raft_interface_jerk="20"
|
||||
raft_interface_line_spacing="1.2"
|
||||
raft_interface_line_width="1.0"
|
||||
raft_interface_speed="22.5"
|
||||
raft_interface_thickness="0.6000000000000001"
|
||||
raft_jerk="20"
|
||||
raft_margin="15"
|
||||
raft_smoothing="5"
|
||||
raft_speed="30.0"
|
||||
raft_surface_acceleration="3000"
|
||||
raft_surface_fan_speed="0"
|
||||
raft_surface_jerk="20"
|
||||
raft_surface_layers="2"
|
||||
raft_surface_line_spacing="0.5"
|
||||
raft_surface_line_width="0.5"
|
||||
raft_surface_speed="30.0"
|
||||
raft_surface_thickness="0.4"
|
||||
relative_extrusion="False"
|
||||
remove_empty_first_layers="True"
|
||||
resolution="0"
|
||||
retract_at_layer_change="False"
|
||||
retraction_amount="6.5"
|
||||
retraction_combing="all"
|
||||
retraction_combing_max_distance="0"
|
||||
retraction_count_max="90"
|
||||
retraction_enable="True"
|
||||
retraction_extra_prime_amount="0"
|
||||
retraction_extrusion_window="6.5"
|
||||
retraction_hop="1"
|
||||
retraction_hop_after_extruder_switch="True"
|
||||
retraction_hop_enabled="False"
|
||||
retraction_hop_only_when_collides="False"
|
||||
retraction_min_travel="1.0"
|
||||
retraction_prime_speed="35"
|
||||
retraction_retract_speed="35"
|
||||
retraction_speed="35"
|
||||
roofing_angles="[ ]"
|
||||
roofing_extruder_nr="-1"
|
||||
roofing_layer_count="0"
|
||||
roofing_line_width="0.5"
|
||||
roofing_pattern="lines"
|
||||
shell="0"
|
||||
skin_alternate_rotation="False"
|
||||
skin_angles="[ ]"
|
||||
skin_line_width="0.5"
|
||||
skin_no_small_gaps_heuristic="True"
|
||||
skin_outline_count="1"
|
||||
skin_overlap="5"
|
||||
skin_overlap_mm="0.025"
|
||||
skin_preshrink="1.0"
|
||||
skirt_brim_line_width="0.5"
|
||||
skirt_brim_minimal_length="250"
|
||||
skirt_brim_speed="30.0"
|
||||
skirt_gap="3"
|
||||
skirt_line_count="1"
|
||||
slicing_tolerance="middle"
|
||||
smooth_spiralized_contours="True"
|
||||
spaghetti_flow="20"
|
||||
spaghetti_infill_enabled="False"
|
||||
spaghetti_infill_extra_volume="0"
|
||||
spaghetti_infill_stepped="True"
|
||||
spaghetti_inset="0.2"
|
||||
spaghetti_max_height="2.0"
|
||||
spaghetti_max_infill_angle="10"
|
||||
speed="0"
|
||||
speed_equalize_flow_enabled="False"
|
||||
speed_equalize_flow_max="150"
|
||||
speed_infill="80"
|
||||
speed_ironing="20.0"
|
||||
speed_layer_0="30.0"
|
||||
speed_prime_tower="60"
|
||||
speed_print="60"
|
||||
speed_print_layer_0="30.0"
|
||||
speed_roofing="30.0"
|
||||
speed_slowdown_layers="2"
|
||||
speed_support="60"
|
||||
speed_support_bottom="40.0"
|
||||
speed_support_infill="60"
|
||||
speed_support_interface="40.0"
|
||||
speed_support_roof="40.0"
|
||||
speed_topbottom="30.0"
|
||||
speed_travel="120"
|
||||
speed_travel_layer_0="60.0"
|
||||
speed_wall="30.0"
|
||||
speed_wall_0="30.0"
|
||||
speed_wall_x="60.0"
|
||||
start_layers_at_same_position="False"
|
||||
sub_div_rad_add="0.5"
|
||||
support="0"
|
||||
support_angle="50"
|
||||
support_bottom_density="100"
|
||||
support_bottom_distance="0"
|
||||
support_bottom_enable="False"
|
||||
support_bottom_extruder_nr="0"
|
||||
support_bottom_height="1"
|
||||
support_bottom_line_distance="0.5"
|
||||
support_bottom_line_width="0.5"
|
||||
support_bottom_pattern="concentric"
|
||||
support_bottom_stair_step_height="0.3"
|
||||
support_bottom_stair_step_width="5.0"
|
||||
support_conical_angle="30"
|
||||
support_conical_enabled="False"
|
||||
support_conical_min_width="5.0"
|
||||
support_connect_zigzags="True"
|
||||
support_enable="False"
|
||||
support_extruder_nr="0"
|
||||
support_extruder_nr_layer_0="0"
|
||||
support_fan_enable="False"
|
||||
support_infill_angle="0"
|
||||
support_infill_extruder_nr="0"
|
||||
support_infill_rate="15"
|
||||
support_infill_sparse_thickness="0.4"
|
||||
support_initial_layer_line_distance="3.3333333333333335"
|
||||
support_interface_density="100"
|
||||
support_interface_enable="False"
|
||||
support_interface_extruder_nr="0"
|
||||
support_interface_height="1"
|
||||
support_interface_line_width="0.5"
|
||||
support_interface_pattern="concentric"
|
||||
support_interface_skip_height="0.3"
|
||||
support_join_distance="2.0"
|
||||
support_line_distance="3.3333333333333335"
|
||||
support_line_width="0.5"
|
||||
support_mesh="False"
|
||||
support_mesh_drop_down="True"
|
||||
support_minimal_diameter="3.0"
|
||||
support_offset="0.2"
|
||||
support_pattern="zigzag"
|
||||
support_roof_density="100"
|
||||
support_roof_enable="False"
|
||||
support_roof_extruder_nr="0"
|
||||
support_roof_height="1"
|
||||
support_roof_line_distance="0.5"
|
||||
support_roof_line_width="0.5"
|
||||
support_roof_pattern="concentric"
|
||||
support_skip_some_zags="False"
|
||||
support_skip_zag_per_mm="20"
|
||||
support_supported_skin_fan_speed="100"
|
||||
support_top_distance="0.1"
|
||||
support_tower_diameter="3.0"
|
||||
support_tower_roof_angle="65"
|
||||
support_tree_angle="40"
|
||||
support_tree_branch_diameter="2"
|
||||
support_tree_branch_diameter_angle="5"
|
||||
support_tree_branch_distance="1"
|
||||
support_tree_collision_resolution="0.25"
|
||||
support_tree_enable="False"
|
||||
support_tree_wall_count="1"
|
||||
support_tree_wall_thickness="0.5"
|
||||
support_type="buildplate"
|
||||
support_use_towers="True"
|
||||
support_wall_count="0"
|
||||
support_xy_distance="0.7"
|
||||
support_xy_distance_overhang="0.25"
|
||||
support_xy_overrides_z="z_overrides_xy"
|
||||
support_z_distance="0.1"
|
||||
support_zag_skip_count="8"
|
||||
switch_extruder_prime_speed="20"
|
||||
switch_extruder_retraction_amount="16"
|
||||
switch_extruder_retraction_speed="20"
|
||||
switch_extruder_retraction_speeds="20"
|
||||
time="09:46:45"
|
||||
top_bottom_extruder_nr="-1"
|
||||
top_bottom_pattern="lines"
|
||||
top_bottom_pattern_0="lines"
|
||||
top_bottom_thickness="0.8"
|
||||
top_layers="2"
|
||||
top_skin_expand_distance="1.0"
|
||||
top_skin_preshrink="1.0"
|
||||
top_thickness="0.8"
|
||||
travel="0"
|
||||
travel_avoid_distance="0.625"
|
||||
travel_avoid_other_parts="True"
|
||||
travel_avoid_supports="False"
|
||||
travel_compensate_overlapping_walls_0_enabled="True"
|
||||
travel_compensate_overlapping_walls_enabled="True"
|
||||
travel_compensate_overlapping_walls_x_enabled="True"
|
||||
travel_retract_before_outer_wall="False"
|
||||
wall_0_extruder_nr="-1"
|
||||
wall_0_inset="0"
|
||||
wall_0_wipe_dist="0.25"
|
||||
wall_extruder_nr="-1"
|
||||
wall_line_count="2"
|
||||
wall_line_width="0.5"
|
||||
wall_line_width_0="0.5"
|
||||
wall_line_width_x="0.5"
|
||||
wall_min_flow="0"
|
||||
wall_min_flow_retract="False"
|
||||
wall_overhang_angle="90"
|
||||
wall_overhang_speed_factor="100"
|
||||
wall_thickness="0.8"
|
||||
wall_x_extruder_nr="-1"
|
||||
wireframe_bottom_delay="0"
|
||||
wireframe_drag_along="0.6"
|
||||
wireframe_enabled="False"
|
||||
wireframe_fall_down="0.5"
|
||||
wireframe_flat_delay="0.1"
|
||||
wireframe_flow="100"
|
||||
wireframe_flow_connection="100"
|
||||
wireframe_flow_flat="100"
|
||||
wireframe_height="3"
|
||||
wireframe_nozzle_clearance="1"
|
||||
wireframe_printspeed="5"
|
||||
wireframe_printspeed_bottom="5"
|
||||
wireframe_printspeed_down="5"
|
||||
wireframe_printspeed_flat="5"
|
||||
wireframe_printspeed_up="5"
|
||||
wireframe_roof_drag_along="0.8"
|
||||
wireframe_roof_fall_down="2"
|
||||
wireframe_roof_inset="3"
|
||||
wireframe_roof_outer_delay="0.2"
|
||||
wireframe_straight_before_down="20"
|
||||
wireframe_strategy="compensate"
|
||||
wireframe_top_delay="0"
|
||||
wireframe_top_jump="0.6"
|
||||
wireframe_up_half_speed="0.3"
|
||||
xy_offset="0"
|
||||
xy_offset_layer_0="0"
|
||||
z_seam_corner="z_seam_corner_inner"
|
||||
z_seam_relative="False"
|
||||
z_seam_type="sharpest_corner"
|
||||
z_seam_x="190.0"
|
||||
z_seam_y="900"
|
||||
zig_zaggify_infill="False"
|
||||
zig_zaggify_support="False"
|
||||
machine_extruder_start_code=""
|
||||
roofing_monotonic=0
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,49 +0,0 @@
|
||||
infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
machine_nozzle_diameter=$nozzle_diameter
|
||||
machine_material_diameter=$filament_diameter
|
||||
material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
initial_bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_amount
|
||||
machine_start_gcode=$start_gcode
|
||||
machine_end_gcode=$end_gcode
|
||||
retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
speed_print_layer_0=$first_layer_speed
|
||||
material_bed_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
line_width=$nozzle_diameter
|
||||
infill_line_width=$nozzle_diameter
|
||||
prime_tower_line_width=$nozzle_diameter
|
||||
raft_surface_line_width=$nozzle_diameter
|
||||
roofing_line_width=$nozzle_diameter
|
||||
skin_line_width=$nozzle_diameter
|
||||
skirt_brim_line_width=$nozzle_diameter
|
||||
support_bottom_line_width=$nozzle_diameter
|
||||
support_interface_line_width=$nozzle_diameter
|
||||
support_line_width=$nozzle_diameter
|
||||
support_roof_line_width=$nozzle_diameter
|
||||
wall_line_width_0=$nozzle_diameter
|
||||
wall_line_width=$nozzle_diameter
|
||||
wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
material_print_temperature=$temperature
|
||||
material_print_bed_temperature=$bed_temperature
|
||||
material_bed_temperature_layer_0=$bed_temperature
|
||||
material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
speed_print=$print_speed
|
||||
speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:40}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
brim_line_count=$brims
|
||||
skirt_line_count=$skirts
|
||||
raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,47 +0,0 @@
|
||||
infill_line_distance={$fill_density==0?0:$nozzle_diameter*100/$fill_density*2}
|
||||
machine_nozzle_diameter=$nozzle_diameter
|
||||
machine_material_diameter=$filament_diameter
|
||||
top_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
wall_line_count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
retraction_amount=$retraction_length
|
||||
machine_start_gcode=$start_gcode
|
||||
machine_end_gcode=$end_gcode
|
||||
retraction_amount=$retraction_length
|
||||
layer_height_0={$first_layer_height>0?$first_layer_height:$layer_height}
|
||||
print_speed_layer_0=$first_layer_speed
|
||||
material_bed_temperature_layer_0={$first_layer_bed_temparature?$first_layer_bed_temperature:$bed_temperature}
|
||||
line_width=$nozzle_diameter
|
||||
infill_line_width=$nozzle_diameter
|
||||
prime_tower_line_width=$nozzle_diameter
|
||||
raft_surface_line_width=$nozzle_diameter
|
||||
roofing_line_width=$nozzle_diameter
|
||||
skin_line_width=$nozzle_diameter
|
||||
skirt_brim_line_width=$nozzle_diameter
|
||||
support_bottom_line_width=$nozzle_diameter
|
||||
support_interface_line_width=$nozzle_diameter
|
||||
support_line_width=$nozzle_diameter
|
||||
support_roof_line_width=$nozzle_diameter
|
||||
wall_line_width_0=$nozzle_diameter
|
||||
wall_line_width=$nozzle_diameter
|
||||
wall_line_width_x=$nozzle_diameter
|
||||
#default_material_print_temperature=$temperature
|
||||
#default_material_print_bed_temperature=$bed_temperature
|
||||
material_print_temperature=$temperature
|
||||
material_print_bed_temperature=$bed_temperature
|
||||
material_bed_temperature_layer_0=$bed_temperature
|
||||
material_print_temperature_layer_0=$first_layer_temperature
|
||||
#print_temperature=$temperature
|
||||
#print_bed_temperature=$bed_temperature
|
||||
speed_print=$print_speed
|
||||
speed_wall={$perimeter_speed?$perimeter_speed:$print_speed*0.8}
|
||||
speed_infill={$infill_speed?$infill_speed:$print_speed*1.5}
|
||||
retraction_speed={$retract_speed?$retract_speed:40}
|
||||
speed_travel=$travel_speed
|
||||
adhesion_type={$rafts>0?"raft":$brims>0?"brim":"skirt"}
|
||||
brim_line_count=$brims
|
||||
skirt_line_count=$skirts
|
||||
raft_surface_layers=$rafts
|
||||
support_enable={'$support' ne 'none' && '$support' ne '0' ? 1 : 0}
|
||||
support_type={'$support' eq "bed"?"buildplate":"everywhere"}
|
||||
z_seam_type={'$seam' eq 'aligned' ? 'sharpest_corner' : '$seam' eq 'nearest' ? "shortest" : '$seam' eq 'rear'? 'back' : '$seam'}
|
||||
@ -1,2 +0,0 @@
|
||||
#force-safe-gcode=0
|
||||
initial-bed-temperature=0
|
||||
@ -1,21 +0,0 @@
|
||||
inset-count={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
brim-count=$brims
|
||||
skirt-count=$skirts
|
||||
filament-diameter={$filament_diameter*1000}
|
||||
extrusion-width={$nozzle_diameter*1000}
|
||||
hot-end-temperature=$temperature
|
||||
has-heated-bed={$bed_temperature>0?1:0}
|
||||
bed-temperature=$bed_temperature
|
||||
#initial-hot-end-temperture=$first_layer_temperature
|
||||
#initial-bed-temperature=$first_layer_bed_temperature
|
||||
layer-speed=$print_speed
|
||||
layer-thickness={$layer_height*1000}
|
||||
move-speed=$travel_speed
|
||||
number-bottom-layers=$bottom_layers
|
||||
number-top-layers=$top_layers
|
||||
retraction-length=$retraction_length
|
||||
start-gcode=$start_gcode
|
||||
end-gcode=$end_gcode
|
||||
retraction-speed=$retract_speed
|
||||
support-enabled={'$support' ne 'none'?1:0}
|
||||
infill-percent=$fill_density
|
||||
@ -1,43 +0,0 @@
|
||||
additional_internal_infill_overlap_percent
|
||||
bed_temperature
|
||||
brim_count
|
||||
center
|
||||
end_gcode
|
||||
extrusion_multiplier
|
||||
extrusion_width
|
||||
fan_speed
|
||||
filament_diameter
|
||||
finish_polygon_snap_distance
|
||||
force_safe_gcode
|
||||
has_heated_bed
|
||||
hot_end_temperature
|
||||
infill_overlap_percent
|
||||
infill_percent
|
||||
infill_rotation_degree
|
||||
infill_zig_zag
|
||||
initial_bed_temperature
|
||||
initial_hot_end_temperature
|
||||
initial_layer_speed
|
||||
initial_layer_thickness
|
||||
initial_temperature_layer_count
|
||||
inset_count
|
||||
join_polygon_snap_distance
|
||||
layer_speed
|
||||
layer_thickness
|
||||
meld_distance
|
||||
move_speed
|
||||
number_bottom_layers
|
||||
number_top_layers
|
||||
outer_perimeter_speed
|
||||
output
|
||||
retraction_length
|
||||
retraction_speed
|
||||
skirt_count
|
||||
skirt_distance
|
||||
start_gcode
|
||||
support_enabled
|
||||
support_gap
|
||||
support_interface_layers
|
||||
support_pattern_spacing
|
||||
support_threshold_angle
|
||||
support_top_gap_layers
|
||||
@ -1 +0,0 @@
|
||||
# empty for now as KiriMotoSlicer has sane defaults
|
||||
@ -1,25 +0,0 @@
|
||||
sliceHeight=$layer_height
|
||||
firstSliceHeight={$first_layer_height>0 ? $first_layer_height : $layer_height}
|
||||
sliceShells={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
sliceFillSparse={$fill_density / 100}
|
||||
sliceBottomLayers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
sliceTopLayers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
sliceSkirtCount=$skirts
|
||||
sliceSupportEnable={'$support' eq 'bed' || '$support' eq 'everywhere' ? 'true' : 'false'}
|
||||
bedWidth=$machine_width
|
||||
bedDepth=$machine_depth
|
||||
maxHeight=$machine_height
|
||||
outputTemp=$temperature
|
||||
outputBedTemp=$bed_temperature
|
||||
outputFeedrate=$print_speed
|
||||
outputFinishrate=$print_speed
|
||||
outputSeekrate=$travel_speed
|
||||
#outputShellMult=1.25
|
||||
#outputFillMult=1.25
|
||||
#outputSparseMult=1.25
|
||||
outputRetractDist=$retraction_length
|
||||
outputRetractSpeed=$retract_speed
|
||||
##outputRetractDwell=...
|
||||
gcodePre=$start_gcode
|
||||
gcodePost=$end_gcode
|
||||
deviceName=$machine_name
|
||||
@ -1,3 +0,0 @@
|
||||
walls={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
|
||||
retraction_speed=$retract_speed
|
||||
@ -1,14 +0,0 @@
|
||||
nozzle_0_diameter=$nozzle_diameter
|
||||
retract_length=$retraction_length
|
||||
skirt_lines=$skirts
|
||||
skirt_layers={$skirts>0?1:0}
|
||||
shell_count=$perimeters
|
||||
bed_size_x=$machine_width
|
||||
bed_size_y=$machine_depth
|
||||
bed_center_x={$machine_width/2}
|
||||
bed_center_y={$machine_depth/2}
|
||||
nozzle_0_max_speed=$print_speed
|
||||
bed_temp=$bed_temperature
|
||||
infill_density=$fill_density
|
||||
nozzle_0_temp=$temperature
|
||||
shell_count=$perimeters
|
||||
@ -1,3 +0,0 @@
|
||||
walls={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
|
||||
retraction_speed=$retract_speed
|
||||
@ -1,188 +0,0 @@
|
||||
# generated by Slic3r Prusa Edition 1.40.1+linux64 on 2018-10-14 at 18:48:34
|
||||
avoid_crossing_perimeters = 0
|
||||
#bed_shape = 32x25,332x25,332x325,32x325
|
||||
bed_temperature = 0
|
||||
before_layer_gcode =
|
||||
between_objects_gcode =
|
||||
bottom_solid_layers = 3
|
||||
bridge_acceleration = 0
|
||||
bridge_angle = 0
|
||||
bridge_fan_speed = 100
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
clip_multipart_objects = 0
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
cooling_tube_length = 5
|
||||
cooling_tube_retraction = 91.5
|
||||
default_acceleration = 0
|
||||
default_filament_profile = ""
|
||||
default_print_profile =
|
||||
deretract_speed = 0
|
||||
disable_fan_first_layers = 3
|
||||
dont_support_bridges = 1
|
||||
duplicate_distance = 6
|
||||
elefant_foot_compensation = 0
|
||||
end_filament_gcode = "; Filament-specific end gcode \n;END gcode for filament\n"
|
||||
end_gcode = M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nM84 ; disable motors\n
|
||||
ensure_vertical_shell_thickness = 0
|
||||
external_fill_pattern = rectilinear
|
||||
external_perimeter_extrusion_width = 0
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
extra_perimeters = 1
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
extruder_colour = ""
|
||||
extruder_offset = 0x0
|
||||
extrusion_axis = E
|
||||
extrusion_multiplier = 1
|
||||
extrusion_width = 0
|
||||
fan_always_on = 0
|
||||
fan_below_layer_time = 60
|
||||
filament_colour = #7729B2
|
||||
filament_cost = 0
|
||||
filament_density = 0
|
||||
filament_diameter = 1.75
|
||||
filament_loading_speed = 28
|
||||
filament_max_volumetric_speed = 0
|
||||
filament_notes = ""
|
||||
filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
|
||||
filament_settings_id = ""
|
||||
filament_soluble = 0
|
||||
filament_toolchange_delay = 0
|
||||
filament_type = PLA
|
||||
filament_unloading_speed = 90
|
||||
fill_angle = 45
|
||||
fill_density = 20%
|
||||
#fill_pattern = rectlinear
|
||||
fill_pattern = stars
|
||||
first_layer_acceleration = 0
|
||||
first_layer_bed_temperature = 0
|
||||
first_layer_extrusion_width = 100%
|
||||
first_layer_height = 0.25
|
||||
first_layer_speed = 30
|
||||
first_layer_temperature = 210
|
||||
gap_fill_speed = 20
|
||||
gcode_comments = 0
|
||||
gcode_flavor = marlin
|
||||
infill_acceleration = 0
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_width = 0
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 0
|
||||
infill_overlap = 25%
|
||||
infill_speed = 80
|
||||
inherits =
|
||||
interface_shells = 0
|
||||
layer_gcode =
|
||||
layer_height = 0.4
|
||||
max_fan_speed = 100
|
||||
max_layer_height = 0
|
||||
max_print_height = 200
|
||||
max_print_speed = 80
|
||||
max_volumetric_extrusion_rate_slope_negative = 0
|
||||
max_volumetric_extrusion_rate_slope_positive = 0
|
||||
max_volumetric_speed = 0
|
||||
min_fan_speed = 35
|
||||
min_layer_height = 0.07
|
||||
min_print_speed = 10
|
||||
min_skirt_length = 0
|
||||
notes =
|
||||
nozzle_diameter = 0.5
|
||||
octoprint_apikey =
|
||||
octoprint_cafile =
|
||||
octoprint_host =
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
parking_pos_retraction = 92
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
perimeter_speed = 60
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_settings_id =
|
||||
printer_model =
|
||||
printer_notes =
|
||||
printer_settings_id =
|
||||
printer_variant =
|
||||
printer_vendor =
|
||||
raft_layers = 0
|
||||
resolution = 0
|
||||
retract_before_travel = 2
|
||||
retract_before_wipe = 0%
|
||||
retract_layer_change = 0
|
||||
retract_length = 2
|
||||
retract_length_toolchange = 10
|
||||
retract_lift = 0
|
||||
retract_lift_above = 0
|
||||
retract_lift_below = 0
|
||||
retract_restart_extra = 0
|
||||
retract_restart_extra_toolchange = 0
|
||||
retract_speed = 40
|
||||
seam_position = aligned
|
||||
serial_port =
|
||||
serial_speed = 250000
|
||||
single_extruder_multi_material = 0
|
||||
skirt_distance = 6
|
||||
skirt_height = 1
|
||||
skirts = 1
|
||||
slowdown_below_layer_time = 5
|
||||
small_perimeter_speed = 15
|
||||
solid_infill_below_area = 70
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extruder = 1
|
||||
solid_infill_extrusion_width = 0
|
||||
solid_infill_speed = 20
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
start_filament_gcode = "; Filament gcode\n"
|
||||
start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n
|
||||
support_material = 0
|
||||
support_material_angle = 0
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance = 0.2
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
support_material_interface_contact_loops = 0
|
||||
support_material_interface_extruder = 1
|
||||
support_material_interface_layers = 3
|
||||
support_material_interface_spacing = 0
|
||||
support_material_interface_speed = 100%
|
||||
support_material_pattern = rectilinear
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_synchronize_layers = 0
|
||||
support_material_threshold = 0
|
||||
support_material_with_sheath = 1
|
||||
support_material_xy_spacing = 50%
|
||||
temperature = 195
|
||||
thin_walls = 1
|
||||
threads = 8
|
||||
toolchange_gcode =
|
||||
top_infill_extrusion_width = 0
|
||||
top_solid_infill_speed = 15
|
||||
top_solid_layers = 3
|
||||
travel_speed = 130
|
||||
use_firmware_retraction = 0
|
||||
use_relative_e_distances = 0
|
||||
use_volumetric_e = 0
|
||||
variable_layer_height = 1
|
||||
wipe = 0
|
||||
wipe_tower = 0
|
||||
wipe_tower_bridging = 10
|
||||
wipe_tower_rotation_angle = 0
|
||||
wipe_tower_width = 60
|
||||
wipe_tower_x = 180
|
||||
wipe_tower_y = 140
|
||||
wiping_volumes_extruders = 70,70
|
||||
wiping_volumes_matrix = 0
|
||||
xy_size_compensation = 0
|
||||
z_offset = 0
|
||||
machine_limits_usage = ignore
|
||||
@ -1,16 +0,0 @@
|
||||
top_solid_layers={$top_thickness>0?int($top_thickness/$layer_height+0.5):$top_layers}
|
||||
bottom_solid_layers={$bottom_thickness>0?int($bottom_thickness/$layer_height+0.5):$bottom_layers}
|
||||
perimeters={$wall_thickness>0?int($wall_thickness/$nozzle_diameter+0.5):$perimeters}
|
||||
first_layer_bed_temperature=$bed_temperature
|
||||
#first_layer_bed_temperature={$first_layer_bed_temperature?$first_layer_bed_temperature:$bed_temperature}
|
||||
max_print_speed={$print_speed*1.2}
|
||||
brim_width={$brims>0?$nozzle_diameter*$brims:0}
|
||||
raft_layers=$rafts
|
||||
skirts={$brims>0||$rafts>0?0:$skirts}
|
||||
skirt_height={$brims>0||$rafts>0?0:($skirts>0?1:0)}
|
||||
support_material={'$support' eq 'bed' || '$support' eq 'everywhere' ? 1 : 0}
|
||||
support_material_angle=$support_angle
|
||||
support_material_buildplate_only={'$support' eq 'bed' ? 1 : 0 }
|
||||
seam_position={'$seam' eq 'sharpest_corner' ? 'aligned' : '$seam' }
|
||||
max_fan_speed=$cool_fan_speed_max
|
||||
min_fan_speed=$cool_fan_speed_min
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user