Commit Graph

77 Commits

Author SHA1 Message Date
Pascal de Bruijn
6bcdf0999c creality.ini: universal end_gcode improvement
Replace hardcoded print presentation coordinate with print_bed_max[1],
where we move the print bed ~3/4 of the bed size across the y axis
at the end of the print.
2021-01-24 12:40:52 +01:00
Pascal de Bruijn
4ede5c3959 creality.ini: Ender3 V2 naming consistency 2021-01-23 19:31:23 +01:00
Pascal de Bruijn
6955e8ec08 creality.ini: raise Das Filament PLA bed temp
At 50C prints with sharper corners can be prone te warping if the
first layer height isn't quite optimal, and given that most Creality
printers don't have ABL, it often isn't.

So to optimize chances of getting good non-warped prints, we keep
all PLA bed temps at 60C for Creality printers.
2021-01-23 19:12:01 +01:00
Pascal de Bruijn
231cd758c1 creality.ini: improve nonabl start_gcode 2021-01-23 19:09:29 +01:00
rtyr
ecb85b2166
Added Ender 3-V2.
Based on https://github.com/prusa3d/PrusaSlicer/pull/5702.
2021-01-08 09:42:01 +01:00
rtyr
cd990cf5e0
Updated machine limits for Ender 5 and Ender 5 Pro 2020-12-28 14:36:57 +01:00
rtyr
f7d5032d0e
Bumped up version to 0.0.10 2020-12-21 15:20:29 +01:00
Pascal de Bruijn
71cb5d1469 Creality.ini: default to Generic PLA, and move defaults to common printer section 2020-12-18 18:55:29 +01:00
Pascal de Bruijn
33c36e6777 creality.ini: enable conservative elefant_foot_compensation
given the diversity of printers and bed types and a typical lack of
auto bed levelling, it will be impossible to get a good fit
for everyone by default.

A very conservative 0.1 for elefant_foot_compensation is unlikely
to cause overcompensation.

And I'd prefer to undercompensate as opposed to overcompensate
as a default.
2020-12-17 13:05:40 +01:00
Pascal de Bruijn
1cf97b9c93 Creality.ini: improve parameter consistency 2020-12-17 13:04:39 +01:00
rtyr
e9ee88c397
Fixed end g-code for Ender 5 2020-12-13 09:25:59 +01:00
rtyr
7cb7c5fd55
Changed layer_z to max_layer_z in end g-code. 2020-12-05 10:18:49 +01:00
rtyr
c4d97d3d9b
bumped up to 0.0.8 2020-12-05 09:51:38 +01:00
Pascal de Bruijn
e3a0a8878a creality.ini: add Extrudr PLA NX2 spool weight 2020-11-29 19:05:02 +01:00
Pascal de Bruijn
0f03b74261 creality.ini: add 3DJAKE ecoPLA spool weight 2020-11-29 12:47:48 +01:00
Pascal de Bruijn
f86dab9f36 creality.ini: slight end_gcode improvements
gcode order made more similar to prusa mini
2020-11-29 12:42:08 +01:00
rtyr
a2e763d4ca
Bumped up creality bundle version to 0.0.7 2020-11-21 10:22:57 +01:00
Pascal de Bruijn
32345b9e75 creality.ini: make start_gcode robust for absolute_e 2020-11-18 18:40:20 +01:00
rtyr
0c78573f5c
Version changed to 0.0.6 2020-11-12 18:52:48 +01:00
Pascal de Bruijn
b9da42eb67 creality.ini: raise remaining PLA bed temperatures to 60
While doing a bunch of bed adhesion tests, both on Creality's
FakeTak as well as on smooth PEI, while 50 degrees seems to work
with most lower temp PLAs at least, but less so with the higher
temp PLAs, it universally requires the first layer height to be
dialed in much better to not get any warping.

With the bed temperature set to 60 degrees, there is much more
leeway in the first layer height while still getting unwarped
prints.

Particularly given that most Creality printers don't have ABL as
standard, I think it might sense from a robustness perspective
to have all PLAs default to at least 60 degrees, as to increase
chances prints will come out just fine.

https://www.prusaprinters.org/prints/4634-bed-adhesion-warp-test
2020-11-12 18:26:45 +01:00
Pascal de Bruijn
077cc1e5ff creality.ini: Add Devil Design PLA Galaxy (Glitter)
This glitter PLA requires a significantly higher hot end temp to
get a similar amount of flow as the same brands counterpart
regular PLA filament

It even needs a slightly higher bed temp to prevent warping on
sharp corners
2020-11-09 19:27:02 +01:00
Pascal de Bruijn
9f2d8299b1 creality.ini: disable pause_print_gcode (#4980) 2020-11-09 18:52:01 +01:00
rtyr
b0252ba607
Merge pull request #5114 from pmjdebruijn/creality_head_bed_first
creality.ini: introduce slow abl variant start_gcode
2020-11-09 15:38:43 +01:00
Pascal de Bruijn
90f1cb3414 creality.ini: introduce slow abl variant start_gcode
printers with a large bed are probably more prone to heat induced
bed warping, there we'll split up our abl start_gcode in fast
and slow variants, where printers with a smaller bed like
the Ender-3 will still use the fast variant, printers with
a large bed like the CR-10 will use the slow variant which
heats up the bed before starting the abl procedure.
2020-11-09 13:48:01 +01:00
Pascal de Bruijn
72bcd29bc7 creality.ini: add filament_colour per vendor
this essentially associates filament_colour with a vendor

the colour codes were taking from each of the vendors websites
2020-11-08 19:36:36 +01:00
Pascal de Bruijn
3b63b0eca0 creality.ini: lower Creality PLA temp
Based on test-dog.gcode on the SD card included with the Enter 3 Pro

M190 S50.000000
M109 S200.000000

I also did a temperature tower test with the sample filament spool included
with my Ender 3 Pro, which I still hadn't opened.

And at all temps 190-215C I've seen fairly poor bridging, with 190C being the
least worst. I still have to test, but it'll likely perform well at 185C.

The semitranslucent white PLA included with my Ender 3 Pro, probably has a
matting agent in it, which explains why it's very flowy, and very similar
in performance to another Matte PLA filament I have, which also exhibits
poor bridging at even moderate temperatures.

For the time being, let's stick with Creality's own sample settings.
2020-11-08 19:17:24 +01:00
Pascal de Bruijn
1025e01a9d creality.ini: slightly raise temp for Generic PLA 2020-11-08 19:14:17 +01:00
Pascal de Bruijn
39c5a5cc12 creality.ini: Add AzureFilm PLA filament
Based on temperature tower
2020-11-08 19:13:12 +01:00
rtyr
98b7ce405c
Added 0.08mm SUPERDETAIL and 0.28mm SUPERDRAFT print profiles.
https://github.com/prusa3d/PrusaSlicer/pull/5092
2020-11-06 10:54:34 +01:00
rtyr
729304c129
Creality - Prusament PLA temp adjust 2020-11-03 22:15:39 +01:00
Pascal de Bruijn
893475d7ed creality.ini: fix first_layer_bed_temperature for Generic PLA 2020-11-03 19:39:45 +01:00
Pascal de Bruijn
f119bc9872 creality.ini: optimize Generic PLA
with some exceptions most regular PLAs seem to print well
around 200C, which is most likely due to the limited
effectiveness of the part cooling fan design on most
Creality printers
2020-11-03 19:32:00 +01:00
Pascal de Bruijn
eb0534b7b5 creality.ini: add 123-3D Jupiter PLA filament
print temperature based on a temperature tower test

190C seems to produce some inconsistencies
200C seems like the best tradeoff
210C has noticably worse bridging/overhangs

Offical pricing from the vendor is 19.50EUR per 1KG roll
2020-11-03 19:28:01 +01:00
Pascal de Bruijn
590ea85de5 creality.ini: add 3DJAKE ecoPLA filament
print temperature based on a temperature tower test

going lower than 200C doesn't seem to give many benefits
going higher than 200C seems to produce slightly worse
overhangs, which becomes particularly noticeable at 210C

Offical pricing from the vendor is 21.99EUR per 1KG roll
2020-11-03 17:45:44 +01:00
Pascal de Bruijn
f4203e6509 creality.ini: add Velleman PLA filament
print temperature based on a temperature tower test

going lower than 200C doesn't seem to give many benefits
going higher than 200C seems to produce slightly worse
overhangs, which becomes particularly noticeable at 215C

There is no reference pricing from the Belgian vendor,
however 20,99 per 0.75KG roll seems common
2020-11-03 17:38:01 +01:00
rtyr
47b854e0c0
New filament profiles.
https://github.com/prusa3d/PrusaSlicer/pull/5061
2020-11-03 08:27:31 +01:00
Pascal de Bruijn
e6f6c59dae creality.ini: fix Ender-5 end_gcode comments 2020-11-02 17:17:28 +01:00
Pascal de Bruijn
9ca5de8bdf creality.ini: end_gcode improvement 2020-11-02 17:12:30 +01:00
Pascal de Bruijn
7b10e467cd creality.ini: add Ender-5 2020-11-02 17:11:26 +01:00
Pascal de Bruijn
925900f235 creality.ini: fix Ender-5 Plus bed_shape 2020-11-02 17:02:24 +01:00
Pascal de Bruijn
7f330ad9ca creality.ini: fix CR-10 Mini X/Y bed dimension swap 2020-11-01 14:19:58 +01:00
Pascal de Bruijn
4807824d96 creality.ini: add CR-10/20 family and Ender-5 Plus 2020-11-01 13:07:46 +01:00
rtyr
fcc8f6615a
Ender3 bed shape improvement.
https://github.com/prusa3d/PrusaSlicer/pull/5032
2020-10-31 23:21:19 +01:00
rtyr
497fc0833c
Removed deprecated keys. 2020-10-31 23:10:59 +01:00
rtyr
1f8695b477
Added CR-10. General improvements.
Based on https://github.com/prusa3d/PrusaSlicer/pull/5030
2020-10-31 23:07:32 +01:00
rtyr
3397dc87a8
Removed deprecated keys 2020-10-29 15:01:48 +01:00
Vojtěch Bubník
c59db4e7fe
Merge pull request #4213 from onovy/https
Use https in config update URLs
2020-10-17 21:13:43 +02:00
rtyr
7e6f35047d
Added G92 E0 to before_layer_gcode. 2020-10-16 09:56:56 +02:00
Pascal de Bruijn
4f71bbfff4 creality.ini: remove bed_shape from common printer section 2020-10-14 17:57:54 +02:00
Pascal de Bruijn
3a49eb5a65 creality.ini: fix default_print_profile 2020-10-14 17:56:44 +02:00