3D-printning & trådextrudering med Marlin.
Postat: 8 februari 2015, 17:01:35
Marlin har nu stöd för sensor för att mäta tråddiametern i farten och kompensera för
variationer genom att ändra matningshastighet.
Detta bör göra det enklare att själv återvinna / extrudera & använda tråd då man kan reglera vid
både tillverkning & printning.
"Filament Sensor--Supports the use of a real time filament diameter sensor that measures the
diameter of the filament going into the extruder and then adjusts the extrusion rate to
compensate for filament that does not match what is defined in the g-code.
The diameter can also be displayed on the LCD screen. This potentially eliminates the need to measure filament diameter when changing spools of filament. Gcode becomes independent of the filament diameter. Can also compensate for changing diameter.
For examples of these sensors, see:
http://www.thingiverse.com/thing:454584,
https://www.youmagine.com/designs/filam ... ter-sensor,
http://diy3dprinting.blogspot.com/2014/ ... ensor.html.
Any sensor which produces a voltage equivalent to the diameter in mm (i.e. 1v = 1mm) can be used. This provides a very simple interface and may encourage more innovation in this area.
4 new Mcodes are defined to set relevant parameters: M404, M405, M406, M407 - see above.
Implements a delay buffer to handle the transit delay between where the filament is measured and when it gets to the extruder."
variationer genom att ändra matningshastighet.
Detta bör göra det enklare att själv återvinna / extrudera & använda tråd då man kan reglera vid
både tillverkning & printning.
"Filament Sensor--Supports the use of a real time filament diameter sensor that measures the
diameter of the filament going into the extruder and then adjusts the extrusion rate to
compensate for filament that does not match what is defined in the g-code.
The diameter can also be displayed on the LCD screen. This potentially eliminates the need to measure filament diameter when changing spools of filament. Gcode becomes independent of the filament diameter. Can also compensate for changing diameter.
For examples of these sensors, see:
http://www.thingiverse.com/thing:454584,
https://www.youmagine.com/designs/filam ... ter-sensor,
http://diy3dprinting.blogspot.com/2014/ ... ensor.html.
Any sensor which produces a voltage equivalent to the diameter in mm (i.e. 1v = 1mm) can be used. This provides a very simple interface and may encourage more innovation in this area.
4 new Mcodes are defined to set relevant parameters: M404, M405, M406, M407 - see above.
Implements a delay buffer to handle the transit delay between where the filament is measured and when it gets to the extruder."