drunken-octopus / drunken-octopus-marlin

An Alternative (Unofficial) Marlin Firmware for AlephObjects Printers
GNU General Public License v3.0
34 stars 13 forks source link

Are changes needed to Start and End Gcode in CuraLE? #17

Open b-morgan opened 4 years ago

b-morgan commented 4 years ago

Description

Looking at the commit for v2.0.0.1rc15 I notice the #define below. CuraLE printer definitions have Start and End GCode defined. The start includes commands for wiping (on the TAZ 6 and I assume others). How is the WIPE_SEQUENCE_COMMANDS define below used? What changes should be made in the CuraLE definitions?

Additional Information

define WIPE_SEQUENCE_COMMANDS "M117 Hot end heating...\nM104 S170\nG28 O1\nM117 Wiping nozzle\nT0\nG1 X115 Y175 Z10 F4000\nM109 R170\nG1 Z1\nM114\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 X115 Y175\nG1 X45 Y175\nG1 Z15\nM400\nM106 S255\nG0 X0.0 Y168.8M109 R160\nM107" // <-- changed

marciot commented 4 years ago

I would try it with the existing start GCODE. The wipe locations might shift by a little bit, but hopefully not enough to be a problem. Let me know if you find otherwise.