EvilOverlordX
Posts: 5
Joined: Thu Apr 07, 2016 10:18 pm

Re: FF Dreamer out of print range error

I did a test with the same circles file, and commented out this line from the starting script:

G1 X-110.5 Y-74 F6000 ; Move to wait position

The objects appear to be placed correctly now. Thanks!
mikeks
Posts: 1
Joined: Tue Jul 05, 2016 12:03 am

Re: FF Dreamer out of print range error

I have the same problem. Removing the mentioned line doesn't help. I just bought this software and I hoped it will work, but it seems a problem. I connect over WiFi so I need to save the file first and then open it in FlashPrint in order to send it to the printer.
WildedSTL
Posts: 2
Joined: Sat Feb 13, 2016 12:54 pm

Re: FF Dreamer out of print range error

This is the starting and ending scripts I use. I save the G-Code file and load it into FlashPrint. Works for me with WIFI or USB connection. Hope this helps.
NOTE Change this line in starting script:
For left extruder line 13
M6 T1 ; Wait for left extruder to reach target temp
For right extruder line 13
M6 T0 ; Wait for right extruder to reach target temp
For both extruders line 13-14
M6 T1 ; Wait for left extruder to reach target temp
M6 T0 ; Wait for right extruder to reach target temp

;Start gcode from FlashPrint
M118 X74.33 Y9.50 Z1.96 T0
G28 ; Home axes
M132 X Y Z A B ; Recall home offsets
G1 Z50 F600 ; Lower Z
G161 X Y F3300
M907 X100 Y100 Z40 A80 B20 ; Set motor current
M146 r255 g0 b0 ; Set lights to red while preheating
M612 X34.5 Y0.0 ; Set toolhead offsts
M108 T1 ; Change to left extruder
G1 X-110.5 Y-74 F6000 ; Move to wait position
M7 ; Wait for bed to stabilize
M6 T1 ; Wait for left extruder to reach target temp
G1 X-100 Y-74 F9000 ; Move to front left corner of bed
G1 Z0.3 F6000 ; Move down to purge
G92 E0 ; Zero extruders
G1 X90 Y-74 E24 F2000 ; Extrude a line of filament across the front edge of the bed
G1 X100 Y-74 F180 ; Wait for ooze
G1 X110 Y-74 F5000 ; Fast wipe
G1 Z1 F100 ; Lift
G92 E0 ; Zero extruders again
M146 r255 g255 b255 ; Turn lights on for print
G1 Z0.5 F3300 ; Position nozzle

;end gcode from FlashPrint
M107 ; disable cooling fan
M104 S0 T0 ; cool down right extruder
M104 S0 T1 ; cool down left extruder
M140 S0 ; cool down HBP
G162 Z
G28 X Y; home XY axes
M132 X Y Z A B
G91
M18 ; disable stepper
;G1 Z140 F3300 ; send Z axis to bottom of machine
;M146 r0 g0 b0 ; Turn light off
excitedpixels
Posts: 1
Joined: Thu Sep 19, 2019 5:09 am

Re: FF Dreamer out of print range error

I'm curious if you ever resolved this. I am having a similar problem with the finder printer.

The issue is the pre-extrusion although surely -70 is an ok value as it fits in the print area although Flashprint doesn't like it and rejects it. I think you're fine if you print via a memory stick (although today I tried this and it crashed my finder). I'm sure it's a simple tweak of the code although I tried changing the -70 and 70's to 69 -69 but still it rejected it. Deleting the pre extrusion code is a workaround but not a great one.

I normally use flash print but there are times (like today) simplify does a slightly better job for some reason :) Plus I feel that the software finally pays its way a bit. :D

Return to “Troubleshooting and Bug Reports”