Marlin 1.1 config for TAZ6?

Sounds like the right repo… Not sure why you’re not seeing it.

I just checked (devel) and configuration_adv.h has this at line 587:
// Add an ‘M73’ G-code to set the current percentage
#define LCD_SET_PROGRESS_MANUALLY LULZBOT_LCD_SET_PROGRESS_MANUALLY

… and Conditionals_LulzBot.h has this at line 1717:
#define LULZBOT_LCD_SET_PROGRESS_MANUALLY

… and this in Marlin_main.cpp at line 7571:

#if ENABLED(ULTRA_LCD) && ENABLED(LCD_SET_PROGRESS_MANUALLY)
  /**
   * M73: Set percentage complete (for display on LCD)
   *
   * Example:
   *   M73 P25 ; Set progress to 25%
   *
   * Notes:
   *   This has no effect during an SD print job
   */
  inline void gcode_M73() {
    if (!IS_SD_PRINTING && parser.seen('P')) {
      progress_bar_percent = parser.value_byte();
      NOMORE(progress_bar_percent, 100);
    }
  }
#endif // ULTRA_LCD && LCD_SET_PROGRESS_MANUALLY

I was being dumb and not cloning dev :smiley:

That’ll do it. (Been there, done that…) :laughing:

Thanks for the assist, this was a nice add-on to my BLTouch Taz 5. Time to add another name to the OP.

@ menissalt
Glad u liked the idea. It was one of the trade offs I didn’t like about using USB printing, now we get progress bar with USB.

I have not used my Taz6 in a while, happen to know if Marcio pushed a firmware out with this feature active?

I just upgraded firmware to 1.1.8.10. The progress bar is working nicely.
@menissalt - i know how to do the layer # in lcd via simplify3d, is there a way to have cura 3+ do it?

Does the modify gcode search and replace post processing extension not work for you?

I tried…
the post processing scripts.
search and replace
search: ; layer
replace: M117 Layer
usa regular expressions : tried checked and unchecked

search: Z =
replace: Z=

Can you spell it out for me please, :smiley: - I cant get it to work

How about
Search ;LAYER:
Replace M117 LAYER Z=

That should be closer to what you are looking for.

But I do not know how/what you need to do to Cura so it gives you the actual height in place of just the Layer number. :angry:

ok thanks ill give it a try

Hi - been working on the BLTouch with the Taz 6 and 1.1.8 - Menissalt helped me a lot - got it working now quite well.

Only issue I’m having is that the adjustment knob doesn’t adjust the steppers for z offset - it does initially after flashing but once saved to EEPROM knob doesn’t do anything. Other than that the bilinear setup with the BLTouch works great.

As soon as I get everything sorted will post my how to…

Thanks!

-john

Hello All!
I have a TAZ 6 and I’m trying to improve autoleveling accuracy by trying the newer firmwares.
With Marin 1.0.2.22, the autolevel sometimes never touches the corner washer, other times touches it twice.
When the printer touches all 4 corners twice per probe, I have no problems. To get there, I need to reprint 4-5 times. Sometimes the z axis moves up when it should be moving down. Once all the corners are touched twice, it prints great. If I continue to print even when not all 4 corners touched properly, the bed is not leveled right.
I tried the new marlin release versions from 1.1.5.71 to 1.1.8.21, but for all of them, z homing goes up for about 10cm and stops. Repeated homing requests eventually hits the Z max end stop.

I don’t know why this is happening only to the 1.1 series firmware.

Any help would be appreciated!

When you updated to Cura 2.6.69 did you clear your computers cache files? If not follow the link below that corresponds with your OS clear your cache then readd printer in Cura (even if it’s still listed) then reflash your firmware. There have been some instances of old cache files causing improper transfer of the new firmware. That is what this sounds like to me.
Ubuntu: https://www.lulzbot.com/learn/tutorials/cura-lulzbot-edition-installation-ubuntu

Debian: https://www.lulzbot.com/learn/tutorials/cura-lulzbot-edition-installation-debian

macOS: https://www.lulzbot.com/learn/tutorials/cura-lulzbot-edition-installation-macos

Windows: https://www.lulzbot.com/learn/tutorials/cura-lulzbot-edition-installation-windows