- Install Cura 2.4
- Copy
anet_a8.def.json
to/Applications/Cura.app/Contents/Resources/resources/definitions
- Open Cura
- Expand Custom, then select Anet A8
- Click Finish
Last active
May 20, 2023 21:02
-
-
Save brennanneoh/bcba6fd922cfead8f32bf921ea023e14 to your computer and use it in GitHub Desktop.
Anet A8 Printer Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "anet-a8", | |
"version": 2, | |
"name": "Anet A8", | |
"inherits": "fdmprinter", | |
"metadata": { | |
"visible": true, | |
"author": "Ultimaker", | |
"manufacturer": "Custom", | |
"category": "Custom", | |
"file_formats": "text/x-gcode", | |
"has_materials": true, | |
"first_start_actions": ["MachineSettingsAction"] | |
}, | |
"overrides": { | |
"machine_width": { "default_value": 220 }, | |
"machine_height": { "default_value": 240 }, | |
"machine_depth": { "default_value": 220 }, | |
"machine_heated_bed": { "default_value": true }, | |
"machine_center_is_zero": { "default_value": false }, | |
"gantry_height": { "default_value": 0 }, | |
"machine_nozzle_size": { "default_value": 0.4 }, | |
"machine_head_with_fans_polygon": { "default_value": [ [0, 0], [0, 0], [0, 0], [0, 0] ] }, | |
"machine_start_gcode": { | |
"default_value": ";Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\nM190 S{print_bed_temperature}\nM109 S{print_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000;Put printing message on LCD screen\nM117 Printing..." | |
}, | |
"machine_end_gcode": { | |
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" | |
}, | |
"material_bed_temperature": { "default_value": 50 }, | |
"material_diameter": { "default_value": 1.75 }, | |
"layer_height": { "default_value": 0.2 }, | |
"material_print_temperature": { "default_value": 190 }, | |
"speed_print": { "default_value": 40 } | |
} | |
} |
rpierce6610
commented
Feb 7, 2020
via email
Ok thank you. It doesn't seem to work the same way as windows.
Your post did help me resolve my windows issue.
What are you using in place of Cura? If you don't mind me asking?
…On Thu, Feb 6, 2020 at 6:00 PM Brennan Neoh ***@***.***> wrote:
@rpierce6610 <https://github.com/rpierce6610> i’m not sure. haven’t been
using Cura myself for quite awhile already...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://gist.github.com/bcba6fd922cfead8f32bf921ea023e14?email_source=notifications&email_token=AJQ5HTK5OZOAJYBEKJAGP7TRBSQAPA5CNFSM4KRF2H7KYY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAGBNLO#gistcomment-3168951>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQ5HTNYH2ZQ3IEA2PYD3TLRBSQAPANCNFSM4KRF2H7A>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment