FullControlXYZ / fullcontrol

Python version of FullControl for toolpath design (and more) - the readme below is best source of information
GNU General Public License v3.0
672 stars 78 forks source link

Adds printer configuration for Ender 5 Plus #79

Closed ppak10 closed 7 months ago

ppak10 commented 7 months ago

Copies and ender_3.py configuration to ender_5_plus.py and changes maximum dimension to fit printer.

starting_procedure_steps.append(ManualGcode(text=';MAXX:350\n;MAXY:350\n;MAXZ:400\n'))