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

option to select the Z slider unit, to mm or layer number #3783

Closed
efa opened this issue Mar 21, 2017 · 6 comments
Closed

option to select the Z slider unit, to mm or layer number #3783

efa opened this issue Mar 21, 2017 · 6 comments
Labels
Feature request This is an idea for a new feature in Slic3r Needs more info

Comments

@efa
Copy link
Contributor

efa commented Mar 21, 2017

Version

1.2.9

Operating system type + version

Ubuntu 16.04 64 bit
Win7 64 bit

Behavior

The Preview and Layers Z axis is in mm only.
Please add an option to select the Z slider unit, to mm or layer number

Is this a new feature request?
yes RFE

STL/Config (.ZIP) where problem occurs

all

@xoan
Copy link
Member

xoan commented Mar 21, 2017

I vote for something like to put this information overlayed in the view, at the bottom right corner, probably by moving the current Z mm too.

@alranel
Copy link
Member

alranel commented Mar 21, 2017

The current unit is layers. Each step of the slider is a discrete layer, not an arbitrary Z in mm. The label below the slider shows the current layer's Z.
Layer numbers are not very meaningful, because support material can have interlaced layers and objects in the same print can use different layer heights.

Rather than just talking about the implementation, can you please focus on the test case and discuss why are you actually asking for such change? It's very unlikely that we do something if you don't share why you are proposing it.

@lordofhyphens lordofhyphens added the Feature request This is an idea for a new feature in Slic3r label Mar 21, 2017
@lordofhyphens
Copy link
Member

As I said in #3022, this information (the current layer number) is less useful than you would think once the assumption that all extrusions on the same Z belong to the same layer is invalid.

That assumption is invalid.

So you will need to explain more comprehensively what you want to do and why you want to do it. Preferably with pictures.

Related guides for writing feature requests: http://meta.stackexchange.com/a/259196 http://nickohrn.com/2013/09/write-great-feature-request-bug-report/

@lordofhyphens
Copy link
Member

Closing for now. @efa please add the requested information and I will reopen.

@maxdarkdog
Copy link

maxdarkdog commented Apr 17, 2018

I do need the layer number for my colorchange script that uses layer number....
I cant understant why this kind of feature used in all other softwares is missing in here .... Really ...
You may be find this useless but it is a must have feature for me...

script used:
{REPLACE "; layer" "M117 Layer"}
{REPLACE " Z = " " Z="}
{REPLACE "\nM117 Layer x, Z=" "\nM600\nM117 Layer x, Z="}

i need to know the layer number to replace fhe "x" so i can keep printing in dual colors with a single extruder.... and i cant find it anywhere
example? sure, see the pic ;)
28576844_10212782870979239_5743448981779236083_n

@lordofhyphens
Copy link
Member

Use the [layer_num] variable in post-layer gcode to add your markers (or before). This is numerical and should be what you expect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request This is an idea for a new feature in Slic3r Needs more info
Projects
None yet
Development

No branches or pull requests

5 participants