Ghostkeeper
7b7b640ef7
Merge branch 'atom3_printers' of https://github.com/Daniel-Kurth/Cura into Daniel-Kurth-atom3_printers
2021-04-09 13:34:28 +02:00
Ghostkeeper
6dd3256671
Hide initial layer speed settings if Number of Slower Layers is 0
...
These initial layer speeds were only applied to the model (not the raft).
Number of Slower Layers indicates how many layers the initial layer speed should apply to. So if that is 0, the initial layer speed doesn't apply to anything any more, and the setting should be hidden because it has no effect on the print.
Found by Markouustalu in #4439 .
2021-04-09 13:17:03 +02:00
Ghostkeeper
b3c03b8771
Merge branch 'master' into libArachne_rebased
...
Conflicts:
resources/texts/change_log.txt -> 4.9 got added while we added the Arachne change log as well. I put 4.9 below the Arachne info.
2021-04-08 13:49:52 +02:00
MarkMan0
8a091aa0d2
Change default machine_height
2021-04-08 13:27:11 +02:00
MarkMan0
ee50ad21cd
Probe calibration on the side of the buildplate
2021-04-08 13:27:05 +02:00
Ghostkeeper
fcc567c8aa
Merge branch 'master' of https://github.com/kreuzhofer/Cura into kreuzhofer-master
2021-04-08 11:53:06 +02:00
VOLUMIC
f03e41701c
Definitions correstions 2
2021-03-31 16:00:06 +02:00
VOLUMIC
47808cc309
Definitions corrections
2021-03-31 14:45:50 +02:00
VOLUMIC
5e61737a08
Definitions files for VOLUMIC printers series
...
First definitions files for Volumic printers
2021-03-30 17:08:48 +02:00
Ghostkeeper
9462366158
Merge branch 'master' into libArachne_rebased
2021-03-30 16:50:56 +02:00
MariskaMaas
45c8ac9384
Improve name and description of Minimum Variable Line Width
...
It's deliberately a more vague name. The name is chosen to describe more of what the effect is of the setting than what actually happens. What actually happens is then described in the description.
2021-03-30 16:28:43 +02:00
Eryone
9bdf139634
Improve End GCode of eryone_thinker ( #9466 )
...
Ensure we disable bed temp and turn off all fans.
Move the nozzle up by 0.5mm and retract to remove wipe on model top layer.
Co-authored-by: Demetrius Apostolopoulos <75643490+dapostol73@users.noreply.github.com>
2021-03-30 13:34:14 +02:00
Jaime van Kessel
8b447ca5cd
Merge pull request #9270 from mehmetsutas/Rigid3D
...
Update Rigid3D definitions / Add Mucit2 definition
2021-03-29 13:53:30 +02:00
Ghostkeeper
4eec099c31
Slightly lower build plate mesh
...
The top of the build plate mesh seems to be 1mm into the build volume in its actual coordinates. The mesh was lowered by 0.8mm. Probably they tried to lower it by 1mm first and then found that it was z-fighting. I'm resolving the z-fight the other way around so that the mesh actually appears completely below the build volume. This makes the build plate grid more clear. No more grey film on top of it.
2021-03-29 13:46:58 +02:00
Ghostkeeper
309bd52eb4
Merge branch 'defs_inat' of https://github.com/MarkINAT/Cura into MarkINAT-defs_inat
2021-03-29 13:40:10 +02:00
MarkMan0
d7c8d05be9
Change machine_start_gcode
2021-03-26 14:58:26 +01:00
MarkMan0
cc76002c03
disable infill_before_walls
2021-03-26 11:49:47 +01:00
MarkMan0
5872065dc8
fix temperatures
2021-03-26 11:49:35 +01:00
MarkMan0
ad803c22fd
Fix printer height
2021-03-26 11:20:03 +01:00
synsuiter
4724c16139
Add AXI2 machine profile
2021-03-19 14:05:03 -06:00
Daniel Kreuzhofer
75b11002de
remove fixed temperature in startup code
2021-03-18 16:19:26 +01:00
cataclism
18aa6df78e
Added definition for D3,D4,Rock3
2021-03-16 14:42:47 +01:00
Ghostkeeper
f4b417883e
Merge branch 'patch-1' of https://github.com/TheTRCG/Cura into TheTRCG-patch-1
2021-03-15 17:47:49 +01:00
Daniel Kurth
8edab850a8
refactor: Removes override "extrude_prime_pos_abs"
2021-03-15 14:27:46 +01:00
Daniel Kurth
b1788f3329
refactor: New meshes for Atom 3 / lite
...
Add smaller meshes for the Atom 3 and Atom 3 Lite printer as they are too big for the official repo.
2021-03-15 14:21:01 +01:00
Daniel Kurth
f2c1b6234d
refactor: Small changes to Atom 3 machine def file
...
Atom 3 machine definitions file:
- removes "default_values" where "values" are present
2021-03-15 12:22:34 +01:00
Daniel Kurth
4eefca94f9
refactor: Several small changes Atom 3 def files
...
Atom 3 machine definitions file:
- Not correctly set maximum or minimum values are removed
- removed "default_values" where "values" are present
- "support_z_distance" is now dependent on the "layer_height"
- "support_top_distance" and "support_bottom_distance" are removed to as they should be equal to the "support_z_distance"
2021-03-15 12:11:44 +01:00
Gabriele Rossetti
e9573e4d2c
Fixed some bugs and name issues emerged during the build
2021-03-14 12:21:29 +01:00
Gabriele Rossetti
cc010bb390
New Deltacomb 3D Printer Series profiles
2021-03-14 11:56:21 +01:00
Daniel Kurth
cb3205c382
fix: Removes custom setting in machine def file
...
Removes custom settings in the machine definition files. These were used to set custom values for the maximum print temperature, maximum retraction speed and distance based on the tool which is used (PTFE or full metal hot end). Thus all variants are also updated. This is done based on feedback of a pull request.
2021-03-10 21:10:53 +01:00
Daniel Kurth
87cc83bbc4
Merge branch 'master' of https://github.com/Ultimaker/Cura into atom3_printers
2021-03-10 21:08:04 +01:00
Ghostkeeper
87d3f6fd22
More consistent Initial Retracted Position setting
...
Contributes to issue CURA-8038.
2021-03-10 18:24:01 +01:00
Ghostkeeper
74ac7a4cea
Merge branch 'CURA-8148_extruders_switch_retraction_initialization' of https://github.com/sisu70/Cura into sisu70-CURA-8148_extruders_switch_retraction_initialization
2021-03-10 17:38:00 +01:00
Tom Callaway
eb5baebd64
add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles ( #9335 )
...
* add Lulzbot TAZ Pro and Lulzbot Mini 2 profiles
* Update resources/definitions/lulzbot_taz_pro_dual.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-09 09:27:46 +01:00
KeltE
cbafac6133
Cura Definition for Flasforge DreamerNX ( #9303 )
...
* Add files via upload
* Update resources/definitions/flashforge_base.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_base.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Update resources/definitions/flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
* Rename ff_dreamernx_extruder_0.def.json to flashforge_dreamernx_extruder_0.def.json
* Update flashforge_dreamer_nx.def.json
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-08 16:51:45 +01:00
3dg-Lester
90076c5586
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:42:09 +08:00
3dg-Lester
04e30b9fae
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:41:54 +08:00
3dg-Lester
135484744b
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:41:41 +08:00
3dg-Lester
0e5da37c31
Update resources/definitions/two_trees_sapphireplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:41:12 +08:00
3dg-Lester
1010b180e2
Update resources/definitions/two_trees_bluerplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:40:57 +08:00
3dg-Lester
3593a54754
Update resources/definitions/two_trees_bluerplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:40:46 +08:00
3dg-Lester
5ce25058af
Update resources/definitions/two_trees_bluerplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:40:34 +08:00
3dg-Lester
c8e61c790a
Update resources/definitions/two_trees_bluerplus.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:40:24 +08:00
3dg-Lester
98ec1132b1
Update resources/definitions/two_trees_bluer.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:40:13 +08:00
3dg-Lester
ef1beee166
Update resources/definitions/two_trees_sapphirepro.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:40 +08:00
3dg-Lester
4cddd4cd1b
Update resources/definitions/two_trees_sapphirepro.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:35 +08:00
3dg-Lester
5a6239a1a9
Update resources/definitions/two_trees_sapphirepro.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:27 +08:00
3dg-Lester
d7c3e1b0ef
Update resources/definitions/two_trees_sapphirepro.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:22 +08:00
3dg-Lester
994b38f1df
Update resources/definitions/two_trees_bluer.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:17 +08:00
3dg-Lester
ca581d7992
Update resources/definitions/two_trees_sapphirepro.def.json
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2021-03-07 10:39:09 +08:00