You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All information is provided "as is", with no guarantee of
6
6
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
7
7
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.
8
8
9
9
---
10
10
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!
12
12
13
13
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).
14
14
15
-
## **_Installation Instructions_**
15
+
####**_Installation Instructions:_**
16
16
Please follow the below instructions to install this profile to Cura:
17
17
18
18
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:
22
22
- Linux: ``~/.local/share/cura/{Version}``
23
23
3. After unzipping, open Cura and select the printer under ``FlashForge > Dreamer``
24
24
25
-
## **_G-Code (Marlin)_**
25
+
## **_G-Code (Marlin):_**
26
26
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:
27
27
28
-
### **_Start G-Code_**
28
+
####**_Start G-Code:_**
29
29
```
30
30
;Start Gcode
31
31
G90
@@ -48,7 +48,7 @@ G92 E0
48
48
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
49
49
```
50
50
51
-
### **_End G-Code_**
51
+
####**_End G-Code:_**
52
52
```
53
53
;end gcode
54
54
M140 S0 ; turn off heatbed
@@ -59,12 +59,12 @@ G28 X Y
59
59
M84 X Y E ; disable motors
60
60
```
61
61
62
-
## **_G-Code (FlashForge)_**
62
+
## **_G-Code (FlashForge):_**
63
63
_The Factory G-Code support is a WIP. Eventually I plan to have separate releases for Marlin & FlashForge firmware profiles._
64
64
65
65
I have **NOT** tested these G-Codes with Cura, **USE AT YOUR OWN RISK!**
0 commit comments