Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flashforgeadventurer3.def.json #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion definitions/flashforgeadventurer3.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"machine_gcode_flavor": { "default_value": "Marlin" },
"machine_depth": { "default_value": 150 },
"machine_width": { "default_value": 150 },
"machine_name": { "default_value": "flashforge Adventurer 3" },
"machine_name": { "default_value": "FlashForge Adventurer 3" },
"machine_start_gcode": {"default_value": "G90 ; absolute coordinates\nG28 ; home all axes\nM132 X Y Z A B ; recall home offsets\nG1 Z50 F3300 ; lower bed\nM7 T0 ; stabilize bed temperature\nM6 T0 ; stabilize extruder temperature\nM651 ; set case fan on\nM907 X100 Y100 Z40 A100 B20 ; set motor current\n" },
"machine_end_gcode": {"default_value": "M107\nM104 S0 T0\nM140 S0\nG1 X0 Y0 F1200\nM84\n" }
}
Expand Down