Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMF issues #7

Closed
jindrichbenes opened this issue Nov 2, 2016 · 8 comments
Closed

AMF issues #7

jindrichbenes opened this issue Nov 2, 2016 · 8 comments
Labels
enhancement improve an existing feature or functionality in the software

Comments

@jindrichbenes
Copy link

  • AMF suffix has to be written manualy
  • AMF does not remember scale
  • AMF does not remember settings (filament, printer, quality)
  • AMF renames all STL to same name (ie "spoolholder.stl" and "PSU_cover.stl" will be renamed to "spoolholder.amf" and "spoolholder.amf" after loading)
  • large AMF (80 files, 200mb) does not load - error:
    Unbalanced string table refcount: (1) for "AUTOLOAD" during global destruction.
    Scalars leaked: -2
    Can't use an undefined value as an ARRAY reference at C:/Slic3r/lib/Slic3r/GUI/Plater.pm line 280.
@CReimer
Copy link

CReimer commented Nov 5, 2016

I think we need some more infos here.
What exactly are you trying to do?
Are you talking about the stl-to-amf tool?

Edit: Ahh. This is about a multi extruder setup. No wonder I don't know what this is all about.

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 5, 2016

Jindrich (Czech form of the name Henry) is a Prusa Research employee. I
know what he means. He noted the requirements to make the AMF format useful
as a general project file for the Slic3r.

On Sat, Nov 5, 2016 at 3:09 PM, CReimer [email protected] wrote:

I think we need some more infos here.
What exactly are you trying to do?
Are you talking about the stl-to-amf tool?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFj5I4cIP3UsxxmI_ULP8cFkc02a0H6pks5q7I3-gaJpZM4KnKBB
.

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 5, 2016

It is not very well documented and it is not quite clear, but Slic3r could
export the platter as an AMF file and then reimport the same file. When
exporting a platter as an AMF file, the modifier meshes and their
properties are stored into the AMF file. The idea is great, only it has not
been fully implemented yet, so Jindrich just shortly documented what needs
to be done.

On Sat, Nov 5, 2016 at 5:22 PM, bubnikv . [email protected] wrote:

Jindrich (Czech form of the name Henry) is a Prusa Research employee. I
know what he means. He noted the requirements to make the AMF format useful
as a general project file for the Slic3r.

On Sat, Nov 5, 2016 at 3:09 PM, CReimer [email protected] wrote:

I think we need some more infos here.
What exactly are you trying to do?
Are you talking about the stl-to-amf tool?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFj5I4cIP3UsxxmI_ULP8cFkc02a0H6pks5q7I3-gaJpZM4KnKBB
.

@bubnikv bubnikv added the enhancement improve an existing feature or functionality in the software label Nov 8, 2016
@lordofhyphens
Copy link
Contributor

Changes for this would be useful upstream as well (IIRC there's a issue open on it there as well).

@bubnikv
Copy link
Collaborator

bubnikv commented Feb 9, 2017

AMF renames all STL to same name (ie "spoolholder.stl" and "PSU_cover.stl" will be renamed to "spoolholder.amf" and "spoolholder.amf" after loading)

Fixed.

@bubnikv
Copy link
Collaborator

bubnikv commented Feb 28, 2017

@lordofhyphens I have implemented a C++ AMF parser, it is blazing fast.

@jindrichbenes
Copy link
Author

jindrichbenes commented Mar 7, 2017

Everything seems to work, except for visualisation of variable layer height after AMF import. The variable layers will still generate, they are just not visualised in the Preview screen.

Edit: AMF does not remember Print Settings, Fillament and Printer settings used.

@bubnikv
Copy link
Collaborator

bubnikv commented Mar 14, 2018

The current master implements AMF / 3MF import / export, and both the AMF and 3MF formats now include the print/filament/printer profiles, so the AMF and 3MF formats now serve the purpose of a project file.

@bubnikv bubnikv closed this as completed Mar 14, 2018
bubnikv pushed a commit that referenced this issue Jan 31, 2023
Implementation of extra perimeters on steep overhangs/flat unsupported parts
Also contains:
Principal components computation over polygon area
New fast bridge direction estimation which minimizes amount of unanchored bridge endpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improve an existing feature or functionality in the software
Projects
None yet
Development

No branches or pull requests

4 participants