Code Monkey home page Code Monkey logo

pleasant3d's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tiger-tiger

pleasant3d's Issues

GCode parsing should allow midline comments

FInd the GCode spec and determine if parenthetical comments are permitted midline.

e.g.:
G1 X10 (comment) Y10

If this is permitted add support for this when scanning lines. One option is to strip out comments when initially creating a scanner from each line.

Support relative positioning

The GCode supplied for testing with #3 (https://gist.github.com/1748757) has some code at the start which uses relative Z positions including one setting the value to -34. This is handled badly (the whole bottom half of the print seems to be seen as one layer going from -34-35.1mm).

GCode parsing should ignore comments

I believe that as currently written it may cause issues if the line contains a comment which contains a character being scanned for which is not present earlier in the line.

e.g.:
G1 X10 Y10 ; E12 <- this should not be treated as an extrusion because it is in a comment.

One way to do this is to strip out any comments before the scanner is created from the line.

Fix 2D view

It does not currently appear to display the object (only the printer bed).

Add axes compass

Add a way to view how the axes are oriented relative to the current viewpoint.

Ultimaker build platform should be used by default

http://groups.google.com/group/ultimaker/browse_thread/thread/e1b7dcb320eb725a

Taylor Alexander:

So, I have an obvious immediate feature request: The Pleasant3D site says
the bed size is hard coded but easily changed - obviously in the future we
should make it easily modifiable at runtime, but in the meantime, it would
immediately be very useful for me if the bed was adjusted for the Ultimaker

  • made larger and the zero was adjusted to be the front left of the machine
    (when looking at the front of it). Normally I generate gcode with Netfabb
    (which has a nice graphic preview when placing the STL, but I want to try
    using Slic3r some more, and its weird never being able to preview where
    things will end up.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.