Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.27 KB

!!TODO.md

File metadata and controls

38 lines (26 loc) · 1.27 KB
I think this will also work...You can use the \n to do a new line so that it is not one long string...
    {action_respond_info("Print_Start Macro Inputs:\n"
                         "BED = %d\n" 
                         "EXTRUDER = %d\n" 
                         "CHAMBER = %d\n"
                         "FL_SIZE == %s\n"
                         "material = %s\n"
                         "Z_Adjust = %.3f\n" 
                         "nozzle = %.2f"\n
                         "filament_name = %s\n" % 
                         (BED, EXTRUDER, CHAMBER, FL_SIZE, material, z_adjust, nozzle, filament_name))}

General

TO PRINT

TO BUILD