Anson Liu
Anson Liu
Not that I'm aware of, I just specify my 2 toolchange scripts in EVENT_GCODE_TOOLCHANGE_T0 and EVENT_GCODE_TOOLCHANGE_T1
I looked around some more and in Cura it is possible to set Extruder start gcode and Extruder end gcode for each extruder so it's similar to other slicers.
@EvilGremlin @DerAndere1 I modified toolchange.cpp to run the hotend Z offset adjustment after EVENT_GCODE_TOOLCHANGE is executed. I went with this for: - portability of EVENT_GCODE_TOOLCHANGE gcode to execute in the...
I let this patch run on a dual color print overnight and it came out well with a 6mm ooze shield. I think it is ready to merge into the...
@thinkyhead Can you please review our changes for adding the mechanical switching nozzle/extruder?
Unfortunately I wasn't able to get the libtesseract-dev buildpack working. I ended up just calling the tesseract command through os.Exec for a project that uses tesseract a couple hundred times....
@FormerLurker I tried your suggestion to try the Timer trigger and realized that the constant timer between snapshots favors screen time for layers that take longer to print (naturally). I...
@thinkyhead @thisiskeithb Bumping, do you have any availability to review this PR for merge? We can reduce the chance of code branches diverging if this 3 months ready PR is...
The toolchange effect seems to be broken in Marlin 2.1.2. I tried testing the commits in this PR https://github.com/MarlinFirmware/Marlin/pull/24553/commits And something was added to Marlin after the 10/30 commit that...
Turns out the problem was the current Marlin stepper.h and stepper.cpp code breaking compatibility with AVR/A4988 steppers. The toolchange part of this PR still works. This PR's latest commit has...