AndrewEllis93 / Pressure_Linear_Advance_Tool

Pressure Advance / Linear Advance Calibration Tool
https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/introduction.html
GNU General Public License v3.0
38 stars 19 forks source link

Advanced feature to not require G28, M190 and M109 #13

Closed UnPure closed 1 year ago

UnPure commented 1 year ago

Is your feature request related to a problem? Please describe. Most people have a proper PRINT_START macro that already includes bed and hotend temp as well as everything else and we are able to pass the variables to our own start script but are still forced to include the default gcodes (G28, M190 and M109).

Describe the solution you'd like It would be nice to (maybe hidden in the advanced mode) have the option to say "yes I know about the possible problems of not having those, but I definitely do and I won't come to you and complain that you killed my printer" kinda thingy when any of them are missing so that we don't have to include them when they already are part of our own PRINT_START gcode

//edit: Nevermind, you can already do that with "Standalone Macro + Temp Passing" instead of manual gcode