Skip to content

Commit deb0c83

Browse files
authored
Update README.md
re-factor layout a bit + add contributors section
1 parent 74c952a commit deb0c83

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# FlashForge Dreamer Cura Definitions (Dual Extruder)
22
![Cura_GUI_Preview](https://user-images.githubusercontent.com/6174563/210188426-f8184396-4bbb-4e73-81b5-0a15ae26cad3.png)
33

4-
## **_DISCLAIMER_**
4+
## **_DISCLAIMER:_**
55
All information is provided "as is", with no guarantee of
66
completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to warranties of performance, merchantability and
77
fitness for a particular purpose. I will not be liable to you or anyone else for any decision made or action taken in reliance on the information given for any consequential, special or similar damages, even if advised of the possibility of such damages.
88

99
---
1010

11-
**_WARNING_** - This profile adds support for the Dual Extruder Dreamer 3D printer flashed to [Marlin](https://github.com/moonglow/FlashForge_Marlin) firmware. This profile does **NOT** work with FlashForge factory firmware due to differences in the G-Code! **DO NOT** attempt to use this profile on factory firmware without changing the G-Code first!
11+
**_WARNING:_** This profile adds support for the Dual Extruder Dreamer 3D printer flashed to [Marlin](https://github.com/moonglow/FlashForge_Marlin) firmware. This profile does **NOT** work with FlashForge factory firmware due to differences in the G-Code! **DO NOT** attempt to use this profile on factory firmware without changing the G-Code first!
1212

1313
I have tested this profile with [Cura 5.2.1](https://ultimaker.com/software/ultimaker-cura) with good results, but it may not work 100% correctly. Please submit an [issue](https://github.com/tracedgod/FlashForge-Dreamer-Cura-Definitions/issues) if you run into any problems, or if you have a change suggestion, please submit a [pull request](https://github.com/tracedgod/FlashForge-Dreamer-Cura-Definitions/pulls).
1414

15-
## **_Installation Instructions_**
15+
#### **_Installation Instructions:_**
1616
Please follow the below instructions to install this profile to Cura:
1717

1818
1. Download the latest release .zip from [here](https://github.com/tracedgod/FlashForge-Dreamer-Cura-Definitions/releases/latest).
@@ -22,10 +22,10 @@ Please follow the below instructions to install this profile to Cura:
2222
- Linux: ``~/.local/share/cura/{Version}``
2323
3. After unzipping, open Cura and select the printer under ``FlashForge > Dreamer``
2424

25-
## **_G-Code (Marlin)_**
25+
## **_G-Code (Marlin):_**
2626
The G-Code between FlashForge firmware and Marlin firmware are quite different, and incompatible with one another. To fix this for Marlin firmware, the profile uses the below Start & End G-Codes:
2727

28-
### **_Start G-Code_**
28+
#### **_Start G-Code:_**
2929
```
3030
;Start Gcode
3131
G90
@@ -48,7 +48,7 @@ G92 E0
4848
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
4949
```
5050

51-
### **_End G-Code_**
51+
#### **_End G-Code:_**
5252
```
5353
;end gcode
5454
M140 S0 ; turn off heatbed
@@ -59,12 +59,12 @@ G28 X Y
5959
M84 X Y E ; disable motors
6060
```
6161

62-
## **_G-Code (FlashForge)_**
62+
## **_G-Code (FlashForge):_**
6363
_The Factory G-Code support is a WIP. Eventually I plan to have separate releases for Marlin & FlashForge firmware profiles._
6464

6565
I have **NOT** tested these G-Codes with Cura, **USE AT YOUR OWN RISK!**
6666

67-
### **_Start G-Code_**
67+
#### **_Start G-Code_:**
6868

6969
```
7070
M118 X17.70 Y17.70 Z34.89 T0
@@ -80,7 +80,7 @@ M651
8080
M907 X100 Y100 Z40 A100 B20
8181
```
8282

83-
### **_End G-Code_**
83+
#### **_End G-Code_:**
8484
```
8585
M104 S0 T0
8686
M140 S0 T0
@@ -91,3 +91,7 @@ M652
9191
G91
9292
M18
9393
```
94+
95+
## **_Contributors:_**
96+
- [tracedgod](https://github.com/tracedgod)
97+
- [Artimidorus](https://github.com/Artimidorus)

0 commit comments

Comments
 (0)