4648 Commits

Author SHA1 Message Date
jspijker
e8a57518bc Merge branch 'main' into blockstech 2022-12-30 21:25:20 +01:00
jellespijker
3da747a59f Applied printer-linter format 2022-12-30 17:12:46 +00:00
polyntsev
0053a6538a
Add definitions files for KLEMA printers (#13710)
Adds:
- Klema 180
- Klema 250
- Klema 250 pro
- Klema 250 twin
- Klema 500

Implements CURA-10100
2022-12-30 18:11:50 +01:00
jellespijker
c4f0a47d1e Applied printer-linter format 2022-12-30 17:07:16 +00:00
Jelle Spijker
af3ea20c53
Merge pull request #14009 from ChipCE/main
Added profiles for SnakeOilXY printers

Implements CURA-10099
2022-12-30 18:06:17 +01:00
Jelle Spijker
6abfc9b012
Merge pull request #14093 from just-trey/master
fix brim issue and acceleration enhancements

Implements CURA-10098
2022-12-30 17:54:30 +01:00
Joeydelarago
109c014e73 Applied printer-linter format 2022-12-30 12:52:34 +00:00
Joey de l'Arago
ebc9dbd41e
Merge pull request #13219 from izilzty/main
Add profile for Creality Ender 3 S1 Pro and Plus
2022-12-30 13:51:31 +01:00
Joey de l'Arago
f970d99e4f Add minimum distance for skirt from model. At 0 the skirt is touching the model. Any lines closer will be removed even without the minimum.
Change minimum distance for brim to allow half line width overlap.

CURA-9928
2022-12-30 13:32:31 +01:00
braga-dev
a8ef4e21e1 Applied printer-linter format 2022-12-30 11:11:47 +00:00
Duarte Bragadesto
8334745f5b
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-30 11:10:37 +00:00
Joeydelarago
8bdce0b0f2 Applied printer-linter format 2022-12-30 10:40:26 +00:00
Joey de l'Arago
b89c3c8fa6
Merge pull request #14132 from InstantMuffin/patch-1
Actually make CR-10S Pro use the mesh it just measured
2022-12-30 11:39:17 +01:00
Jelle Spijker
b052ea0609
Merge pull request #14062 from Ultimaker/PP-288-increase-initial-layer-skin-flow
PP-288-increase-initial-layer-skin-flow
2022-12-29 10:59:12 +01:00
jellespijker
17a1ed7e1f Applied printer-linter format 2022-12-28 13:59:04 +00:00
Jelle Spijker
53f6c63876 Use machine_max_feedrate_e for retraction_speed
Can't move faster than the machine limits after all

Contributes to CURA-10084
2022-12-28 14:57:54 +01:00
Jelle Spijker
f09b0d142d Applied printer-linter format over Sovol files
Contributes to CURA-10084
2022-12-28 14:10:00 +01:00
Jelle Spijker
b558e6ac2a Merge remote-tracking branch 'origin/main' into ed/sovol-rework 2022-12-28 13:42:33 +01:00
Jelle Spijker
74053e7eb4 Convert the dagoma sigma build plate to stl
Less space, it was over our limit
2022-12-28 13:22:54 +01:00
InstantMuffin
4a6f2cd44e
Actually make CR-10S Pro use the mesh it just measured
Hello,

This is one of the first things I was being told from the community in regards to using cura with the CR-10S Pro.
The current start gcode snippet actually does not save an use the mesh after creating it.
I hope this change will improve a lot of users' experiences.
2022-12-25 20:22:05 +01:00
casperlamboo
78ca98f9bf Applied printer-linter format 2022-12-22 12:31:00 +00:00
Casper Lamboo
f4308533e4
Merge pull request #12056 from Modix3D/master
Add printer profile for Modix3D printers
2022-12-22 13:29:53 +01:00
Modix-Lazar
9b60bf38ad Updated the end-gcode
The end gcode contained a typo (a rogue N was in front of the G10 P1 S0), and updated it to work a little bit better (now retracts, uses M106 S0 instead of M107, and moves out of the way quicker, and deselects the tool properly)
2022-12-21 12:04:46 +01:00
just-trey
c88b203096 Applied printer-linter format 2022-12-20 04:20:38 +00:00
just-trey
b00388cf9f fix merge issue 2022-12-19 23:19:25 -05:00
just-trey
20f9bd3f80
Merge branch 'main' into master 2022-12-19 23:17:44 -05:00
just-trey
0c47a8da9c resovel conflict 2022-12-19 23:16:32 -05:00
just-trey
43cf00c631 fix brim issue and acceleration enhancements 2022-12-19 23:06:20 -05:00
just-trey
b6ab52ed0b reset xy_offset_layer_0 to defaults 2022-12-16 11:37:14 -05:00
Rijk van Manen
ac3c91a4fd increase initial layer skin flow
This makes adhesion more robust for inaccuracies in the first layer thickness. PP-288
2022-12-16 14:19:32 +01:00
rijkvanmanen
80f938a502 Applied printer-linter format 2022-12-16 13:16:01 +00:00
Rijk van Manen
a9a20a09e8 make corner preference None
While waiting on further improving seam location, None gives currently the best results. PP-282
2022-12-16 14:14:55 +01:00
Rijk van Manen
86853a19b6 make adhesion_extruder_nr optional
Since the brim_skirt extruder will be -1 by default, it does make sense to allow the parent setting to be -1 as well. This requires an extra resolve for the raft extruders, since these cant be -1.
PP-286
2022-12-16 14:01:55 +01:00
braga-dev
3b49f5a062 Applied printer-linter format 2022-12-16 12:27:33 +00:00
Duarte Bragadesto
dc21a6905e
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:30 +00:00
Duarte Bragadesto
bb4b0c41de
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:18 +00:00
Duarte Bragadesto
12285e9325
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:26:03 +00:00
Duarte Bragadesto
9b3bd349db
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:48 +00:00
Duarte Bragadesto
35ecb7c3a9
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:36 +00:00
Duarte Bragadesto
0e0fab3698
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:25:22 +00:00
Duarte Bragadesto
b6104c14fc
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:24:59 +00:00
Duarte Bragadesto
1dabc6bfc6
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-16 12:24:48 +00:00
Duarte Bragadesto
1c2dcd8ef6
Merge branch 'Ultimaker:main' into master 2022-12-16 12:00:33 +00:00
Ed Ropple
f64c0b5e65
squash of ed/sovol-rework 2022-12-15 10:38:11 -05:00
ChipCE
03a29845a0 update start gcode 2022-12-15 22:17:24 +09:00
ChipCE
4e865e4fcb - set default material_diameter to 1.75
- update start gcode
2022-12-15 22:09:14 +09:00
jellespijker
5c098e3f02 Applied printer-linter format 2022-12-13 19:42:33 +00:00
Jelle Spijker
44d94a1206
Merge pull request #13973 from whoseyoung/main
official profiles for Geeetech printers

Contributes to CURA-10039
2022-12-13 20:41:25 +01:00
Remco Burema
b553c9f31a
Revert "[CURA-9548] The engine now operates on the area _before_ the offset." 2022-12-13 14:43:57 +01:00
Jelle Spijker
cea7bb83c8 Revert "Fix multiline printer-linter PR suggestions"
This reverts commit 7820cc98
2022-12-13 11:52:39 +01:00