MrDraw/src
Gina Häußge 6e474d9096 Fix model size calculation during GCODE analysis
* Properly handle G0/G1 with no X, Y, Z coordinates in relative mode
    instead of duplicating coordinates - should fix #1675
  * Only take move commands with X, Y, Z coordinates into account for
    model size calculation - this makes our internal GCODE analysis behave
    like the GCODE viewer's analysis and produce the same model size. The
    downside is that extrusions on the origin are no longer taken into account
    for checking if a model is within bounds of the print bed, but that should
    hopefully not produce any issues in the real world.
2017-01-10 12:16:33 +01:00
..
octoprint Fix model size calculation during GCODE analysis 2017-01-10 12:16:33 +01:00
octoprint_client from __future__ import absolute_import, division, print_function 2016-07-15 00:16:58 -07:00
octoprint_setuptools from __future__ import absolute_import, division, print_function 2016-07-15 00:16:58 -07:00