Close



Results 1 to 10 of 13

Hybrid View

  1. #1
    Engineer-in-Training
    Join Date
    Feb 2015
    Posts
    371
    Right, but is there a way to move this to the main screen? I don't find the speed a needed feature for me. I do however use the Tune>Flow quite a bit when tuning. It would be nice to have access to this on the main screen.

  2. #2
    !!! untested hack !!!

    open 'ultralcd.cpp'
    search for 'ULTIPANEL_FEEDMULTIPLY'
    in this block replace all occurrences of 'feedrate_multiplier' with 'extruder_multiplier[active_extruder]'.

    open 'ultralcd_implementation_hitachi_HD44780.h' for a char based or 'dogm_lcd_implementation.h' for a graphical display.
    search for 'feedrate_multiplier' and replace with 'extruder_multiplier[active_extruder]'. (there should be only one)

    You will still have the'FR' symbol on the screen. I have no real idea what happens if you have more then one extruder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •