when i print ABS my bed heats u fine but when the print begins the bed turns off/cools. i have never had this happen when i print PLA… i have also triple checked my print setting to make sure i didn’t check something wired. Any ideas on what it could be???
I saw the logs you sent. Your GCODE file has commas separating some of the commands and that seems to be confusing the AstroBox. This was an example of one line sent to the printer
N1 4,G28,G92 E0.0,G1 X8.0 F2000,G1 Y60.0 E4.0 F1000.0,G1 Y100.0 E8.5 F1000.0,G92 Z0.1,G92 E0.0*97
The printer then responded with:
No Checksum with line number, Last Line: 0
Resend: 1
Line 1 is resent and a loop is ensued.
I have never seen such structure in GCODE. What program did you use to slice it? what printer is it?
Currently we separate GCODE commands by newline characters which means we expect ONE Gcode command per line. If this comma-separated format is something that should be supported, we could work on it but would need to know where to find specs. Anybody knows more about this?
So much for responding! Simplify thre so much for responding! I’m using simplify 3-D. It would be great if you guys could fix this:) please keep me updated on progress if you can.