Open probonopd opened 7 years ago
It would be interesting to know the exact DEFAULT_MAX_FEEDRATE
(Marlin), machine_max_feedrate_x
(Cura) for this machine. According to https://www.makerbot.com/media-center/2010/12/22/calculating-your-feedrate-to-get-awesome-prints it is determined by the torque of the extruder motor and can vary greatly from machine to machine.
According to the comments in Cura's fdmprinter.def.json this is used to determine print speeds.
Update: My very bad results (print too sparse) had to do with Cura thinking my filament was 2.85mm... changing that to 1.75 did the trick for me with no changes needed to the speed.
Analyzing
RF100.gcode
from the SD card coming with the printer with http://gcode.ws/ revealsExtrude speeds:
Move speeds:
Retract speeds:
The
CoffeeCup.gcode
model uses higher speeds:Extrude speeds:
Move speeds:
Retract speeds:
Start GCode:
End GCode:
This prints as intended.
--
The PLA profile
Config/Mac/RF100-PLA.ini
on the SD card givesSo essentially it looks like the speeds in the ini file are much too high?