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

Replace most of Prelude head, last, minimum, maximum with their Safe … #16

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sorki
Copy link
Contributor

@sorki sorki commented Jun 23, 2020

…variants

Mostly quick git sed to find the root cause of extcuraengine: Safe.maximumNote [], layers zmax. Some of these are probably redundant and I might reset that and only keep sensible ones if we need them.

Reproducer (implicit 0.3.0.1):

cabal run exe:extcuraengine -- \
  slice \
  -l ~/git/IObjects/Tests/TwoCubes.stl \
  -o ./TwoCubes.gcode \
  -s layer_height=0.1 \
  -s machine_width=200 \
  -s machine_depth=200 \
  -s machine_height=100  \
  -s machine_nozzle_size=0.35 \
  -s material_diameter=2.85  \
  -s outer_inset_first=False \
  -s infill_sparse_density=100 \
  +RTS -N -qg -t

@julialongtin
Copy link
Member

Slowly doing this in a different form, using Stan's recommended Slist package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants