1.75mm White ABS Filament - 1Kg
1.75mm White ABS Filament - 1Kg
The 1.75mm White ABS Filament - 1Kg is a type of thermoplastic filament used in 3D printing applications. It is a popular choice among hobbyists and professionals alike due to its excellent mechanical properties, durability, and aesthetic appeal.
The primary function of the 1.75mm White ABS Filament is to serve as a raw material for 3D printing processes. It is designed to be melted and extruded through a heated nozzle to create three-dimensional objects layer by layer. The filament is fed into the 3D printer's extruder, which heats and melts the material, allowing it to be deposited onto a build plate to form the desired shape.
1.04 g/cm
210C (410F)
25-30 MPa (3600-4300 psi)
15-20%
10-15 kJ/m
| The 1.75mm White ABS Filament - 1Kg is suitable for a wide range of applications, including |
Prototype development
Model making
Architectural scale models
Consumer products
Industrial parts
Artistic creations
To ensure optimal print quality and filament performance, it is recommended to store the spool in a cool, dry place away from direct sunlight and moisture. It is also important to handle the filament carefully to avoid damaging or tangling the spool.
Component Documentation: 1.75mm White ABS Filament - 1KgOverviewThe 1.75mm White ABS Filament - 1Kg is a type of thermoplastic filament used in 3D printing. It is a popular choice among hobbyists and professionals alike due to its high impact resistance, durability, and glossy finish. This component is compatible with most FFF/FDM 3D printers that accept 1.75mm ABS filament.PropertiesMaterial: Acrylonitrile Butadiene Styrene (ABS)
Diameter: 1.75mm
Color: White
Weight: 1Kg
Melting Point: 210-250C
Printing Temperature: 220-240C
Bed Temperature: 90-110CCode Examples### Example 1: Marlin Firmware Configuration (Arduino)When using the 1.75mm White ABS Filament with a 3D printer running Marlin firmware, you'll need to configure the extruder settings accordingly. Here's an example code snippet in Arduino:
```cpp
#define EXTRUDER_0_TEMPSENSOR 0
#define EXTRUDER_0_HEATER 2// ABS settings
#define EXTRUDER_0_TEMP_HOTEND 230
#define EXTRUDER_0_TEMP_BED 100
#define EXTRUDER_0_FEEDRATE 3000
#define EXTRUDER_0_ACCELERATION 1000
```
In this example, we're defining the extruder settings for the first extruder (EXTRUDER_0) with a hotend temperature of 230C, bed temperature of 100C, feedrate of 3000 mm/min, and acceleration of 1000 mm/min.### Example 2: Slicing Settings with Cura (Python)When using Cura as your slicing software, you can configure the print settings to optimize the performance of the 1.75mm White ABS Filament. Here's an example Python script that sets the slicing settings:
```python
import cura.Settings# Create a new instance of the Cura API
api = cura.Settings.Instance()# Set the print settings
api.setSettingValue("layer_height", 0.2)
api.setSettingValue("initial_layer_height", 0.2)
api.setSettingValue("adhesion_type", "brim")
api.setSettingValue("infill_density", 20)
api.setSettingValue("support_enable", True)# Set the material settings
api.setSettingValue("material_bed_temperature", 100)
api.setSettingValue("material_hotend_temperature", 230)# Save the settings
api.saveSettings()
```
In this example, we're setting the layer height to 0.2mm, initial layer height to 0.2mm, adhesion type to brim, infill density to 20%, and support enabled. We're also setting the material bed temperature to 100C and the material hotend temperature to 230C.Important NotesAlways handle the filament with care to prevent damage or contamination.
Store the filament in a dry, cool place to maintain its quality.
Ensure your 3D printer is calibrated and configured correctly to produce optimal prints with this filament.
Post-processing techniques such as sanding or painting may be required to achieve a smooth, glossy finish.