Creative gcode printing
M82 ; absolute extrusion mode G21 ; set units to millimeters G90 ; use absolute positioning M82 ; absolute extrusion mode M104 S220 ; set extruder temp M109 S220 ; wait for extruder temp G28 W ; home all without mesh bed level G80 ; mesh bed leveling G1 F2100 E-0.8 G1 X100.0 Y100.0 Z10.0 G1 X100.0 Y100.0 Z10.0 E5.0
Software
- Pronterface (I downloaded it here after spending 2 hours trying to figure out why the precompiled version didn’t work and trying to rebuild it )
- Processing
With Pronterface you can send gcode directly to the printer. I tested this out with the following code (sending the commands individually to see if it worked).
Links
https://marlinfw.org/docs/gcode/G000-G001.html https://fabacademy.org/2021/labs/agrilab/shared_workshop/CreativeGcode3Dprinting/ http://www.codeplastic.com/2017/06/05/g-code-with-processing-part-1/