Ghostkeeper
ac23c9df22
Replace STL meshes with 3MF files
...
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2020-04-18 22:40:43 +02:00
Ghostkeeper
7f969528f3
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
2019-12-10 16:03:02 +01:00
Ghostkeeper
ba2c9cb21e
Fix JSON formatting of start g-code
...
No newlines allowed.
2019-12-10 16:02:45 +01:00
Ghostkeeper
455721130c
Merge branch 'master' of https://github.com/TheOneOgre/Cura into TheOneOgre-master
2019-12-10 15:57:57 +01:00
Jaime van Kessel
f66b1e6fde
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6522_revert_edge_distance_hack
2019-12-10 13:06:37 +01:00
Jeff Kazules
726561bf30
Increase printer size and add disallowed areas
...
With the stock firmware of the Ender 3, the size of the original printer was wrong, causing the model to land in a different place on the build plate. This led people to believe that the printer could take bigger prints. However it couldn't; it was just not allowing to print all the way down to the coordinate origin at 0,0.
This makes the printer bigger but also adds disallowed areas so that you can't print anything near 0,0.
Fixes #6267 .
2019-12-03 13:39:50 +01:00
TheOgre
23d7dca1fc
Added missing bracket, tidied up code
...
Added a missing { before "default_value".
Moved items around to match the layout of the current file.
2019-11-12 06:22:06 -05:00
baddogg1231
f3e597d684
Update creality_ender3.def.json
2019-11-09 21:36:13 -05:00
baddogg1231
78e7aa2d21
Added Ender 3 Prime Line to Start G-code
...
Added the popular prime line for the Ender 3 as the default starting g-code and added a modification that works around the Cura 4.3.0 update that moves the print head to Z0 before starting the print, which moves the printhead down into the filament.
2019-11-09 21:33:04 -05:00
Nino van Hooff
249a66ebd9
Merge machine_head_polygon and machine_head_with_fans_polygon defs.
...
There is no usecase for having both. when a definition has both,
the head is removed. when it has only head, it is renamed to
_with_fans
CURA-6522
2019-10-31 16:38:00 +01:00
Ghostkeeper
a43de19113
Reduce size of print head without fans for one-at-a-time mode
...
This allows you to place models more compactly.
According to the discussion at #5590 , this was tested to work well.
Fixes #5590 .
2019-09-09 17:36:14 +02:00
Ghostkeeper
f440535581
Add platform mesh for Creality Ender-3
...
Provided by Sprint8 in #6204 , but I think the mesh was obtained from an older Cura version.
This fixes #6204 .
2019-08-15 11:31:19 +02:00
Ghostkeeper
5a87a5a980
Make base Creality profile invisible (but the rest visible)
...
This makes it more logical to the user who just has a certain printer model.
Contributes to issue CURA-6554.
2019-07-02 12:00:24 +02:00
Ghostkeeper
234a85202a
Rename creawsome to creality
...
These are now meant to be the one-and-only Creality profiles, replacing the old profiles originally in Cura.
Contributes to issue CURA-6554.
2019-07-02 11:48:23 +02:00
Ghostkeeper
cdda24b33a
Merge branch '4.1'
2019-05-20 14:30:47 +02:00
Ghostkeeper
9a9f584285
Reduce jerk for Creality printers
...
As tested by our community.
Fixes #5694 .
2019-05-20 14:30:29 +02:00
Ghostkeeper
137619567a
Merge branch '4.1'
2019-05-13 09:32:58 +02:00
Ghostkeeper
e26e825d83
Overwrite gantry height value instead of default_value
...
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
2019-05-13 09:30:32 +02:00
Ghostkeeper
dbcea27405
Merge branch 'GunZi200-patch-1'
2019-05-10 13:14:55 +02:00
Guðni Már Gilbert
d5b6b80291
removed an extra comma
2019-05-10 10:07:53 +00:00
Guðni Már Gilbert
1277220aed
Adjust retraction distance and retraction speed
2019-05-09 22:06:34 +00:00
Guðni Már Gilbert
056f36f6ac
Update creality_ender3.def.json
...
I suggest a change to the value of max Z-axis Jerk to be the same as on Marlin 1.1.9 firmware used by Ender 3. Its a small change, reducing 0,4 to 0,3. Having these settings match the firmware's configuration makes a print's estimated time more accurate.
2019-05-09 20:40:14 +00:00
drzejkopf
f03e5c28d7
Update creality_ender3.def.json
2019-03-20 16:00:40 +01:00
drzejkopf
36a395ee91
Update creality_ender3.def.json
...
Changed override of "default_value" to "value" of acceleration_travel and jerk_travel to make slicer keep those values, as they were overrided by conditional in fdmprinter.def.json, and also removed layer height as it does nothing because it's overriden by preffered quality (draft) settings
2019-03-19 22:51:50 +01:00
Lipu Fei
e4014f8c69
Remove trailing spaces
...
CURA-5841
2018-10-22 12:52:17 +02:00
Lipu Fei
f9122a8c1b
Merge pull request #4501 from stelgenhof/master
...
Ender-3 machine definition update
2018-10-22 12:51:10 +02:00
Jaime van Kessel
167c6fbb76
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-10-15 11:47:45 +02:00
Lipu Fei
382adf57df
Use 0.1 layer height as normal for Ender 3
2018-10-10 07:55:49 +02:00
Lipu Fei
1951391a23
Merge remote-tracking branch 'origin/3.5'
2018-10-09 12:04:53 +02:00
Lipu Fei
18821b6527
Add missing extruder def for Creality Ender 3
...
CURA-5806
2018-10-09 11:43:42 +02:00
Sacha Telgenhof Oude Koehorst
374b0995d3
Changed bed size to 235x235mm (including the STL Mesh). Removed all M commands (M104, M140, M190, M109) from the custom start GCode, and removed all M commands (M104, M140, M106, M107) from the custom end GCode as Cura already generates these. Decreased the height position of the extruder (from 3 to 2mm) upon purging. Increased the height position of the extruder (from 10 to 20mm) after the print has finished.
2018-10-06 19:21:22 +09:00
Sacha Telgenhof Oude Koehorst
5ca5aacbee
Removed layer_height override as it isn't needed. Only the initial layer height needs to be overridden.
2018-09-10 21:46:26 +09:00
Sacha Telgenhof Oude Koehorst
42a523cb00
Add single extruder definition for Ender-3.
2018-09-10 21:32:36 +09:00
Sacha Telgenhof Oude Koehorst
6ddafa00a4
Add Creality Ender-3 machine definition.
2018-09-01 19:37:53 +09:00