-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Steps to reproduce:
- Go to Sandify website
- Export default circle packer as .gcode (issue appears for other formats as well)
Issue:
Resulting .gcode doesn't include program export variables (eg. Machine Type, Machine Radius)
sandify.gcode:
;
; File name: 'sandify2'
; File type: gcode
;
G1 X234.513 Y499.520
G1 X234.513 Y499.520
G1 X233.257 Y498.499
...
Something like what I'm expecting:
; Created by Sandify
; https://sandify.org
; Version: 0.2.8
;
; Machine type: Polar
; Max radius (mm): 250
; Start point: none
; End point: none
; Content type: shape
; Layer:
; Shape: Polygon
; Name: polygon
; Number of sides: 4
; Round corners: false
; Visible: true
; Initial width: 33
; Initial height: 33
; X offset: 0
; Y offset: 0
; Rotate (degrees): 0
; Reverse path: false
; Number of loops: 10
; When transforming shape: smear
; Scale: true
; Scale (+/-): 100
; Scale by: constant
; Spin: false
; Track: false
; Fine tuning:
; Connect to next layer: line
; Draw portion of path (%): 100
; Backtrack at end (%): 0
; Rotate starting point (%): 0
; Reverse export path: false
;
; File name: 'sandify'
; File type: gcode
;
G1 X273.335 Y273.335
G1 X220.832 Y279.168
G1 X214.998 Y214.998
...