I purchased the new upgraded rails and 3d printhead that comes with the A350T, and was wondering if there is an updated speed I should enter into my Octopi for the Snapmaker profile? Currently I have X & Y axis going at 6000 mm/min, Z at 400 mm/min, and E at 300 mm/min. Is this still the same for the new A350T?
All of the posts I search on the forum seem to be from 2020, so before the new rails & print unit.
Hi,
Iām setting up OctoPrint, too.
Look here:
C:\Users[YOUR USERNAME]\AppData\Roaming\snapmaker-luban\Config\printing\snapmaker2.def.json
āmachine_max_feedrate_xā: {
ādefault_valueā: 120
},
āmachine_max_feedrate_yā: {
ādefault_valueā: 120
},
āmachine_max_feedrate_zā: {
ādefault_valueā: 40
},
āmachine_max_feedrate_eā: {
ādefault_valueā: 25
Access the a350_single folder, then one of the profiles (Notepad or NotePad++), you can see this line:
āinheritsā: āsnapmaker2ā, which means settings not defined in the current profile are found in snapmaker2.def.json.